腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(446)
视频
沙龙
4
回答
如何在R中解压缩元组格式?
、
、
、
、
library(data.table) segment_
stemming
= c(c("data.table", "data.frame" )) # id segment_
stemming
id segment_
ste
浏览 11
提问于2022-03-11
得票数 9
回答已采纳
1
回答
将lambda函数写入函数
、
Sastrawi.Stemmer.StemmerFactory import StemmerFactory stemmer = factory.create_stemmer() factory = StemmerFactory
浏览 37
提问于2021-10-01
得票数 0
回答已采纳
1
回答
使用haskell显示词干词干和词干
、
filter (hasEnding endings) ws
stemming
[] = []
stemming
(x:"ed") = [x]
浏览 1
提问于2014-01-09
得票数 1
回答已采纳
1
回答
是否可以在ElasticSearch >2.0搜索中返回分析字段?
、
、
english": { "analyzer": "english" "
stemming
type": "string", } } 并且搜索查询是在TitleEng
浏览 2
提问于2016-03-16
得票数 6
1
回答
“list”对象没有属性“split”时出错
、
、
、
、
seu cabelo macio','alegria') stemmer = nltk.stem.RSLPStemmer()for (words, sentiment) in text: sentence_no_
Stemming
.append((with_
Stemm
浏览 26
提问于2020-07-25
得票数 0
1
回答
ElasticSearch和Porterstem
、
local/ -d' analysis :
stemming
' curl -XPUT localhost:9200/local/_mapping -d'{"properties": { "title" : { "analyzer" : "
stemming
&qu
浏览 0
提问于2011-03-22
得票数 3
回答已采纳
1
回答
如果我想在列表上返回一个操作,但当它出现空时,它保持不变,我怎么说呢?
、
、
、
、
['yolda','gelirken','kopek',‘g rdüm’,'cok','tatlıydı']from trnlp import TrnlpWord obj = TrnlpWord() obj.setword(x) if isinstance(x, str) else type(x)(map(tr_
stemming
, x))return obj.get_stem if i
浏览 7
提问于2022-03-28
得票数 1
回答已采纳
1
回答
为什么stemDocument没有词干?
、
、
、
我使用R中的“tm”包来使用词干术语创建一个术语文档矩阵。这个过程正在完成,但是生成的矩阵包含似乎没有被阻止的术语,我正在试图理解为什么是这样,以及如何修复它。library(boilerpipeR)library(tm) url <- "http://blogs.wsj.com/digits/2015/
浏览 4
提问于2015-07-15
得票数 1
回答已采纳
1
回答
培训和测试集不兼容:比较两个csv文件
Words/
Stemming
2(NC),No Stop Words/Lammetizing2(NC),No Stop Words3(L),No Stop Words/
Stemming
3(L),No StopWords/
Stemming
4(NC),No Stop Words/Lammetizing4(NC),No Stop Words5(L),No Stop Words/
Stemming
5(L),No Stop,No Punctuations/
St
浏览 6
提问于2014-05-18
得票数 0
1
回答
如何将文本分类到数据帧的每一行?
、
、
、
、
dictionary = {'cat_1' : ['some',
stemming
', 'bunch'], 'cat_2' : ['to', 'so'], 'cat_3': ['
stemming
', '']} dataframe = {'Articles' : ['article1', 'article2', &
浏览 1
提问于2019-08-16
得票数 0
1
回答
计数数据取决于句子id和数据的频率
、
、
mysql_query ("SELECT sentence_id, document_id, stem_after, FROM tb_
stemming
浏览 1
提问于2012-09-10
得票数 2
回答已采纳
2
回答
带有标记化的Python嵌套列表理解
、
、
、
下面的代码工作得很好,但是我想用更少的行编写它:for sentence in data: data_
stemming
.append(stemmed_sentence) 产出: ['do do done',
浏览 10
提问于2022-11-07
得票数 1
1
回答
elasticsearch:多字段映射
、
、
因此,我将有这样的字段:title.
stemming
、title.shingles、meta1.
stemming
、meta1.shingles等。 type: string
stemming
: analyzer: my_
stemming
_analy
浏览 3
提问于2016-01-18
得票数 0
回答已采纳
1
回答
Porters词干提取算法Javascript,如何
、
下面是我从这里摘取的JavaScript的Porters词干提取算法:var stemmed_word = porter_
stemming
_alg( "some_word_to_stem大致是这样的: //... //...有什么建议很感谢各位
浏览 5
提问于2011-08-21
得票数 3
回答已采纳
1
回答
自定义分析器弹力搜索soundex加雪球
、
、
、
type : custom tokenizer : standard filter : [standard, lowercase, soundex_filter,
stemming
soundex_filter : type : phonetic encoder : soundex replace : true
stemming
浏览 1
提问于2015-01-12
得票数 1
回答已采纳
1
回答
将jsonify不返回到呈现模板页
、
、
'#r_stopwords').html(data.r_stopwords); $('#
stemming
').html(data.
stemming
); $('#preproccessing').show();});r_stopwords = str(df[
浏览 3
提问于2022-10-09
得票数 0
4
回答
python中动词词干的几个问题
def
stemming
(verb): for i in suffix: return stem'want' >>>
stemming<
浏览 12
提问于2015-06-18
得票数 2
回答已采纳
1
回答
Prolog列表(使用词干函数)
、
我试图用porter_stem阻止一个单词列表,但是我得到了一个错误:
stemming
([],[]).
stemming
浏览 3
提问于2012-01-06
得票数 0
回答已采纳
1
回答
包含unordered_map的DLL未使用visual studio编译器进行编译
、
、
、
、
编辑:我的编译命令如下: cl sfstMinGW.cpp SFST
浏览 0
提问于2013-04-22
得票数 0
1
回答
使用ISRIStemmer在文件中写入阿拉伯文本时出错
、
、
通过引用前面的问题,我使用了以下代码:def
stemming
_textline.split(): print ' '.join(singles) Traceback (most recent call last):
浏览 3
提问于2016-09-04
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
11种NLP 文本预处理 Python 代码,简洁实用!
总结!实用Python文本预处理代码
Python文本预处理:步骤、使用工具及示例
一文看懂自然语言处理|NLP
Lucene全文检索的基本原理
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券