Forum: MemoQ support
Topic: Segmentation exceptions
Poster: msoutopico
Post title: exceptions
If you really want to achieve that through by tweaking segmentation rules, you could:
1. Create a custom list #DoNotSegmentSentences# containing items
2. Create the exception #DoNotSegmentSentences##!#[\s]+\p{Lu} to the segmentation rule #end##!#[\s]+\p{Lu}
Topic: Segmentation exceptions
Poster: msoutopico
Post title: exceptions
If you really want to achieve that through by tweaking segmentation rules, you could:
1. Create a custom list #DoNotSegmentSentences# containing items
- Aaa bbb ccc.
- Ddd eee fff.
- Ggg hhh iii.
2. Create the exception #DoNotSegmentSentences##!#[\s]+\p{Lu} to the segmentation rule #end##!#[\s]+\p{Lu}