Sha256: 7fc29176e8b1be787d3e1aab51dd6836b7b786be538451bcf3f7effb02b1849b

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

require 'rbbt'
require 'rbbt/util/open'

Rbbt.add_datafiles 'stopwords' => ['wordlists', 'stopwords']

$stopwords = Open.read(Rbbt.find_datafile 'stopwords').scan(/\w+/) if File.exists?(Rbbt.find_datafile 'stopwords')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbbt-text-0.2.0 lib/rbbt/bow/misc.rb
rbbt-text-0.1.0 lib/rbbt/bow/misc.rb
rbbt-text-0.0.4 lib/rbbt/bow/misc.rb