Lexical Feature Definitions

Lexical Feature Definitions

(define-lexical-feature large-words

nil

(if (> (length token) 3)))

(define-feature-set combined-features

:and

(feature-1 feature-2 feature-3))

Previous slide Next slide Back to the first slide View Graphic Version