Package org.languagetool.language

Examples of org.languagetool.language.Lithuanian


import org.languagetool.language.Lithuanian;

public class LithuanianConcurrencyTest extends AbstractLanguageConcurrencyTest {
  @Override
  protected Language createLanguage() {
    return new Lithuanian();
  }
View Full Code Here

TOP

Related Classes of org.languagetool.language.Lithuanian

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.