edu.stanford.nlp.classify
Class TokenBreaker

java.lang.Object
  |
  +--edu.stanford.nlp.classify.TokenBreaker

public class TokenBreaker
extends Object

Title: Naive Bayes Classifier Description: Puts a space between all tokens Copyright: Copyright (c) 2001 Company:


Constructor Summary
TokenBreaker(String s)
           
 
Method Summary
 String tokenize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenBreaker

public TokenBreaker(String s)
Method Detail

tokenize

public String tokenize()


Stanford NLP Group