You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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