Skip to main content

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

## 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

## 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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ner-0.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

ner-0.1.macosx-10.8-x86_64.exe (67.3 kB view details)

Uploaded Source

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

Hashes for ner-0.1.tar.gz
Algorithm Hash digest
SHA256 0a7ceb5c3a4fcf75ac8d8e6b9b52d230e1e169534b47784daaa155e7aab4490e
MD5 d4fa19d0d2496e8aedc5354a34281e04
BLAKE2b-256 9a5a6aaa7bef798504cafe5ecd06cf4d274c492f387c5e1e58e57dc53f672f61

See more details on using hashes here.

File details

Details for the file ner-0.1.macosx-10.8-x86_64.exe.

File metadata

File hashes

Hashes for ner-0.1.macosx-10.8-x86_64.exe
Algorithm Hash digest
SHA256 33589cb79b61f72437e08c007271b93c9a4f5502130162aefb4d0547d8855887
MD5 eb30855e39df36014462dc6a49f0ef6e
BLAKE2b-256 7b5701ee193ac366b9bad5923fd9117604ba3728ae8320b2f6ad0dadf12e0c23

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page