-
There isn't much documentation on how to use the stop-words list - and would it make sense to add the capability to use a custom stop-word list rather than having to modify an existing one? Or does t…
-
Yes, this sounds more reasonable than checking the whole stop word list for every single word. Regarding the jsonl file: since this is our program, you can also implement a special "jsonl" option for …
-
I want to contribute by adding the Urdu stop words file. Do I have to submit a PR?
-
ChatGLM3 can not stop with stop words as following:
prompt:
```
根据以下信息回答问题。 回答的语种与问题的语种一致。
联系道路救援
在中华人民共和国境内(不含香港特别行政
区、澳门特别行政区及台湾地区),遇到紧急
情况(如车辆无法启动、意外抛锚、轮胎爆
胎、事故等造成车辆无法安全行驶的情况),
可以随时联系我们…
-
Hi,
I currently test it with golang 1.3.
does go-porterstemmer also remove stop words or can you suggest a lib?
Gerald
-
### Missing functionality
Word clouds contain the most common words, and for free text fields, these words are often: 'and', 'to', 'the', 'from' etc. Which provide no meaningful insight into the da…
-
Thank you very much for this wonderful program, it has very high accuracy levels and is helping me so much in many ways :)
But unfortunately Speech Note keeps inserting words that I didn't speak ra…
-
Is it possible to customize the stop words used, so I can provide a different list other than the [default one](https://github.com/elixir-haystack/haystack/blob/main/priv/haystack/stop_words.txt) or d…
-
dan - Indonesian for "and"
di - Italian for "of"
في - Persian for "and"
به- Persian for "to"
در - Persian for "door"
از - Persian "From"
pada- Indonesian for "on"
na - Bulgarian for "on"
و - P…
-
**Please describe the module you would like to add to bricks**
A brick module that removes stopwords from a text.
**Do you already have an implementation?**
```python
from nltk.corpus import sto…