-
Hi,
since the command (with the new version of ChatterBot) `python3 manage.py train` is no more supported, how can I train my online bot implemented with Django? I read that I have to create a new py…
ghost updated
3 years ago
-
Hello
Please I am following this tutorial to create my French Language model : https://github.com/kmario23/KenLM-training
But when I type this cmd :
`bzcat ./data_final/vocabulary.txt.bz2 | pyt…
-
Hi Again :)
I was checking my own implementation of the factCC scoring you described in the paper against your data, and noticed that for 90 cases we derived different scores
I suspect this is …
-
### A chatbot is like a virtual assistant who answers all the user queries. It also engages in small talk along with answering questions.
#### I will use chatterbot library of python along with…
-
I need wn.all_synsets(lang='fas') and also synset.definition(lang='fas')
-
-
**Bug description**
After running
```
git clone https://github.com/facebookresearch/ParlAI.git
cd ParlAI; python setup.py develop
```
to install ParlAI, when trying to run the first example scr…
-
Hi,
When I run main.py, it shows the following error.
OSError: [E050] Can't find model 'en_core_web_md'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directo…
-
Resource punkt_tab not found.
Please use the NLTK Downloader to obtain the resource:
>>> import nltk
>>> nltk.download('punkt_tab')
For more information see: https://www.nltk.org/d…
-
In reference to #94, #427.
What approaches can we take to implement testing for ordered list and unordered list in style-guide testing?