maxoodf / word2vec

word2vec++ is a Distributed Representations of Words (word2vec) library and tools implementation, written in C++11 from the scratch
Apache License 2.0
131 stars 24 forks source link

Word distance - words with accents #2

Closed zppinto closed 7 years ago

zppinto commented 7 years ago

How can I search for words with accents? Like: "balão", "água", etc...

When I enter a word with an accent that's the message it shows up: doc2vec: can not create vector

EDIT: I already found it out. I've to use quotation marks...