net.sf.textkit4j.matching
Class WordNGramFactory

java.lang.Object
  extended by net.sf.textkit4j.matching.NGramFactory
      extended by net.sf.textkit4j.matching.WordNGramFactory

public class WordNGramFactory
extends NGramFactory

Generates ngrams of words.

Author:
rich

Constructor Summary
WordNGramFactory()
           
 
Method Summary
 
Methods inherited from class net.sf.textkit4j.matching.NGramFactory
bigrams, isCollapseWhiteSpace, isLowerCase, isStripPunctuation, setCollapseWhiteSpace, setLowerCase, setStripPunctuation, trigrams, unigrams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordNGramFactory

public WordNGramFactory()


Copyright © 2009 All Eight, LLC. All Rights Reserved.