summaryrefslogtreecommitdiffstats
path: root/linguistics
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated methods and add OptimaizeDetectorJon Bratseth2018-11-018-6/+161
|
* Prepare for removal of deprecated membersJon Bratseth2018-10-163-4/+8
|
* Reduce code duplicationHenning Baldersheim2018-10-052-15/+14
|
* Do not create huge optimaize structures when not necessary.Henning Baldersheim2018-10-052-1/+9
|
* Add copyright headerJon Bratseth2018-10-012-0/+2
|
* Defer loading the huge optimaize knowledgepool until you really need it. ↵Henning Baldersheim2018-09-101-20/+32
| | | | This cuts min memory footprint by 100MB+.
* Send global constantsJon Bratseth2018-09-063-1/+4
|
* Add missing newline at end of fileBjørn Christian Seime2018-07-261-1/+2
|
* Add config for simple-linguisticsBjørn Christian Seime2018-07-263-8/+45
| | | | Add a config parameter for enabling/disabling optimaize detector
* Exclude guava and slf4j-api in container-coregjoranv2018-07-251-6/+0
| | | | | | | | .. to prevent embedding them in container-disc and potentially other bundles. - Must be compile scope in linguistics because they're needed to run tests in modules depending on linguistics, e.g. indexinglanguage.
* Must exclude slf4j from language-detector to avoid compile scope.gjoranv2018-07-251-0/+6
| | | | | .. and linkage error: java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
* Merge pull request #6452 from jefimm/mastergjoranv2018-07-253-2/+61
|\ | | | | use com.optimaize.langdetect for lang detection
| * use com.optimaize.langdetect for lang detectionJefim Matskin2018-07-243-2/+61
| |
* | Export package com.yahoo.language.opennlp.gjoranv2018-07-241-0/+5
|/
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-231-1/+6
|\ | | | | Bratseth/java model inference
| * Java model evaluation WIPJon Bratseth2018-07-201-1/+6
| |
* | add opennlp stemmers - revert previous changesJefim Matskin2018-07-188-127/+391
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
* | add lang detection and opennlp stemmersJefim Matskin2018-07-171-3/+7
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
* | add lang detection and opennlp stemmersJefim Matskin2018-07-171-3/+2
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
* | add lang detection and opennlp stemmersJefim Matskin2018-07-175-6/+128
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
* | Fix author tag for SimonBjørn Christian Seime2018-07-0520-20/+20
|/
* Merge pull request #6228 from vespa-engine/bratseth/nonfunctional-changesgjoranv2018-06-193-4/+4
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2018-06-193-4/+4
| |
* | make function publicJefim Matskin2018-06-181-1/+1
| | | | | | make function public to facilitate other lingustics
* | Please make the class publicJefim Matskin2018-06-181-1/+1
|/ | | Please make the class public to facilitate work on custom liguistics
* Nonfunctional changes onlyJon Bratseth2018-01-242-9/+9
|
* Nonfunctional changes onlyJon Bratseth2018-01-151-2/+2
|
* Use no_aop classifier for guice.gjoranv2017-12-011-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-301-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-291-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Nonfunctional changes onlyJon Bratseth2017-09-201-1/+1
|
* Remove markupJon Bratseth2017-06-271-2/+2
|
* Update copyright headersJon Bratseth2017-06-1469-69/+69
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1469-69/+69
|
* Update copyright headersJon Bratseth2017-06-1469-69/+69
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1369-70/+70
|
* Copyright headerJon Bratseth2017-06-1369-70/+70
|
* Nonfunctional changes only#Jon Bratseth2017-05-195-8/+9
|
* Comment changes onlyJon Bratseth2017-04-031-1/+1
|
* Use text content only for query lang detectionJon Bratseth2017-01-221-6/+0
|
* Nonfunctional changes onlyJon Bratseth2017-01-203-7/+16
|
* Add/improve README'sJon Bratseth2017-01-191-0/+4
|
* Support 'best' stem modeJon Bratseth2016-10-041-1/+1
|
* Allow language to be set and detected in concatenated YQL queriesJon Bratseth2016-09-261-3/+2
|