Skip to content

Commit

Permalink
Updated Readme to point to Natural
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrob committed Aug 29, 2011
1 parent 2bf3a1d commit 5d3f670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Natural Language Tools

## Update

This project is being merged into Natural, Visit [https://github.com/NaturalNode/natural](https://github.com/NaturalNode/natural) for the latest changes.

## Abstract

After leaning about IBM's Watson *1, and reading Mind vs Machine *2, I wanted to better understand the state of Natural Language Processing,
Expand Down Expand Up @@ -37,6 +41,7 @@ Download, fork or clone the code, setup the 2 dependancies below.
- Download and run the Java Server
- java -mx600m -cp stanford-ner.jar edu.stanford.nlp.ie.NERServer -loadClassifier classifiers/ner-eng-ie.crf-4-conll-distsim.ser.gz -port 8000


### Sentence Analyses
- Break a sentence down into different parts, subject, predicate etc.

Expand Down

0 comments on commit 5d3f670

Please sign in to comment.