Package com.gtranslate.parsing

Examples of com.gtranslate.parsing.ParseTextDetect


  }

  public String detect(String text) {

    Text input = new Text(text);
    Parse parse = new ParseTextDetect(input);
    parse.parse();
    return input.getLanguage();

  }
View Full Code Here

TOP

Related Classes of com.gtranslate.parsing.ParseTextDetect

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.