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/cmd/termmapper/main_test.go b/cmd/termmapper/main_test.go index bd9f72e..6460ae7 100644 --- a/cmd/termmapper/main_test.go +++ b/cmd/termmapper/main_test.go
@@ -10,7 +10,7 @@ "path/filepath" "testing" - "github.com/KorAP/KoralPipe-TermMapper2/mapper" + "github.com/KorAP/KoralPipe-TermMapper/mapper" "github.com/gofiber/fiber/v2" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require"