-
> > One thing I noticed: if I search for the keyboard on keyman, there are zero search results if I include more than one word.
> > Let me show you what I mean.
> > The search results for just the f…
-
![C8525B49-952C-4418-B0A1-474F1F60C937](https://github.com/open-compass/T-Eval/assets/33504384/bf79bbc6-380d-4a40-8825-7a0628d41e6b)
I followed the author's commands exactly, but KeyError: stop_words…
-
感谢分享,请问stop words是什么呢?
-
I am use Mallet to do topic modeling with German txts. When I run import command with extra stopwords list, I got the following information
![feedback](https://cloud.githubusercontent.com/assets/15974…
-
In most JetBrains IDEs, when context-specific completions are added, no completions are added from other contributors, specifically the `WordCompletionContributor` which adds words found in the same d…
-
in other words, finish what I'd started when making the rat stop wiggling over there
-
Camera keeps moving after mouse movement stops. After I stop moving the mouse to look around there's a gradual slowdown of the camera movement around 2-3 seconds until it finally stops. In the origina…
-
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
#print stopwords.fileids()
en_stops = set(stopwords.words('finnish'))
all_words = open("./testrun.txt")
for word in all_w…
-
Support adding stop words as sequence of tokens. For example, in python code generation, it's fairly common to adding following tokens as stop words:
```py
stop_words = [
"\ndef",
"\nclass",
…
-
@HenryHengZJ - When sending multiple HTTP requests concurrently with the same session to Flowise using streaming mode, the responses are not properly separated by connection. Instead, all responses ar…