machine
machine copied to clipboard
Machine is a natural language processing library for .NET that is focused on providing tools for processing resource-poor languages.
There are a still a bug or two to work out - but it should be good enough to review. There will likely be more churn in review at this...
https://github.com/sillsdev/serval/issues/388 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/199)
https://github.com/sillsdev/machine/issues/158 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/197)
MongoDB or the job server can crash at any time. We should have a periodic job to clean it up. This is really about build states getting stuck.
So we can run non-urgent jobs on the production instance of Serval. This would be a standard option possibly `clearml_queue`.
I attempted to fall back on the native converter, but it failed in some cases, so I've reverted to the custom converter. We should see what's going and if there's...
How do we get Machine into platform.bible? Would it be supporting keyterms?
Currently, ClearML is required to train a NMT engine. If we add a Hangfire build job that executes the training stage of the NMT build, then an entire NMT build...
Fixes https://github.com/sillsdev/serval/issues/240 Parallel PR: https://github.com/sillsdev/serval/pull/454 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/233)