Project

gulp

0.0
No commit activity in last 3 years
No release in over 3 years
Identify Statistically Improbable Phrases (SIPs)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.