resources.NE.numberletter.jape Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annie Show documentation
Show all versions of annie Show documentation
ANNIE is a general purpose information extraction system that
provides the building blocks of many other GATE applications.
Phase: NumberLetter
Input: Token SpaceToken
Options: control = appelt
Rule: NumberLetter
// A word that's adjoining a number with no spaces between should not be considerd as part of any entity
(
{Token.kind == number}
)
( {Token.kind == word}
):tag
-->
:tag.NumberLetter = {rule = "NumberLetter"}