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
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Hello,
in order to read them into fasttext.py , which can currentyy only read the old format, I would need the old version of the pretrained word embeddings in Turkish. Is this file still available?
Thanks and kind regards
Ernst
The text was updated successfully, but these errors were encountered:
@ErnstTmpgensim can load both the new and old format of the pretrained (or any) fastText modelled word embeddings. Please look into this PR (will be merged asap)
The command for loading the Turkish pretrained vector in gensim is-
importosfromgensim.models.wrappersimportFastTextmodel=FastText.load_fasttext_format(os.path.abspath('wiki.tr')) # directory where bin & vec file is located
UPDATE - The PR mentioned above is merged now.
cc @tmylk@jayantj
Hello,
in order to read them into fasttext.py , which can currentyy only read the old format, I would need the old version of the pretrained word embeddings in Turkish. Is this file still available?
Thanks and kind regards
Ernst
The text was updated successfully, but these errors were encountered: