net.sf.textkit4j.matching
Class CharacterNGramFactory

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

public class CharacterNGramFactory
extends NGramFactory

Character-based n-gram factory implementation.

Author:
rich

Constructor Summary
CharacterNGramFactory()
           
 
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

CharacterNGramFactory

public CharacterNGramFactory()


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