org.cogroo.tools.checker.rules.applier
Class NullSyntacticChunk

java.lang.Object
  extended by org.cogroo.entities.SyntacticChunk
      extended by org.cogroo.tools.checker.rules.applier.NullSyntacticChunk
All Implemented Interfaces:
Serializable

public class NullSyntacticChunk
extends SyntacticChunk

See Also:
Serialized Form

Method Summary
 List<Token> getTokens()
           
static SyntacticChunk instance()
           
 String toString()
           
 
Methods inherited from class org.cogroo.entities.SyntacticChunk
equals, getChildChunks, getFirstToken, getMorphologicalTag, getMorphologicalTag2xx, getSyntacticTag, hashCode, setSyntacticTag, toPlainText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

instance

public static SyntacticChunk instance()

toString

public String toString()
Overrides:
toString in class SyntacticChunk

getTokens

public List<Token> getTokens()
Overrides:
getTokens in class SyntacticChunk


Copyright © 2012-2013 CoGrOO. All Rights Reserved.