We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57d6fb commit 91f1863Copy full SHA for 91f1863
README.md
@@ -2,6 +2,10 @@
2
3
The Python interface to the [Stanford Named Entity Recognizer](https://github.com/dat/stanford-ner).
4
5
+## Project Homepage
6
+
7
+* [Stanford Named Entity Recognizer](http://nlp.stanford.edu/software/CRF-NER.shtml)
8
9
## Installation
10
11
$ python setup.py install
@@ -18,7 +22,7 @@ The Python interface to the [Stanford Named Entity Recognizer](https://github.co
18
22
19
23
## Online Demo
20
24
21
-* [Stanford Named Entity Tagger](http://nlp.stanford.edu:8080/ner/)
25
+* [Graphical demo of several models](http://nlp.stanford.edu:8080/ner/)
26
27
## License
28
0 commit comments