A GUI app for semi-automatic POS tagging
Project description
</POSTagger>
POSTagger is a GUI app for semi-automatic POS tagging.
Installation
To install the app copy the follwing command in your terminal:
>>> pip install POSTagger
You can also simply download the repository via Github website or the following command:
>>> git clone https://github.com/asdoost/POSTagger
After downloding the repository, go to the POSTagger folder and copy the following command:
>>> chmod +x POSTagger.py
Usage
To start POSTagger, simply type POSTagger
in your command line:
>>> POSTagger
If you downloded the repository using git clone
, go to the POSTagger folder and type the following command in your command line:
>>> ./POSTagger.py
Opening Wizard
POSTagger starts with an openning wizard. Here, you can either import a project that you already saved, or you can start a new project by importing a corpus.
In the fourth line of the wizard you can choose between tagsets. There are 5 tagsets: default
, Brown tagset
, PENN Treebank tagset
, Universal POS Tagset
, and Bijankhan tagset
.
In the fifth line of the wizard, you can choose between three POS tagging style: XML
, underscore
, and tab
.
After choosing the preferred setting, press OK
to start tagging.
Main Window
The main window consists of six parts:
- Text Box
- Frequency Label
- Word Entry
- Edit Buttons
- Tagset
- Tagging Buttons
Text Box displays the current sentence that your are tagging.
Word Entry displays the word that should be tagged.
Frequency Label displays the frequency of the word that you are tagging.
Edit Buttons consist of three buttons:
Merge
button which combines the cuurent word with the following word.
Split
button undoes what has been merged.
Re-tokenize
button retokenize the sentence up to the last word.
Tagset provides POS categories.
Tagging buttons consist of two buttons:
Tag
which assigns the chosen tag two the word, using the preferred tagging style.
Untag
strips the last word out of the chosen tag (untags what have has been tagged).
From the File menu
choose Save the project
to save what you have done.
When you finished your project, from the File menu
choose Export
to get your work in a single txt
(for underscore and tab tagging style) or xml
(for XML tagging style) file.
Preferences
From the File menu
choose Preferences
to change the tagset, font, font size, or text direction.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file POSTagger-0.1.13b0.tar.gz
.
File metadata
- Download URL: POSTagger-0.1.13b0.tar.gz
- Upload date:
- Size: 75.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c74878ae24eb58fb13da229f954799285a1b94a8913816d10354d5934acd74f7 |
|
MD5 | 781c9f5a092df3f4cb79a6876d119655 |
|
BLAKE2b-256 | 593155df50b08ee2581eddf280e97530f50eaa515f171649867aa749cdf3faa0 |