akutuzov / webvectors

Web-ify your word2vec: framework to serve distributional semantic models online
http://vectors.nlpl.eu/explore/embeddings/
GNU General Public License v3.0
197 stars 49 forks source link

remove undefined 'clean_token' and 'clean_lemma', adding missing 'import sys' #51

Closed DanilSko closed 4 years ago

DanilSko commented 4 years ago

1) 'clean_token' and 'clean_lemma' functions in the process function are not defined in the notebook.
2) tag_ud requires sys yet sys is not imported

lizaku commented 4 years ago

Thanks for finding some mistakes in the notebook. Indeed sys was missing; as for the missing functions, I added them.