Skip to content

Test release

Pre-release
Pre-release
Compare
Choose a tag to compare
@patrickfrey patrickfrey released this 24 Jan 11:16
· 21 commits to master since this release
  • implement interface changes in analyzer pattern matcher interface
  • implement debug trace support
  • implement formatted result output
  • added pattern lexer option BYTECHAR that forces to use a map to a virtual one byte character set as it is done implicitely for making edit distance matching unicode capable. The option fixes an issue of the hyperscan library that seems to have problem with \b word boundaries in combination with UTF-8. See strusUtilities/issues/70.