Python client for the Stanford Named Entity Recognizer
Project description
# PyNER
The Python interface to the [Stanford Named Entity Recognizer](https://github.com/dat/stanford-ner).
## Project Homepage
[Stanford Named Entity Recognizer](http://nlp.stanford.edu/software/CRF-NER.shtml)
## Installation
$ python setup.py install
## Basic Usage
>>> import ner >>> tagger = ner.HttpNER(host='localhost', port=8080) >>> tagger.get_entities("University of California is located in California, United States") {'LOCATION': ['California', 'United States'], 'ORGANIZATION': ['University of California']} >>> tagger.json_entities("Alice went to the Museum of Natural History.") '{"ORGANIZATION": ["Museum of Natural History"], "PERSON": ["Alice"]}'
## Online Demo
[Graphical demo of several models](http://nlp.stanford.edu:8080/ner/)
## License
BSD License
## Author
PyNER is developed by maintained by Dat Hoang. It can be found here: http://github.com/dat/pyner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ner-0.1.tar.gz
.
File metadata
- Download URL: ner-0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a7ceb5c3a4fcf75ac8d8e6b9b52d230e1e169534b47784daaa155e7aab4490e
|
|
MD5 |
d4fa19d0d2496e8aedc5354a34281e04
|
|
BLAKE2b-256 |
9a5a6aaa7bef798504cafe5ecd06cf4d274c492f387c5e1e58e57dc53f672f61
|
File details
Details for the file ner-0.1.macosx-10.8-x86_64.exe
.
File metadata
- Download URL: ner-0.1.macosx-10.8-x86_64.exe
- Upload date:
- Size: 67.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
33589cb79b61f72437e08c007271b93c9a4f5502130162aefb4d0547d8855887
|
|
MD5 |
eb30855e39df36014462dc6a49f0ef6e
|
|
BLAKE2b-256 |
7b5701ee193ac366b9bad5923fd9117604ba3728ae8320b2f6ad0dadf12e0c23
|