Package org.languagetool.tagging.disambiguation.rules.da

Examples of org.languagetool.tagging.disambiguation.rules.da.DanishRuleDisambiguator


  }
 
  @Override
  public final Disambiguator getDisambiguator() {
    if (disambiguator == null) {
      disambiguator = new DanishRuleDisambiguator();
    }
    return disambiguator;
  }
View Full Code Here

TOP

Related Classes of org.languagetool.tagging.disambiguation.rules.da.DanishRuleDisambiguator

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.