sillsdev / sillsdev/silnlp

Only training alignment model for marker placement on translated content

Open
#1,102 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
39
Forks
7
Avg merge
1d 9h
Merged PRs (30d)
5

Description

This issue also exists in machine.py/Serval: https://github.com/sillsdev/machine.py/issues/320. See there for more details.

This is slightly more complicated to fix here in silnlp since we'll have to supply training data to the postprocessor (or train the alignment model during training and reference it somehow in postprocessing) whereas in machine.py, we have access to the training and inference data in one place already.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked machine.py/Serval issue 320 for the detailed behavior and compare its approach with silnlp's postprocessor. Determine how training data can be supplied to the postprocessor, or how a training-time alignment model can be referenced during postprocessing. Done means translated marker placement uses a trained alignment model in silnlp.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.