Skip to content
New issue

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

monolingual make rules and sample corpus for apertium-tagger .prob training #25

Closed
unhammer opened this issue Apr 12, 2017 · 2 comments
Closed

Comments

@unhammer
Copy link
Member

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.)

@ftyers
Copy link
Member

ftyers commented Apr 12, 2017

$(LANG1).prob: corpus/$(LANG1).tagged
        apertium-tagger -s 0 -u 2 $@ $<

@ftyers
Copy link
Member

ftyers commented Apr 12, 2017

Ok, this is implemented in apertium-kaz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants