Package org.apache.commons.codec.language

Examples of org.apache.commons.codec.language.ColognePhonetic


public class ColognePhoneticKeyer extends Keyer {

    private ColognePhonetic _codec;

    public ColognePhoneticKeyer() {
        _codec = new ColognePhonetic();
    }
View Full Code Here

TOP

Related Classes of org.apache.commons.codec.language.ColognePhonetic

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.