腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(25)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
为什么我有一个ElasticSearch渗滤查询错误?
索引映射: 'body' => [ 'number_of_shards'type' => 'boolean' ] ]Doc索引: "_index": &quo
浏览 7
修改于2022-01-31
得票数 0
5
回答
如何安装Anaconda的停止词软件包
如何为Anaconda安装
stop-words
,这是我用Anaconda为jupyter笔记本使用的。我试过的:PackagesNotFoundError:以下软件包无法从当前频道获得: and then: pip install -i https://pypi.anaconda.org/pypi/simple
stop-words</
浏览 2
提问于2018-01-22
得票数 3
2
回答
为什么在向english.txt文件添加了停用词之后,停用词仍未更新?
在目录路径usr/local/lib/python2.7/dist-packages/stop_words/
stop-words
中的english.txt文件中,最初的停用词数量是174,我添加了更多,
浏览 61
修改于2017-07-11
得票数 2
回答已采纳
1
回答
如何在不使用Tf-idf的情况下使用SVM进行文本分类
但我做了一些技巧来删除
stop-words
和pouncs,以获得更好的准确性。 我想用SVM实现一个文本分类器,但我搜索了很多。我找到的所有内容都与通过使用Tf-idf来使用管道函数有关。
浏览 19
修改于2019-01-02
得票数 1
1
回答
使用pyinstaller文本无法解码。
prefix='langdetect/profiles/') prefix='
stop-words
/') a.datas += Tree('.
浏览 4
修改于2018-09-28
得票数 1
2
回答
如何删除少于3个字符的单词?
我使用
stop-words
忽略了几个单词,但是如何指定长度来限制小于3个字符的单词呢?
浏览 0
修改于2019-05-28
得票数 2
回答已采纳
1
回答
不带位置偏移的Concat postgresql tsvectos
(The equivalence is not exact, because any
stop-words
removed from the end of the left-hand argument
浏览 17
修改于2021-09-28
得票数 0
2
回答
预处理数据:删除用于文本分析的意大利语词组
pip install
stop-words
import
浏览 6
提问于2022-05-12
得票数 1
回答已采纳
2
回答
删除停止词和标点符号
我写了这段代码: tk = tokenize(new['title']) # delete punctuation signs &
stop-words
浏览 4
提问于2017-12-03
得票数 0
回答已采纳
2
回答
使用NLTK的FreqDist
corpus.append(input) corpus_text = nltk.Text(corpus) #Remove
stop-words
浏览 0
修改于2011-06-09
得票数 3
2
回答
频率计数用意大利语句子的词缀化
import nltkimport pattern it_stop_words = nltk.corpus.stopwords.wordsword_tokenized_no_punct_no_sw = [x for x in word_tokenized_no_punct if x not in it_stop_words] print("3) Clean
stop-words
volevo', 'andare', &q
浏览 1
修改于2017-08-02
得票数 8
回答已采纳
1
回答
为什么我收到一个错误,说测试数据的特征数量较少?
review=review.replace("<br />", " ") # removing
stop-words
浏览 7
修改于2020-03-11
得票数 0
回答已采纳
1
回答
如何改进我对德语文本的多类文本分类?
预处理步骤:lower-case所有文本并删除
stop-words
。因为我的文本是德语的,所以我没有使用lemmatization。
浏览 1
提问于2020-12-04
得票数 0
回答已采纳
1
回答
Ruby中的解析器:处理粘性注释和引号
Stop-words
are chosen just to highlight them: set, object set title"Input example"set objects 2#not-separated
浏览 0
修改于2010-07-29
得票数 1
回答已采纳
2
回答
wordcloud package: get“strwidth错误(…)”:无效的'cex‘值“
collapse=" ")all = c(maruti, hyundai, tata, toyota) # remove
stop-words
浏览 1
修改于2016-02-26
得票数 5
3
回答
Gensim安装问题
0.9.3.12pytz==2012cscipy==0.14.0smart-open==1.3.5
stop-words
浏览 6
提问于2016-11-22
得票数 8
0
回答
C#嵌套Elasticsearch自定义筛选器结构(tokenize)
.Stop("stopwords_sk", tst => tst .StopWordsPath("
stop-words
浏览 3
修改于2017-12-05
得票数 3
回答已采纳
1
回答
如何在lucene中索引/搜索+和-符号?
= new SpanishStemmerFilter(result); } * Loads the spanish
stop-words
浏览 0
修改于2014-03-27
得票数 0
1
回答
在Pandas dataframe中找到最常用的单词
"]+", flags=re.UNICODE) # removing the
stop-words
浏览 0
修改于2021-04-28
得票数 5
回答已采纳
6
回答
没有生成pipenv - Pipfile.lock,原因是“未能找到与keras夜间~=2.5.0.dev”匹配的版本。
nltk = "*"tweepy = "*"seaborn = "*"wordcloud = "*"
stop-words
浏览 22
提问于2021-06-02
得票数 7
回答已采纳
第 2 页
领券