We are pre-translating xml files using the xml filter. The filter is segmenting sentences where no segmentation should take place:
e.g. "Right-click the -click the <cs id="557">Current System DEV E-mail Recipient</cs> Stored Value and select <cs id="557">Edit</cs>.</p><p id="595"> is segmented into 4 segments.
How can I modify the existing parser to prevent such segmentation before <cs and after </cs> and ignore these elements?
Thank you!