Sha256: 0d61cc5196cbe02317844c3190e4fae89a9cd25fdcd4aa2d2891adb619c6a49f

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

Abstractor
====
Abstractor is a Rails engine gem for deriving discrete data points
from narrative text via natural language processing.  The gem includes
a user interface to present the abstracted data points for
confirmation/revision by curator.

Reader's note: this README uses [YARD][] markup to provide links to
Abstractor's API documentation. If you aren't already, consider reading it
on [rubydoc.info][] so that the links will be followable.

[YARD]: http://yardoc.org/
[rubydoc.info]: http://rubydoc.info/github/NUBIC/abstractor/master/file/README.md

## Status
[![Gem Version](https://badge.fury.io/rb/abstractor.svg)](http://badge.fury.io/rb/abstractor)

## Requirements

Abstractor works with:

* Ruby 1.9.3, 2.0.0 and 2.1.1
* Rails 3.2 (not Rails 4.0 or later yet)

Some key dependencies are:

* Gems
  * stanford-core-nlp
  * paper\_trail
  * Haml
  * Sass
  * A more exhaustive list can be found in the [gemspec][].
[gemspec]: https://github.com/NUBIC/abstractor/blob/master/abstractor.gemspec

* JavaScript
  * [jQuery](http://jquery.com/)
  * [jQuery UI](https://jqueryui.com/)

* Java
  * [Stanford CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml)
  * [lingscope](http://sourceforge.net/projects/lingscope/)

## Install

Add abstractor to your Gemfile:

  gem 'abstractor'

Also add the paper\_trail gem to your Gemfile (if it is not already there):

  gem 'paper_trail'

Bundle, install, and migrate:

* bundle install
* bundle exec rails g abstractor:install
* bundle exec rake db:migrate
* bundle exec rake abstractor:setup:system

Install the paper\_trail gem (if it is not already installed in your application).

* bundle exec rails g paper_trail:install
* bundle exec rake db:migrate

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
abstractor-1.0.15 README.md
abstractor-1.0.14 README.md
abstractor-1.0.13 README.md
abstractor-1.0.12 README.md
abstractor-1.0.11 README.md
abstractor-1.0.10 README.md