All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.NE.numberletter.jape Maven / Gradle / Ivy

Go to download

ANNIE is a general purpose information extraction system that provides the building blocks of many other GATE applications.

There is a newer version: 9.1
Show newest version

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"}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy