edu.washington.cs.knowitall
Interface TokenSequence
- All Known Implementing Classes:
- ArgumentExtraction, Extraction, PredicateExtraction, RelationExtraction, Sentence
public interface TokenSequence
An interface that represents a sequence of tokens.
- Author:
- schmmd
zip
List<Token> zip()
getTokens
Iterable<String> getTokens()
getLemmas
Iterable<String> getLemmas()
getChunkTags
Iterable<String> getChunkTags()
getPosTags
Iterable<String> getPosTags()
getTypes
Iterable<Type> getTypes()
getTokensAsString
String getTokensAsString()
Copyright © 2011 University of Washington CSE. All Rights Reserved.