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

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

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







© 2015 - 2024 Weber Informatics LLC | Privacy Policy