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

Method Summary
 Iterable<String> getChunkTags()
           
 Iterable<String> getLemmas()
           
 Iterable<String> getPosTags()
           
 Iterable<String> getTokens()
           
 String getTokensAsString()
           
 Iterable<Type> getTypes()
           
 List<Token> zip()
           
 

Method Detail

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.