Skip to main content

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.1.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

tag_fixer-0.0.1-py3-none-any.whl (1.5 kB view hashes)

Uploaded 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