Package org.fnlp.ontology

Examples of org.fnlp.ontology.CharClassDictionary.load()


    templets.add(new CharInStringTemplet(templets.gid++,0,1));
    templets.add(new CharInStringTemplet(templets.gid++,-2,2));
    templets.add(new StringTypeTemplet(templets.gid++));

    CharClassDictionary dsurname = new CharClassDictionary();
    dsurname.load("../data/knowledge/百家姓.txt", "姓");
    templets.add(new CharClassTemplet(templets.gid++, new CharClassDictionary[]{dsurname}));

    if (cl != null)
      factory = cl.getAlphabetFactory();
    else
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.