For a client I have simple maintenance items list, containing recurring descriptions and codes made of a combination of letters and numbers.

Is there a simple way to make sure that all the codes are recognized without them being counted as fuzzy matches (but as full reps).

MM57014

Emergency signals
MM65015
FIFI Engine Baudouin 12M26.3
12M26.3
MM00000000
System component
N/A
MM21111003
Cooling system
16V4000M63R
MM1011547
Pump set, electr. driven
AKHA 5101.NA.RA.001.2H.4AC.
5.5kW
MM38001
Exhaust lines/supports in engineroom

Parents
  • You don't state the version of your software, but starting from 2014 (methinks, it could also have been 2015) there is alphanumeric recognition integrated. So what you need is just to switch this on in your TM and project settings, then such parts should be recognized as repetitions.
    You can also try to use this regex (case sensitive) to filter them all out and confirm in one go: ^[-\p{Lu}0-9]*$

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.

Reply
  • You don't state the version of your software, but starting from 2014 (methinks, it could also have been 2015) there is alphanumeric recognition integrated. So what you need is just to switch this on in your TM and project settings, then such parts should be recognized as repetitions.
    You can also try to use this regex (case sensitive) to filter them all out and confirm in one go: ^[-\p{Lu}0-9]*$

    _________________________________________________________

    When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.

    Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.

Children