Rename KoralPipe-TermMapper to Koral-Mapper

Change-Id: Ib71a02b6640a9d93d81cb419d760f13a60ec5f58
diff --git a/parser/grammar_parser.go b/parser/grammar_parser.go
index 4862cea..7c949f8 100644
--- a/parser/grammar_parser.go
+++ b/parser/grammar_parser.go
@@ -4,7 +4,7 @@
 	"fmt"
 	"strings"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 	"github.com/alecthomas/participle/v2"
 	"github.com/alecthomas/participle/v2/lexer"
 )
diff --git a/parser/grammar_parser_test.go b/parser/grammar_parser_test.go
index 07f61e9..ac0cabf 100644
--- a/parser/grammar_parser_test.go
+++ b/parser/grammar_parser_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"
 )
diff --git a/parser/parser.go b/parser/parser.go
index e122edc..a6f29f9 100644
--- a/parser/parser.go
+++ b/parser/parser.go
@@ -10,7 +10,7 @@
 
 	"maps"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 )
 
 // rawNode represents the raw JSON structure
diff --git a/parser/parser_test.go b/parser/parser_test.go
index 424743d..d84b802 100644
--- a/parser/parser_test.go
+++ b/parser/parser_test.go
@@ -4,7 +4,7 @@
 	"encoding/json"
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
 )
diff --git a/parser/title_parser.go b/parser/title_parser.go
index 87bd809..053ba59 100644
--- a/parser/title_parser.go
+++ b/parser/title_parser.go
@@ -4,7 +4,7 @@
 	"fmt"
 	"regexp"
 
-	"github.com/KorAP/KoralPipe-TermMapper/ast"
+	"github.com/KorAP/Koral-Mapper/ast"
 )
 
 // TitleAttribute represents a parsed title attribute from an HTML span
diff --git a/parser/title_parser_test.go b/parser/title_parser_test.go
index 1a74905..343c98e 100644
--- a/parser/title_parser_test.go
+++ b/parser/title_parser_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"
 )