Releases: SpongeData-cz/nativeextractor
Releases · SpongeData-cz/nativeextractor
Bugfix
Bugfix
- No characters are skipped when following Patricia edges with multiple characters
Bugfix
- enclosed occurrences are correctly handled when using a single extractor with multiple streams
Bugfixes
- Fixed trailing '?' wildcards in glob miner sometimes matching
out of bounds. - Added test for trailing '?' wildcards.
- Fixed missing NativeExtractor executable when running
make buildwith an existingsrc/main.c. - Fixed include directory and Cflags.
- Updated README.md usage command.
Extractor flags, sorting, enclosed occurrence filtering.
- Flags allow altering behavior of extraction.
- Sorting occurrences by position and length.
- Enclosed occurrence filtering.
Case insensitiveness of glob miners.
- Glob miners are case insensitive now. Using glibc unicode functions.
- Got rid of warning during build process.
Initial stable release of NativeExtractor
Main features:
- General entity extractor
- Miners and its dynamic loading
- Patty trie inlcluding mmap
- Native regular expressions
- Glob miner