aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.31k stars 337 forks source link

Fix issue #60 #62

Closed aboSamoor closed 8 years ago

aboSamoor commented 8 years ago

Normalizing embedding inplace for NER corrupts the POS features. Solution is to introduce a new parameter to the load_embedding function that returns different copies for normalized embeddings and unnormalized ones.