|
|
|
|
|
by sorenvrist
3392 days ago
|
|
I tried using the danish .bin with fastText predict and a single danish sentence but I keep on getting an assert error from vector.cpp around A._m not equal to _m. Am I doing something wrong? ./fastText predict wiki.da.bin fileWithASingleLine 1 |
|
The .bin models can be used to generate word vectors for out-of-vocabulary words:
or where queries.txt is a list of words you want a vector representation for.