org.nlp2rdf.core
Interface Tokenizer

All Known Implementing Classes:
OpenNLPTokenizer

public interface Tokenizer

User: Sebastian Hellmann - http://bis.informatik.uni-leipzig.de/SebastianHellmann


Method Summary
 opennlp.tools.util.Span[] detectSentences(String text)
           
 opennlp.tools.util.Span[] detectWords(String sentence)
           
 

Method Detail

detectSentences

opennlp.tools.util.Span[] detectSentences(String text)

detectWords

opennlp.tools.util.Span[] detectWords(String sentence)


Copyright © 2011. All Rights Reserved.