Turn it into KoralPipe-TermMapper
diff --git a/mapper/mapper.go b/mapper/mapper.go
index 2747e86..b7c8066 100644
--- a/mapper/mapper.go
+++ b/mapper/mapper.go
@@ -4,10 +4,10 @@
"encoding/json"
"fmt"
- "github.com/KorAP/KoralPipe-TermMapper2/ast"
- "github.com/KorAP/KoralPipe-TermMapper2/config"
- "github.com/KorAP/KoralPipe-TermMapper2/matcher"
- "github.com/KorAP/KoralPipe-TermMapper2/parser"
+ "github.com/KorAP/KoralPipe-TermMapper/ast"
+ "github.com/KorAP/KoralPipe-TermMapper/config"
+ "github.com/KorAP/KoralPipe-TermMapper/matcher"
+ "github.com/KorAP/KoralPipe-TermMapper/parser"
)
// Direction represents the mapping direction (A to B or B to A)
diff --git a/mapper/mapper_test.go b/mapper/mapper_test.go
index 89e65be..d5d4020 100644
--- a/mapper/mapper_test.go
+++ b/mapper/mapper_test.go
@@ -6,8 +6,8 @@
"path/filepath"
"testing"
- "github.com/KorAP/KoralPipe-TermMapper2/ast"
- "github.com/KorAP/KoralPipe-TermMapper2/matcher"
+ "github.com/KorAP/KoralPipe-TermMapper/ast"
+ "github.com/KorAP/KoralPipe-TermMapper/matcher"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)