-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now we're live stemming each word using the wordnet lemmatizer to match wordnet senses. We should consider storing the lemmas as a column in the tokens table instead.
WordSense/ws_web/public_views.py
Line 259 in 73430f0
| word = lemmatizer.lemmatize(gloss, pos_map[pos]) |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request