textblob-aptagger
A fast and accurate part-of-speech tagger based on the Averaged Perceptron. For use with TextBlob.
Implementation by Matthew Honnibal, a.k.a. syllog1sm. Read more about it here.
Install
If you have pip installed (you should), run
$ pip install -U textblob-aptagger
Usage
>>> from textblob import TextBlob
>>> from textblob_aptagger import PerceptronTagger
>>> blob = TextBlob("Simple is better than complex.", pos_tagger=PerceptronTagger())
>>> blob.tags
[('Simple', u'NN'), ('is', u'VBZ'), ('better', u'JJR'), ('than', u'IN'), ('complex', u'JJ')]
Requirements
Python >= 2.6 or >= 3.3
License
MIT licensed. See the bundled LICENSE file for more details.
Changelog
0.2.0 (10/21/2013)
Compatibility with Textblob>=0.8.0.
0.1.0 (09/25/2013)
First stable release.
Ports the PerceptronTagger from TextBlob 0.6.3.
0.0.1 (09/22/2013)
Experimental release.
Release files for textblob-aptagger 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| textblob-aptagger-0.2.0.tar.gz | 3.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| textblob_aptagger-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 6.8 MB
Release files / textblob-aptagger-0.2.0.tar.gz
| Download URL | textblob-aptagger-0.2.0.tar.gz |
|---|---|
| Size | 3.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b251a4d8626fbd98e50e36db577e8dad2091161c63c8ba6b4b3d9cdbcbc09fae
|
|
BLAKE2b-256 checksum How to use checksums |
8ed70f650195cddbc24daf735c2f564b675ad37ce3b89f571b06c6ad2e4404f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / textblob_aptagger-0.2.0-py2.py3-none-any.whl
| Download URL | textblob_aptagger-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.4 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1ed281f37b3646475503ce77347d0ed92a5f4de176a63c6ab4d1064636067dcc
|
|
BLAKE2b-256 checksum How to use checksums |
c008814f5a12bc7d7f87f03185323e66c2d103fb8dc3a42f05af40f53b28ecac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |