![JAR search and dependency download from the Maven repository](/logo.png)
resources.grammar.numberletter.jape Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy