README.md in nabatheon-0.0.1 vs README.md in nabatheon-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
# Nabatheon
-TODO: Write a gem description
+Extract named entities and lemmas using StanfordCoreNLP.
## Installation
Add this line to your application's Gemfile:
@@ -19,12 +19,10 @@
$ gem install nabatheon
## Usage
```ruby
-text = <<-content
-Angela Merkel met Nicolas Sarkozy on January 25th in Berlin to discuss a new austerity package. Sarkozy looked pleased, but Merkel was dismayed.
-content
+text = 'Angela Merkel met Nicolas Sarkozy on January 25th in Berlin to discuss a new austerity package. Sarkozy looked pleased, but Merkel was dismayed.'
Nabatheon.annotate(text)
```
## Contributing