org.cogroo.text
Interface SyntacticChunk

All Known Implementing Classes:
SyntacticChunkImpl

public interface SyntacticChunk


Method Summary
 int getEnd()
           
 int getStart()
           
 String getTag()
           
 List<Token> getTokens()
           
 void setTag(String tag)
           
 

Method Detail

getTag

String getTag()

setTag

void setTag(String tag)

getStart

int getStart()

getEnd

int getEnd()

getTokens

List<Token> getTokens()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.