C# (CSharp) FileScanner.PatternMatching Пространство имен

Пространства имен

FileScanner.PatternMatching.Tests

Классы

Имя Описание
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