Closed sebastianarnold closed 4 years ago
I am using SetBackwardOracleMatching with MatchOption.LONGEST_MATCH to match multiple patterns on a StringCharProvider.
For example: "Die Krankheit ist seit dem Aufkommen wirksamer Antibiotika selten geworden".
Please see the unit test provided at https://github.com/almondtools/stringsearchalgorithms/pull/8
Thanks for pointing me to the reverse order solution. The problem should be fixed with the release 0.4.3. Just reopen this issue if the problem keeps persisting.
I am using SetBackwardOracleMatching with MatchOption.LONGEST_MATCH to match multiple patterns on a StringCharProvider.
For example: "Die Krankheit ist seit dem Aufkommen wirksamer Antibiotika selten geworden".
Please see the unit test provided at https://github.com/almondtools/stringsearchalgorithms/pull/8