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"
)
diff --git a/config/config_test.go b/config/config_test.go
index 0d0e5cc..3df7bfa 100644
--- a/config/config_test.go
+++ b/config/config_test.go
@@ -4,7 +4,7 @@
"os"
"testing"
- "github.com/KorAP/KoralPipe-TermMapper2/ast"
+ "github.com/KorAP/KoralPipe-TermMapper/ast"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)