Rename KoralPipe-TermMapper to Koral-Mapper

Change-Id: Ib71a02b6640a9d93d81cb419d760f13a60ec5f58
diff --git a/matcher/matcher.go b/matcher/matcher.go
index bf5aaa5..b2fb613 100644
--- a/matcher/matcher.go
+++ b/matcher/matcher.go
@@ -3,7 +3,7 @@
 import (
 	"fmt"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 )
 
 // Matcher handles pattern matching and replacement in the AST
diff --git a/matcher/matcher_test.go b/matcher/matcher_test.go
index 994334c..53d7765 100644
--- a/matcher/matcher_test.go
+++ b/matcher/matcher_test.go
@@ -7,7 +7,7 @@
 	"encoding/json"
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 	"github.com/stretchr/testify/assert"
 )
 
diff --git a/matcher/snippet_matcher.go b/matcher/snippet_matcher.go
index 0e40c78..fe664a6 100644
--- a/matcher/snippet_matcher.go
+++ b/matcher/snippet_matcher.go
@@ -5,8 +5,8 @@
 	"sort"
 	"strings"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
-	"github.com/KorAP/KoralPipe-TermMapper/parser"
+	"github.com/KorAP/Koral-Mapper/ast"
+	"github.com/KorAP/Koral-Mapper/parser"
 	"github.com/orisano/gosax"
 )
 
diff --git a/matcher/snippet_matcher_test.go b/matcher/snippet_matcher_test.go
index 5c9b852..3142f9f 100644
--- a/matcher/snippet_matcher_test.go
+++ b/matcher/snippet_matcher_test.go
@@ -3,7 +3,7 @@
 import (
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 )