-
##### Text version
0.5.2
##### Orange version
3.18.dev
##### Expected behavior
Lowercase in Preprocess Text puts all words in lowercase.
##### Actual behavior
Only some words ar…
-
In the readme file it was written "Do remember tokenization!". What type of tokenization is needed. Do we need to give case sensitive or case insensitive input to the model, is there any normalizatio…
-
When I try to install the text add-on, I get the following popup
![image](https://user-images.githubusercontent.com/47596186/52707409-ef191680-2f87-11e9-88ef-0e05e07de0eb.png)
Here is the detail…
-
##### Text version
0.5.0 (not installed though)
##### Orange version
3.15.0 on macOS 10.14 Beta
##### Expected behavior
Orange3-Text installs
##### Actual behavior
The addon f…
-
**Rasa Core version**: 0.8.5
**Python version**: 3.6
**Operating system**: osx
**Issue**:
I wonder if the contributors to this project are taking care of the new tag in stackoverflow (rasa-c…
-
Is it normal that UDPipe takes more than 4 days to train a model (for Portuguese) using simply "./udpipe --train newmodel.udpipe golden.conllu", in a 8gb RAM i5 CPU machine?
We only managed to fini…
-
How do I use Japanese ELMo on my own corpus? In the paper it is indicated that SCIR tokenizer is used. Is there a script provided for this? Also would like to fine-tune the model towards my corpus. Wh…
-
Hello,
I am using the function `keywords_rake` but it keeps throwing the following error. What does it mean?
```
UDtext
-
The collocation function doesn't give an option to retrieve doc_id's.
doc_id's are needed to create a DTM from collocations with single words for the purpose of document similarity calculations.
-
The java tokenizer was technically reversible because it kept track of spaces, I could not find spaces in the python tokenizer.