resources.grammar.numberletter.jape Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lang-german Show documentation
Show all versions of lang-german Show documentation
Support for processing German documents
The 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"}