Instructions
- Select a language to see how POS tagging works in different scripts and languages.
- Choose the training corpus size - larger corpora typically provide better accuracy but take more time to process.
- Select the algorithm for training your POS tagger (HMM, CRF, etc.) based on your requirements.
- Pick the features to use for training (word-level, context-based, morphological features).
- Click Check Accuracy to see the accuracy results and demo the trained model.
- Use the dropdown in the results section to test the tagger on example sentences.
Language & Training Setup
Select a language to see how POS tagging works in different
scripts.
Choose the size of the training corpus. Larger corpora usually
lead to better accuracy.
Algorithm & Features
Select the algorithm for training the POS tagger (e.g., HMM,
CRF).
Choose which features to use for training (e.g., word,
context, etc.).
Results & Demo