commit | fa55bb2227bd43c3f8ae4f44aed0bc19f5364a48 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon May 26 15:10:42 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Mon May 26 15:10:42 2025 +0200 |
tree | 77902684b27f270c2957ad9370268ccb2aa10f7c | |
parent | c79d87e5a69d9ccd5188f1519efcb2a55b5887ed [diff] [blame] |
Turn it into KoralPipe-TermMapper
diff --git a/matcher/matcher.go b/matcher/matcher.go index 7542bdf..3b496b2 100644 --- a/matcher/matcher.go +++ b/matcher/matcher.go
@@ -3,7 +3,7 @@ import ( "fmt" - "github.com/KorAP/KoralPipe-TermMapper2/ast" + "github.com/KorAP/KoralPipe-TermMapper/ast" ) // Matcher handles pattern matching and replacement in the AST