-
Replacing the language data with the `training/dictionary_pickler.py` script completely degrades, the previous results cannot be replicated anymore.
I believe that commit 63933fc accidentally rever…
adbar updated
3 weeks ago
-
The command `pip install -r requirements.txt` returns the error:
```
ERROR: Could not find a version that satisfies the requirement torch=1.3.1 (from nlp-pieflask_pie>=0.0.7->-r requirements.txt (…
-
☑️ try different topics numbers, N = 500
☑️ use tf-idf vector instead of bow vector
☑️ print top 10 words for each topic
☑️ examine the bi-graph on user and community, and by propagating the la…
-
Hello, I Have an issue that when I try to import ***import dadmatools.pipeline.language as language*** in my local machine I face this error:
**UnicodeDecodeError: 'charmap' codec can't decode byte 0…
-
`text = ' '.join([word.lemma_ if word.lemma_ != '-PRON-' else word.text for word in text])`
In the latest Spacy, after I run the code, the text will be lowercased. Actually, I do not want to do thi…
-
Dear all,
Currently me and my colleague are doing some research in automated answering of open-ended items (short answer).
Example 1:
what is the name of the capital of France?
answer:
studen…
-
from SLang:
```
Is there an out-of-the-box option to tell the lemmatisation (for Latin) to prefer the noun form over the verb?
With many forms (such as „materias“ or forms of „ars“) I get Verb L…
-
Job titles are a mess, we need someone to generalize them.
We can maybe have two different features, say:
Main title -sub title:
Engineering Systems Analyst - Mathematical Modeller ??
Engineerin…
-
Hello,
i tried now to complete the examples for Kibana, see
https://gist.github.com/ThaDafinser/d27b4fa9d144b0083ee7dad37484fdd8
For the example i've gone through the complete plugin-list
http…
-
Hello,
Thank you for this amazing work you are doing. Do you have any plan to release new models in tar.gz?
I tried to transform the whl models to tar.gz but i am having some errors.
Tar.gz are…