summaryrefslogtreecommitdiffstats
path: root/linguistics
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-11-12 12:10:44 +0100
committerJon Bratseth <bratseth@gmail.com>2020-11-12 12:10:44 +0100
commit3c6feeacafa088c71660565cc35a402101e4376c (patch)
treed85a3e5ea4b91fe262716ad247509e03b447496b /linguistics
parent4f991e47f9f507779cfa91a2efa14435875199db (diff)
Add a test
Diffstat (limited to 'linguistics')
-rw-r--r--linguistics/src/main/java/com/yahoo/language/Linguistics.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/linguistics/src/main/java/com/yahoo/language/Linguistics.java b/linguistics/src/main/java/com/yahoo/language/Linguistics.java
index ec92c5e857e..3fdd06cff0a 100644
--- a/linguistics/src/main/java/com/yahoo/language/Linguistics.java
+++ b/linguistics/src/main/java/com/yahoo/language/Linguistics.java
@@ -1,8 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.language;
-import com.yahoo.collections.Tuple2;
-import com.yahoo.component.Version;
import com.yahoo.language.detect.Detector;
import com.yahoo.language.process.CharacterClasses;
import com.yahoo.language.process.GramSplitter;
@@ -11,7 +9,6 @@ import com.yahoo.language.process.Segmenter;
import com.yahoo.language.process.Stemmer;
import com.yahoo.language.process.Tokenizer;
import com.yahoo.language.process.Transformer;
-import com.yahoo.language.simple.SimpleLinguistics;
/**
* <p>Factory of linguistic processors. For technical reasons this provides more flexibility to provide separate