nlp icon indicating copy to clipboard operation
nlp copied to clipboard

:memo: This repository recorded my NLP journey.

Results 10 nlp issues
Sort by recently updated
recently updated
newest added

Hello, Please help me understand how to execute "from aion.util.spell_check import SymSpell". I tried to use the sys,os but got lost.

I can't find and use the exact code that you have used. any idea on that?

https://github.com/makcedward/nlp/blob/2f12277b952dca39d8a392fb14e5f086a562d269/sample/nlp-lsa_lda.ipynb?short_path=ab50a6b#L105 In the above line, you assign the result of the LSA to the variables `x_train_lda, x_test_lda`. Shouldn't it be l**s**a in both cases?

The Cosine Similarity code has a typographic error. States **transfaormed_results[i]** and should be **transformed_results[i]**

``` explainer = shap.DeepExplainer(pipeline.model, encoded_x_train[:10]) shap_values = explainer.shap_values(encoded_x_test[:1]) x_test_words = prepare_explanation_words(pipeline, encoded_x_test) y_pred = pipeline.predict(x_test[:1]) print('Actual Category: %s, Predict Category: %s' % (y_test[0], y_pred[0])) shap.force_plot(explainer.expected_value[0], shap_values[0][0], x_test_words[0]) ``` RETURNS: `ValueError:...

Hi, Just found your blog and I there are many useful information I just found that you put ULMFiT under Openai in your readme table while according to I know,...

Hi, thank you for the awesome code on character embedding model, I had a lot of fun playing with it. One little suggestion on the code, in CharCNN, def build_char_dictionary,...

Hi, I am getting an error while generating InferSent embeddings. The error is as follows, with details at the end of this email > UnicodeDecodeError: 'utf-8' codec can't decode byte...

Facebook moved to a different S3 bucket See: https://github.com/facebookresearch/InferSent/issues/93