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