-
Auf Basis von MonaLog, WordNet, Winogrande und dem Datensatz aus #2 soll ein Trainings- und Evaluationsdatensatz erstellt werden, der sich auf Opposite Adjectives, wenn möglich in Kombination mit Mono…
-
There's no test set for QA, so the scores shown after the git PR would be on the same dev set, I believe. Since the dev set does have the labels we should have been able to use the f1 scores printed l…
-
## 🐛 Bug
`(base) 455832@soc-MBP1320-EA tud_cor_knowtext % docker-compose up`
When I compose the docker I am having the next progress and an error related to pytorch.
```
Building web
Step 1…
-
Hi,
Thanks for using data.table. In revdep testing for the next release, I'm seeing the following compiler warning for `crfsuite`. I see everything is fully OK on CRAN, though. I have just upgraded t…
-
Here i have a proble import text blob with error message ModuleNotFoundError: No module named 'textblob'
I'm using this code `from textblob import TextBlob`
-
We had discussed the NLTK installation is taking a long time. I checked, and we really only need one small file from the stopwords corpus. Thus, I think we can just not use this downloader at all an…
-
Hi,
Just after installing ChatterBot ( version is 1.0.0a3.) , I tried to execute the following code snippet from quick start guide:
```
from chatterbot import ChatBot
chatbot = ChatBot("Ron Obv…
-
Hello there. I was trying to do the preprocessing steps for my own dataset which is New Zealand English and I ran into the following error:
2020-10-06 00:13:48.426319: I tensorflow/stream_executor/pl…
-
[nltk_data] Downloading package stopwords to
[nltk_data] C:\Users\asus\AppData\Roaming\nltk_data...
[nltk_data] Package stopwords is already up-to-date!
[nltk_data] Downloading package averag…
-
Hi!
I just finished setting up the agent and found a small something missing in the installation. I had to do `nltk.download('averaged_perceptron_tagger` before the REST-API would work, now it's al…