Package org.ictclas4j.bean

Examples of org.ictclas4j.bean.PosContext


    ContextStat cs = new ContextStat("E:\\document\\NLP\\corpus\\ictclas\\lexical.ctx");
    System.out.println(cs);
  }
 
  public static void test2() {
    PosContext cs = new PosContext("data\\lexical.ctx");
    System.out.println(cs);
  }
View Full Code Here

TOP

Related Classes of org.ictclas4j.bean.PosContext

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.