Package org.languagetool.language

Examples of org.languagetool.language.Portuguese


    tagger = new PortugueseTagger();
    tokenizer = new WordTokenizer();
  }
 
  public void testDictionary() throws IOException {
    TestTools.testDictionary(tagger, new Portuguese());
  }
View Full Code Here

TOP

Related Classes of org.languagetool.language.Portuguese

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.