A simple interface for checking and fixing POS tags
Project description
Simple part of speech tag fixer
These functions are designed to fix POS tags.
For tag_fixer(), the presumed format of the data is a list of [word,tag] or (word,tag) pairs
l = [["The","DT"],["teacher","NNP"],["is","VBZ"],["awesome","JJ"]]
fixed_list = tag_fixer(l)
For tag_fixer_sents(), the presumed format of that data is a list sentences that are lists of [word,tag] pairs.
l2 = [[["The","DT"],["teacher","NNP"],["is","VBZ"],["awesome","JJ"]],[["This","DT"],["is","VBZ"],["another","JJ"]]]
tag_fixer_sents(l2)
Note that either function will automatically capitalize tags (so the user doesn't have to hit the [shift] key)
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
tag_fixer-0.0.4.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file tag_fixer-0.0.4.tar.gz
.
File metadata
- Download URL: tag_fixer-0.0.4.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bc16953aa973a3e9f47e74d85b9e3ebd8239c49b21abb34c711fece4bc024d9 |
|
MD5 | 967c0aa0dae4c6b4efc0a282ec60241a |
|
BLAKE2b-256 | c42f7096e54f1e560757c4da88e8f77b061c9bf8ed42f426929abfbba734d987 |
File details
Details for the file tag_fixer-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: tag_fixer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 150a7479f21aefd7041ec0696eea1f33a4824befd19195cbbfb3a6c14dd7e3b9 |
|
MD5 | 0200d59bae47ec49f99cce314d6bd210 |
|
BLAKE2b-256 | b94eca03f20257b6ae0d742bcb44145411219b65a5143803faee0aade09c272f |