Amazigh Tools
- Amazigh POS tagger(including a tokenizer): The POS tagger(using CRFs) with the tokenizer(using SVMs) are used both in this package. -This is the current POS tagger program(the tool accuracy is 93.82%). Usage: AmPOSrun.pl filename.
- A CRF model trained for Amazigh POS tagging(28 tags). The input file should be in chosen writen system, and the text to tokenized.
- The tokenizer: an SVM model trained for Amazigh tokenization.
- baseline script: it is computed by calculating the most frequent PoS tag associated with a token from the training data which is assigned to it in the test set, regardless of context.
- Segmentation tool : bondary tool.