Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ruby词汇库_Ruby_Gem_Vocabulary - Fatal编程技术网

ruby词汇库

ruby词汇库,ruby,gem,vocabulary,Ruby,Gem,Vocabulary,是否有一个词汇库可以将不同的形式识别为一个单词? 像这样: Built, Builds, Building => Build Ate, Eaten, Eats, Eating => Eat Tables => Table 这本书不是专门为Ruby编写的,但它有一个名为2of12inf的字典,其中包括这些不同的单词形式(屈折变化)。这本书不是专门为Ruby编写的,但它有一个名为2of12inf的字典,其中包括这些不同的形式(屈折变化)单词。

是否有一个词汇库可以将不同的形式识别为一个单词? 像这样:

Built, Builds, Building  => Build
Ate, Eaten, Eats, Eating => Eat
Tables                   => Table

这本书不是专门为Ruby编写的,但它有一个名为2of12inf的字典,其中包括这些不同的单词形式(屈折变化)。

这本书不是专门为Ruby编写的,但它有一个名为2of12inf的字典,其中包括这些不同的形式(屈折变化)单词。

在2of12inf.txt文件中如何查看“ate”和“eat”之间的连接?在2of12inf.txt文件中如何查看“ate”和“eat”之间的连接?我检查了这个库,它不识别单词“ate”和“eat”。你确定库工作吗?不,我不确定,我从未使用过它…但我不知道有任何其他词干库在RubyI中,检查了这个库,它不识别单词“ate”和“eat”。你确定这个库有效吗?不,我不确定,我从未使用过它……但我不知道Ruby中还有其他词干库