Package org.ictclas4j.bean

Examples of org.ictclas4j.bean.ContextStat


      else {
        unknownDict = new Dictionary();
        unknownDict.load(fileName + ".dct");

      }
      context = new ContextStat();
      context.load(fileName + ".ctx");
      this.tagType = type;

      switch (type) {
      case TT_PERSON:
View Full Code Here


    test3();

  }

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

      else {
        unknownDict = new Dictionary();
        unknownDict.load(fileName + ".dct");

      }
      context = new ContextStat();
      context.load(fileName + ".ctx");
      this.tagType = type;

      switch (type) {
      case TT_PERSON:
View Full Code Here

TOP

Related Classes of org.ictclas4j.bean.ContextStat

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.