Description
Extracts nouns and noun phrases from any given text.
Install
pip install noun_hound
Usage
>>> from noun_hound import NounHound
>>> noun_hound = NounHound()
>>> noun_hound.process('''Long time Pythoneer Tim Peters succinctly channels the BDFL's
... guiding principles for Python's design into 20 aphorisms, only 19
... of which have been written down.''')
{u'noun_phrases': [u'Long time Pythoneer Tim Peters',
u"Python's design",
u"BDFL's",
u'guiding principles',
u'20 aphorisms',
u'channels'],
u'nouns': [u'Pythoneer',
u"Python's",
u'Peters',
u"BDFL's",
u'Tim',
u'principles',
u'aphorisms',
u'channels',
u'design',
u'time']}
Copyright
Copyright (C) 2015 David Lettier.
License
For license information, see Apache License Version 2.0.
Release files for noun-hound 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noun_hound-1.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / noun_hound-1.0.0-py2.py3-none-any.whl
| Download URL | noun_hound-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 22.7 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
070a2f287995589fce18fd9cd8d91f8b80b171d722085e2eeb384759a06f0326
|
|
BLAKE2b-256 checksum How to use checksums |
c8ee801e4a69e2c6bd6bbc3620e634a6d47763213f0459020d89e6008603892f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |