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/config/config.go b/config/config.go index 6394337..be9860b 100644 --- a/config/config.go +++ b/config/config.go
@@ -4,8 +4,8 @@ "fmt" "os" - "github.com/KorAP/KoralPipe-TermMapper2/ast" - "github.com/KorAP/KoralPipe-TermMapper2/parser" + "github.com/KorAP/KoralPipe-TermMapper/ast" + "github.com/KorAP/KoralPipe-TermMapper/parser" "gopkg.in/yaml.v3" )