facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.93k stars 4.72k forks source link

I want to update my fasttext vector with new words.How do it ? #825

Open OguzKircicek opened 5 years ago

OguzKircicek commented 5 years ago

Hi friends , how do I add my words to fasttext ? Can you give sample link? I want to update my fasttext vector with new words.Thanks.

Celebio commented 5 years ago

Hi @OguzKircicek , I am not sure to understand what you need. Can you elaborate a little bit more? If you want, you can also write in Turkish.

Regards, Onur

OguzKircicek commented 5 years ago

Merhaba Onur Bey ,

Maili Türkçe yazıyorum kusura bakmayın problemi daha net açıklamak için.Benim isteğim türkçe fasttext dosyasına internetten çektiğim verileri entegre ederek kendime özel bir word vector elde etmek istiyorum. Fasttext update edilmesi gerekiyor bunu nasıl yapabilirim ? Teşekkürler, İyi Çalışmalar,

On Sat, Jun 22, 2019 at 12:07 AM Onur Çelebi notifications@github.com wrote:

Hi @OguzKircicek https://github.com/OguzKircicek , I am not sure to understand what you need. Can you elaborate a little bit more? If you want, you can also write in Turkish.

Regards, Onur

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/facebookresearch/fastText/issues/825?email_source=notifications&email_token=ACVWXB2MSA6XBIZJJUEWZRTP3U7J5A5CNFSM4HZGD2RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYJSYRA#issuecomment-504572996, or mute the thread https://github.com/notifications/unsubscribe-auth/ACVWXB2MWNP5IR3O6SWFOQ3P3U7J5ANCNFSM4HZGD2RA .

Celebio commented 5 years ago

Eğer doğru anladıysam, türkçe kelimelerin vektörlerini elde etmek istiyorsunuz. Bunun için önceden öğrenilmiş türkçe modelleri bu adresten indirip, fasttext'e yükleyebilirsiniz (python'da load_model veya komut satırında model parametresi olarak belirterek)

OguzKircicek commented 5 years ago

Ben bu fasttext kelime vektorunu daha çok geliştirmek istiyorum . Örnek veriyorum , Fastextin sitesinden indirdigim Türkçe kelime vektorunun içinde Passat kelimesi yok ben bunu oraya eklemek istiyorum. Daha genişletilmiş ve bana Özel bir kelime vektorune ihtiyacım var.

25 Haz 2019 Sal 00:42 tarihinde Onur Çelebi notifications@github.com şunu yazdı:

Eğer doğru anladıysam, türkçe kelimelerin vektörlerini elde etmek istiyorsunuz. Bunun için önceden öğrenilmiş türkçe modelleri bu adresten https://fasttext.cc/docs/en/crawl-vectors.html indirip, fasttext'e yükleyebilirsiniz (python'da load_model veya komut satırında model parametresi olarak belirterek)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/facebookresearch/fastText/issues/825?email_source=notifications&email_token=ACVWXB3VAOYYRCMRKSIS6JTP4E5UFA5CNFSM4HZGD2RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYOKDMI#issuecomment-505192881, or mute the thread https://github.com/notifications/unsubscribe-auth/ACVWXB6PFOW7TPKLANIDR4DP4E5UFANCNFSM4HZGD2RA .

Celebio commented 5 years ago

Merhaba @OguzKircicek , Bu özellik üzerinde çalışmalarımız var ama henüz yayınlamadık. Yayınladığımız anda buradan size bildireceğiz. Yorumunuz için çok teşekkür ederiz.

Onur

igorms-pro commented 4 years ago

Hello Celebio, Is this feature available?

Igor