Menu

#369 Repair fuzzy matches with glossary items

future
open
nobody
5
5 days ago
2007-09-30
zoorg
No

OmegaT could propose translations based on a combination of the best match and the glossary items that do not fit.

Ex:

translated:
I like cakes -> j'aime les gateaux

glossary:
bananas -> les bananes

new segment:
I like bananas

match:
66% -> I like cakes

pseudo match:

I like (s/cakes/bananas) -> j'aime (s/les gateaux/les bananes) = j'aime les bananes.

Articles, conjugations etc are tricky but I suppose for a lot of languages and in a lot of cases, such pseudo matches would actually greatly enhance the efficiency of the process.

Discussion

  • Jean-Christophe Helary

    • milestone: 659980 --> future
     
  • Didier Briel

    Didier Briel - 2015-05-27
    • summary: pseudo matches with glossary items --> Repair fuzzy matches with glossary items
     
  • st. pakebusch

    st. pakebusch - 2026-09-10

    i am looking into implementing this request because i need a very similar feature for my own use case as well.

     
    👍
    1
  • st. pakebusch

    st. pakebusch - 5 days ago

    https://github.com/omegat-org/omegat/pull/2364 introduces "Insert Match with Glossary Hits Replaced" (ctrl/cmd alt i): inserts active fuzzy match with glossary repairs - where match source differs from current segment and both sides of the difference are glossary terms, old target term is swapped for the new one (whole-word, capitalization-matched)

     

Log in to post a comment.