-
The current implementation sets logging from `__main__.py` and appends both errors and logs to a file named `rnlp_log.log`.
If the user experiences errors when running the code (for example: `nltk`…
-
**os: ubuntu 18.10
bot version 1.0.1
python : 3.6**
error
```
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data] /home/ghost/nltk_data...
[nltk_data] Unzipping tagg…
-
Hi,
We're storing our data under an UNC path (i.e. our NLTK_DATA is on the lines of \\mypath.com\nltkdata), and this causes the following error on data loading for tag/perceptron.py. All other data l…
-
We need to define a basic `README.md` which briefly discusses the overall project.
-
I have already the gone through the issue stated here ( `https://github.com/gunthercox/ChatterBot/issues/1493` ), but it didn't work for me. I am using chatterbot of version = 1.0.0.a2
Can anyone …
-
Reevaluate the performance of base classifiers after finding their optimal hyperparameters via grid search #361
**NOTE:** Add graph and summary for classifications
- [x] Linear SVM
- [x] Naive…
-
#### Expected Behavior
API methods of NLTK need dependencies (listed below). This can be done by commands:
```
import nltk
nltk.download('all')
```
The details of dependencies:
```pun…
-
Hi,
I try to run the server because I want to reproduce the evaluation.
My first question is, if it's the correct way to run the evaluation.
Or how to reproduce the files in the Evaluation folde…
-
It would be nice to know how the program can be run.
-
**Describe the bug**
NLTK corpora aren't downloaded automatically as part of installation instructions.
**To Reproduce**
After installation, pyGrams (well, NLTK) will complain about missing files…