Hello
I`m using Language Tool as a library and want to spellcheck chemical substance names that can contain different special characters (/±α,[,],(,)…) and contain up to 5 words (multi-words/phrases).
Example
Proprotein Convertase Subtilisin/Kexin Type 9
So if input text contains
Proprotein Convertase Subtilisin/Kexin Type 8
or
Proprotein Convertase Subtilisin\Kexin Type 9
or
Praprotein Convertase Subtilisin/Kexin Type 9
I want to see in suggestions “Proprotein Convertase Subtilisin/Kexin Type 9”
Do Language Tool library provides any mechanism to check it?
Rules customization via Java/XML ?