I wanted a JAPE
which on execute will return Annotation
list which only sounds meaning to my requirement. Like I do not want SpaceToken
, Sentence
, Token
, Lookup
etc. implicit in my Annotation. As this Jape
will be in last of Application sequence and it does not require any thing to match in LHS( as far my understanding, CMIIW ), is there any way we can have only RHS code)
Phase: filteAnnot
Input: token
Options: control = appelt
Rule: filteAnnot
Priority: 50
-->
:label{
[My Logical Stuff of removing annotations]
}