Skip to main content

German language support for TextBlob.

Project description

Latest version Travis-CI Number of PyPI downloads

German language support for TextBlob.

This python package is being developed as a TextBlob Language Extension. See Extension Guidelines for details.

Features

Installing/Upgrading

$ pip install -U textblob-de

Or the latest development release:

$ pip install -U git+https://github.com/markuskiller/textblob-de.git@dev

Usage

>>> from textblob import TextBlob
>>> from textblob_de import PatternTagger
>>> text = "Das ist ein schönes Auto."
>>> blob = TextBlob(text, pos_tagger=PatternTagger())
>>> blob.tags
[('Das', 'DT'), ('ist', 'VB'), ('ein', 'DT'), ('schönes', 'JJ'), ('Auto', 'NN')]

Requirements

  • Python >= 2.6 or >= 3.3

TODO

  • Fix handling of sentence final punctuation

  • German Tokenization (adapt English PatternTokenizer)

  • NLTK tagging

  • Parsing

  • Sentiment analysis (no subjectivity lexicon readily available in pattern-de)

License

MIT licensed. See the bundled LICENSE file for more details.

Changelog

0.1.3 (09/07/2014)

  • First release on PyPI

0.1.0 - 0.1.2 (09/07/2014)

  • First release on github

  • A number of experimental releases for testing purposes

  • Adapted version badges, tests & travis-ci config

  • Code adapted from sample extension textblob-fr

  • Language specific linguistic resources copied from pattern-de

Project details


Download files

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

Source Distribution

textblob-de-0.1.3.tar.gz (408.2 kB view hashes)

Uploaded Source

Built Distribution

textblob_de-0.1.3-py2.py3-none-any.whl (409.4 kB 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