C# (CSharp) FileScanner.PatternMatching Namespace

Nested Namespaces

FileScanner.PatternMatching.Tests

Classes

Name Description
AhoMatcher The implementation of IMatcher interface using Aho-Corasick algorithm for matching patterns in text.
Match
MatcherFactory The factory creating concrete objects implementing IMatcher interface.
Trie An implementation of the non-deterministic state machine used in the Aho-Corasick pattern matching algorithm.
Trie.Node