Skip to content
Discussion options

You must be logged in to vote

Norms and lemmas are completely separate from each other. What do you want to do with norms and lemmas?

Norms are primarily used as input features for the models (all currency symbols are replaced with the norm $, in English British and American spellings for common words are mapped to the same form, etc.), while lemmas are typically just output and not used as model features (it's technically possible with some extra settings, but no components use LEMMA as a feature by default).

The norms need to be something that you can generate without any previous statistical components in the pipeline, so you could create norms from lookup lemmas, but not from rule-based lemmas, since you need the …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kinghuang
Comment options

@adrianeboyd
Comment options

@kinghuang
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / vectors Feature: Word vectors and similarity
2 participants