Rename KoralPipe-TermMapper to Koral-Mapper
Change-Id: Ib71a02b6640a9d93d81cb419d760f13a60ec5f58
diff --git a/config/config.go b/config/config.go
index b9c2678..d245461 100644
--- a/config/config.go
+++ b/config/config.go
@@ -4,8 +4,8 @@
"fmt"
"os"
- "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/rs/zerolog/log"
"gopkg.in/yaml.v3"
)
@@ -13,7 +13,7 @@
const (
defaultServer = "https://korap.ids-mannheim.de/"
defaultSDK = "https://korap.ids-mannheim.de/js/korap-plugin-latest.js"
- defaultServiceURL = "https://korap.ids-mannheim.de/plugin/termmapper"
+ defaultServiceURL = "https://korap.ids-mannheim.de/plugin/koralmapper"
defaultPort = 5725
defaultLogLevel = "warn"
)
diff --git a/config/config_test.go b/config/config_test.go
index 44c2fbc..cc14416 100644
--- a/config/config_test.go
+++ b/config/config_test.go
@@ -5,7 +5,7 @@
"os"
"testing"
- "github.com/KorAP/KoralPipe-TermMapper/ast"
+ "github.com/KorAP/Koral-Mapper/ast"
"github.com/rs/zerolog/log"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
diff --git a/config/version.go b/config/version.go
index 3cc61c9..c86721f 100644
--- a/config/version.go
+++ b/config/version.go
@@ -3,10 +3,10 @@
const (
// Title represents the name of this tool.
- Title string = "KoralPipe-TermMapper"
+ Title string = "Koral-Mapper"
// Description represents a short description of this tool.
- Description string = "A KoralPipe web service for transforming JSON objects using term mapping rules."
+ Description string = "A KoralPipe web service for transforming JSON objects using mapping rules."
)
// Version represents the SemVer of the server.