Skip to main content
2 votes
2 answers
297 views

I'm hitting a wall trying to install the Python package fasttext on Windows 11, and I'm getting C++ build errors despite setting everything up correctly (or so I thought). Here's the full context of ...
Niram's user avatar
  • 29
0 votes
0 answers
51 views

I'm trying to align English word vectors taken from the word2vec model trained on Google news with Japanese language word vectors taken from two different models: the fasttext model pre-trained on ...
dcann's user avatar
  • 1
1 vote
0 answers
226 views

I want to access and use the FastText library directly from my PHP code without using Python or creating a web service (e.g., using Flask) to wrap the FastText functionality and call it from PHP. Is ...
J. Silver's user avatar
1 vote
0 answers
709 views

I was trying to install fast test using pip install fasttext But this gives me error like this. note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed ...
Prashant Manandhar's user avatar
1 vote
1 answer
160 views

I am having A LOT of trouble when trying to use all the fasttext libraries (in Jupyter with Anaconda3 on Windows 11) that I have found so far but this question is mainly about gensim's implementation. ...
D. Zammit's user avatar
-2 votes
1 answer
72 views

in machine learning, all models have the equation of accuracy while in the FastText model, we don't have please support.
user3100876's user avatar
1 vote
1 answer
182 views

FastText language_identification returns multiple predictions per original text, and also fails to indicate which belong to which original document. There are differing numbers of predictions per ...
cmoez's user avatar
  • 23
0 votes
1 answer
81 views

I am fine tuning a fastest wiki model as follows. This works fine. After fine tuning I save the retrained model. from gensim.models import fasttext model = fasttext.load_facebook_model(datapath("...
sail0r's user avatar
  • 461
1 vote
1 answer
999 views

I am new to this field and experimenting different models in NLP domain. While am trying to install the fastText libary using the command prompt, it is showing an error: pip install wheel pip install ...
Mani Deep's user avatar
0 votes
1 answer
631 views

I'm using Anaconda3-2024.02-1-Windows-x86_64 (yes, Windows 64) on windows 11, with python 3.11.7. I was trying to build an offline translator and i forgot what led to what... Eventually i was trying ...
Sali Girl's user avatar
0 votes
1 answer
35 views

I scraped reviews from a web and there are pros and cons separate from each other. I scraped them as a list because it looks like as the best solution for not having the same review with user, date ...
averzeo's user avatar
-1 votes
1 answer
455 views

I want to use the FastText.NetWrapper library in my project. I imported the library and wrote the sample code, but after running it, I get the following error: Unhandled exception. System....
alperenaydin's user avatar
-1 votes
1 answer
167 views

I am planning to create a classification model. Instead of using traditional models, I decided to use a new technique of creating word embeddings, clustering them using k-means, then use the mean of ...
Ram Deepak Prabhakar's user avatar
0 votes
1 answer
137 views

I am using fasttext model to predict labels for text. Usually fasttext can classify text on word level such as: model = fasttext.train_supervised(input="training_fasttextFormat.csv", lr=0.1, ...
Feng Chen's user avatar
  • 2,273
1 vote
2 answers
3k views

I tried to install fasttext by the following command: python -m pip install -U fasttext but it didn't work well. I faced the error below: Collecting fasttext Using cached fasttext-0.9.2.tar.gz (68 ...
namba's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
32