Package edu.stanford.nlp.process

Examples of edu.stanford.nlp.process.WordTokenFactory


     *
     * @param options A String of options
     * @return A TokenizerFactory that returns Word objects
     */
    public static TokenizerFactory<Word> newWordTokenizerFactory(String options) {
      return new FrenchTokenizerFactory<Word>(new WordTokenFactory(), options);
    }
View Full Code Here

TOP

Related Classes of edu.stanford.nlp.process.WordTokenFactory

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.