Class GoogleTokenUtil


  • public class GoogleTokenUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GoogleTokenUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.String> getGoogleTokensForString​(java.lang.String sentence, boolean addStartToken, Language language)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoogleTokenUtil

        public GoogleTokenUtil()
    • Method Detail

      • getGoogleTokensForString

        public static java.util.List<java.lang.String> getGoogleTokensForString​(java.lang.String sentence,
                                                                                boolean addStartToken,
                                                                                Language language)