Package grammar.analysis

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

Related Classes of grammar.analysis.NounSuffixNounClassCorrelator

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.