Skip to content

andrewcarpenter/gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp

Ruby gem for identifying Statistically Improbable Phrases across a large document set.

This is pre-alpha; use at your own risk. API will change.

Install

[sudo] gem install gulp

Usage

gulp = Gulp.new(:database_directory => '/path/to/dir')

gulp.new_from_xml_file(path_1).process!
gulp.new_from_xml_file(path_2).process!
gulp.new_from_xml_file(path_3).process!

doc = gulp.new_from_xml_file(path_4).process!
doc.process!
doc.phrases # => [<Gulp::Phrase>, <Gulp::Phrase>]

Copyright

Copyright (c) 2010 Andrew Carpenter. See LICENSE for details.

About

Ruby gem for identifying Statistically Improbable Phrases across a large document set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages