Skip to main content

Finds nouns and noun phrases in any given text.

Project description

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']}

License

For license information, see Apache License Version 2.0.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

noun_hound-1.0.0-py2.py3-none-any.whl (22.7 MB view hashes)

Uploaded Python 2 Python 3

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