腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Tensorflow
words
to number
我希望能把单词转换成数字。例如: 考虑到单词的多样性,机器学习方法会产生更好的效果吗?如果是这样的话,你会推荐我使用/研究什么方法/模型?
浏览 3
提问于2017-09-23
得票数 0
0
回答
Python .
words
问题?
我使用的是opinion_lexicon,文件是'_io.TextIOWrapper‘from nltk.tokenize.simple import (LineTokenizer, line_tokenize) negwords = set(opinion_lexicon.
words
("
浏览 4
提问于2017-12-01
得票数 0
1
回答
Podio Number to
Words
nineteen'var tw = ['twenty', 'thirty', 'forty', 'fifty', 'sixty', 'seventy', 'eighty', 'ninety']; var
words
浏览 1
提问于2017-02-07
得票数 0
回答已采纳
1
回答
NLTK和Stop
words
Truestopwords.
words
('english')[0:10] # Show some stop
words
---------------------------Traceback (most recent call last) ----> 1 stopwords.
words
('english')[0:10] # Show some stop
浏览 11
提问于2018-08-25
得票数 1
回答已采纳
2
回答
TimeStamp to
Words
方法
我有一个标准的rails时间戳,我想把它转换成单词,比如:Today at 20:21你明白了吧。有没有方法可以做到这一点?如果没有,我应该用什么来创建它?我可以使用strftime来做这件事吗?
浏览 1
提问于2012-01-20
得票数 1
1
回答
如何理解文本处理中的"s.
words
.length - (s.downcase.
words
- desired_
words
).length“?
我正在阅读红宝石-petter库珀和我在这部分的文章开头的几个小时: my_string = "This is a test.my_string.sentences.find_all do |s| s.
words
.length – (s.downcase.
words
– desired_
words<
浏览 1
修改于2015-02-27
得票数 0
回答已采纳
1
回答
实现Haskell#
words
给你一个哈斯克尔显示
words
函数。
words
' [] = [] | x == ' ' =
words
' xs where (ys, rest) =
浏览 0
修改于2014-05-14
得票数 2
回答已采纳
1
回答
time_ago_in_
words
<%= link_to time_ago_in_
words
(f.created_at), f %>def time_ago_in_
words
(time_str) "happened #{time_ago_in_
words
(time)} ago"我不能重新定义time_ago_in_
words
吗?因
浏览 2
提问于2012-09-01
得票数 1
回答已采纳
2
回答
Distance_of_time_in_
words
我将distance_of_time_in_
words
与扩展的gem 一起使用,如下所示:根据评论,我只是简单地尝试将第一个参数作为整数传递,但仍然不起作用: <%= distance_of_time_in_
words
(29.days ,0, false, except: ["hours
浏览 0
修改于2013-03-17
得票数 0
回答已采纳
2
回答
time_ago_in_
words
问题
我在使用time_ago_in_
words
时遇到了一个问题(由于某种原因)。if post.publish_date >= 1.day.ago else post.publish_date
浏览 2
修改于2010-01-06
得票数 10
1
回答
php
words
旋转器问题
$text = trim($text); $finalword=''; $q = $db->query("select simple_id,name,synonym from simple where name='$
words
'");while($t = $db->fetch($q)){ $fi
浏览 4
修改于2012-12-22
得票数 0
3
回答
Android应用中的
Words
我想做一个安卓文字游戏,这需要一个WordsChecker。使用棋子的类似应用有: Word With Friends,Scramble Friends,...你可以转到Google Play,下载并安装应用程序,然后尝试使用它。有谁有什么想法吗?你能帮帮我吗?
浏览 0
提问于2012-05-10
得票数 1
回答已采纳
1
回答
Word Cloud Set Max
Words
我仍然认为,如果我可以只显示前k个(最频繁的顶部,排除在common_
words
中找到的语法单词),比如说20个,我至少会加速视觉(不确定是否加速实际的算法)。
浏览 12
修改于2017-01-16
得票数 0
回答已采纳
2
回答
循环通过
words
powerpoint
TextRange For Each theWord In .TextRange.
Words
浏览 0
修改于2014-07-05
得票数 0
1
回答
Rails: distance_of_time_NOT_in_
words
比如,distance_of_time(Time.now, Time.tomorrow).days = 1或者其他类似的东西?如果不是,那么实现这一目标的好方法是什么?我知道有"from_now“,但为什么没有from_whenever呢?
浏览 0
提问于2010-03-12
得票数 3
回答已采纳
1
回答
如何解决nltk.corpus.
words
.
words
()中缺少的单词?
climatisation unit'] nltk.download('
words
') df['Sentences'] = df['Sentences'].apply(lambda x: " ".joi
浏览 2
修改于2022-05-12
得票数 3
回答已采纳
1
回答
words
.
words
()中的word在Python中检查得太慢和不准确
[] if sorted_common_
words
[i][1] > 1000:invalid_
words
= [] valid_
words
= [word for word in
words
_lstif word
浏览 3
提问于2020-11-16
得票数 0
回答已采纳
2
回答
为什么我的small_
words
()和large_
words
()函数不工作
len(secret_word)letter_storage = [] small_
words
() global word_list if len(word) <= 3: def
浏览 20
提问于2019-07-13
得票数 0
2
回答
distance_of_time_in_
words
疯了!
distance_of_time_in_
words
(strtotime(2010-08-07), strtotime(2010-08-01))$a = '2010-08-02 00:39:29'distance_of_time_in_
words
($a, $b)$a = '2010-08-02 00:39:29'distance_of_time_in
浏览 0
提问于2010-08-02
得票数 1
回答已采纳
1
回答
PHP Pear Number_
Words
php$number = 100254; $numw =between -infinity and infinity inclusive :) { if (em
浏览 1
提问于2014-11-28
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券