Examples of NounSuffixNounClassCorrelator


Examples of grammar.analysis.NounSuffixNounClassCorrelator

  private final List<ApplicationPlugin> plugins =
    new ArrayList<ApplicationPlugin>();
 
  private ApplicationPluginManager(Language language) {
//    plugins.add(new ModelVerbGraphViewer()); // TODO factor out as plugin
    plugins.add(new NounSuffixNounClassCorrelator(language)); // also factor out
  }
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.