Open alvations opened 5 years ago
Need to hurry up with the docs...
ETA: 20 May 19
Sorry for the delay for whoever is following this repo ;P
Bumping issue -_- |||
Please do this asap...
I'd like to try sacremoses because I am in need of a truecaser. The documentation does not link to a pretrained model. Where can I find it?
@mfoglio there are no pre-trained models in this library. They are purely rule-based ;P
Ok, so just to be sure I expressed myself correctly. I see in the home that you can train MosesTruecaser().
For instance:
mtr = MosesTruecaser() mtr.truecase("hello my friend")
Returns:
AssertionError:
Use Truecaser.train() to train a model.
Or use Truecaser('modefile') to load a model.
Where can I find the rule-based models?
Now that we have more than tokenization, we need some proper documentation.