腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(2688)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
vocabulary
_
vectorizer = CountVectorizer(min_df=0, lowercase=False)vectorizer.
vocabulary
浏览 2
提问于2019-09-14
得票数 0
1
回答
"InvalidArgumentException:字段taxonomy_
vocabulary
_15未知“
InvalidArgumentException:字段taxonomy_
vocabulary
_15是未知的。
浏览 0
修改于2022-03-28
得票数 0
1
回答
count_vectorizer.
vocabulary
_.items()和count_vectorizer.
vocabulary
_不一致返回数
) count_vectorizer.fit(data['text']) dictionary = count_vectorizer.
vocabulary
_.items() 据我所知,在count_vectorizer在我的例子中,它生成了25,257特性,当我调用count_vectorizer.
vocabulary
_
浏览 0
提问于2020-03-26
得票数 0
回答已采纳
1
回答
向`tft.
vocabulary
`添加保留令牌
我想在tft.
vocabulary
创建的词汇表中添加一些单词,这些词汇不是训练样本的一部分(即<mask>和<pad>标记)。我在文档中看到,tft.
vocabulary
函数可以接受一个参数,key_fn是这样说的: return tf.constant(['<mask>', '<pad>']) words,
浏览 16
提问于2022-04-06
得票数 1
1
回答
.
vocabulary
_诉.get_feature_names()
这些都与TfidfVectorizer of sklearn有关。这是相当令人困惑的,因为他们看起来非常相似,但也非常不同。
浏览 0
修改于2019-06-21
得票数 0
回答已采纳
1
回答
如何从
vocabulary
_中保存和加载CountVectorizer?
这将生成一个
vocabulary
_。我希望这个带有词汇表的CountVectorizer能够在另一个类中重用它。有人对我有什么建议吗?我已经试着用save_npz做了整件事。但没能正常工作。
浏览 7
提问于2019-10-11
得票数 0
回答已采纳
1
回答
python CountVectorizer()
vocabulary
_ get方法返回None
X_train_counts = count_vect.fit_transform(my_data) print ( count_vect.
vocabulary
浏览 7
修改于2016-02-09
得票数 1
1
回答
如何正确使用tft.compute_and_apply_
vocabulary
和tft.tfidf?
我尝试使用tft.compute_and_apply_
vocabulary
和tft.tfidf在我的jupyter笔记本中计算tfidf。tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'compute_and_apply_
vocabulary
/
vocabulary
/Placeholder' with dtype string
浏览 1
提问于2019-08-11
得票数 2
1
回答
vocabulary
_size对word2vec tensorflow的实现有什么影响?
为了运行,我通过将修改为words = read_data('mytextfile.zip')来修改word2vec_basic.py以使用我自己的数据集我使用python3,所以我使用python3 word2vec_basic2.py来运行
浏览 1
修改于2016-08-24
得票数 1
2
回答
text2vec:在使用函数create_
vocabulary
后遍历词汇表
vocab = create_
vocabulary
(it_0, ngram = c(2L, 2L)) > vocab0 stopwordsngram_min = 2; ngram_max = 2 terms terms_counts doc_counts 1:pruned_vocab = prune_
vocabulary
(vocab, term_count_min = <BLANK&g
浏览 1
提问于2016-11-26
得票数 1
回答已采纳
1
回答
drupal 7 taxonomy_
vocabulary
_machine_name_load没有显示字段
php $myvoc = taxonomy_
vocabulary
_machine_name_load($name); $tree = taxonomy_get_tree
浏览 5
提问于2018-10-01
得票数 0
回答已采纳
1
回答
我在代码中为drupal模块添加了taxonomy_save_
vocabulary
我知道,为了以编程方式将自己的分类法添加到节点,我需要使用函数并传递给它一个定义词汇表的数组。但是我需要知道这段代码通常在模块中的位置。我假设安装文件?D
浏览 10
修改于2017-05-23
得票数 1
回答已采纳
1
回答
如何在tensorflow_transform中获得apply_
vocabulary
之前的词汇量?
实质上:outputs['label'] = tf.cast( vocab_size=VOCAB_SIZE, "int64"default_value=-1)
浏览 13
提问于2022-01-28
得票数 0
1
回答
如何在DataFrame中使用CountVectorizerModel.
vocabulary
将termIndices转换为term?
因此,我创建了一个函数 a.map(x => cvModel.
vocabulary
(x))当我使用一个案例进行测试时
浏览 0
提问于2018-12-17
得票数 0
1
回答
vocabulary
.com上的“学习”按钮并不能显示在所有单词上
为什么没有在
vocabulary
.com的所有word页面中显示学习按钮? 例如,在“哨子”上,它在侧栏区域显示了学习按钮。但是换句话来说,比如说巨魔,它没有。
浏览 0
修改于2017-12-14
得票数 1
回答已采纳
1
回答
Drupal视图: node.type=abc和node.
vocabulary
_id=123节点的作者列表
在使用视图的drupal6中,我想要一些特定节点类型和分类term.id或
vocabulary
.id的作者(带有完整的概要字段)的(块)列表视图:用户类型过滤器
浏览 2
提问于2011-02-04
得票数 0
1
回答
将文本语料库转换为文本文档,并使用
vocabulary
_id和相应的tfidf评分
document(4,2) 0.0912(4,1) 0.1234key_val_pairs = [str(k) + ":" + str(v) for k, v in mydata.items()] 但问题是,我得到了一个输出,其中
vocabulary
_id
浏览 2
修改于2016-11-22
得票数 0
回答已采纳
1
回答
将特定符号转换为拉线
vocabulary
.Add("Ē", "Ee");
vocabulary
.Add("Ī", "Ii");
vocabulary
.Add("Ļ", "L
浏览 0
修改于2018-10-29
得票数 0
回答已采纳
1
回答
使用Core数据添加多个测试数据
inManagedObjectContext:context];
vocabulary
.definition = @"better thanAndroid";
vocabulary
.definition = @"better th
浏览 2
提问于2012-02-17
得票数 0
回答已采纳
1
回答
无法更新视图
下面是一个简单的表定义
vocabulary
_input.词汇表和一个视图PostgreSQL当我在查询工具屏幕中使用来自
vocabulary
_input的SELECT语句时,我可以更新和添加行。但是,当我从
vocabulary
_input中选择“查看/编辑数据--所有行”时,视图将被锁定。为什么会这样呢?CREATE TABLE public.
vocabulary
entry text COLLATE pg_catalog."OR REPLACE VIEW public.<e
浏览 1
修改于2020-05-15
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券