Lexical analysis of suffixed verbs.

e.g. "laughable" will be analyzed as <laugh,A+Initialcat=V+able> (an adjective derived from "laugh" with suffix "able", which initial category is a verb).

The constraint <$Verb=:V+INF> ensures that "table" rejects this analysis.

This grammar should be applied with low priority level, e.g. only to wordforms that were not recognized by other lexical resources.

Use lexicalanalysis to apply lexical, orthographic and morphological grammars to texts.

For an explanation on how to perform automatic morphological analysis, see:

Silberztein, M. Formalizing Natural Languages: the NooJ approach. Wiley Eds: Hoboken, NJ (2016).

See www.nooj4nlp.org for more information on NooJ, its community and its full-size linguistic resources.
