We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should have some make rules for the unigram tagger, along with a tiny sample corpus of the right format (e.g. in the subdir corpus). Something like
LANG.prob: corpus/LANG.corpus apertium -d . tagger-training-pipeline <$< >$@
(Someone with an idea what the tagger training pipeline looks like will have to fill that out.)
The text was updated successfully, but these errors were encountered:
$(LANG1).prob: corpus/$(LANG1).tagged apertium-tagger -s 0 -u 2 $@ $<
Sorry, something went wrong.
Ok, this is implemented in apertium-kaz
apertium-kaz
f72b4ba
No branches or pull requests
We should have some make rules for the unigram tagger, along with a tiny sample corpus of the right format (e.g. in the subdir corpus). Something like
(Someone with an idea what the tagger training pipeline looks like will have to fill that out.)
The text was updated successfully, but these errors were encountered: