text_search:TextSearch 允许计算一个单词在文本中出现的次数

时间:2024-07-02 02:13:02
【文件属性】:

文件名称:text_search:TextSearch 允许计算一个单词在文本中出现的次数

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-02 02:13:02

Ruby

文本搜索 TextSearch 允许计算一个单词在文本中出现的次数。 安装 将此行添加到应用程序的 Gemfile 中; gem 'text_search' 然后执行: $ bundle 或者自己安装: $ gem install text_search 用法 require 'text_search' # Search from web text = TextSearch :: Web . new ( 'www.google.com' , [ "google" ] ) text . search #=> [{"google"=>3}, {"youtube"=>1}] # Search from text text = TextSearch :: Text . new ( 'Lorem ipsum dolor sit amet, consectetur adipiscing


【文件预览】:
text_search-master
----lib()
--------text_search()
--------text_search.rb(106B)
----Gemfile(96B)
----spec()
--------text_search_spec.rb(937B)
--------spec_helper.rb(81B)
----Rakefile(29B)
----.travis.yml(30B)
----LICENSE(1KB)
----README.md(3KB)
----.rspec(31B)
----text_search.gemspec(1KB)
----.gitignore(87B)

网友评论