aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics
Commit message (Collapse)AuthorAgeFilesLines
* No functional changesJon Bratseth2021-02-032-1/+20
|
* Add a testJon Bratseth2020-11-121-3/+0
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-102-1/+1
|
* handle plugin tokenizer returning tokens with empty original stringArne Juul2020-08-242-1/+55
|
* Minor unification of tests.Henning Baldersheim2020-08-123-25/+36
|
* Update ABI specJon Bratseth2020-06-261-1/+2
|
* Surrogate aware gram splittingJon Bratseth2020-06-252-33/+122
|
* SpareCapacityMaintainer sketchJon Bratseth2020-06-126-66/+35
|
* variables in lambdas must be finalArne Juul2020-04-242-10/+16
|
* Apply suggestions from code reviewArne H Juul2020-04-243-7/+7
| | | Co-Authored-By: Jon Bratseth <bratseth@oath.com>
* add more tracing and debug logging of stemmingArne Juul2020-04-244-1/+25
|
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Install more config definition files.Tor Egge2019-11-291-0/+2
|
* Build tensors purely with floatsJon Bratseth2019-04-261-1/+1
|
* Move bound builder double array into double subclassJon Bratseth2019-04-261-1/+1
|
* Allow destructive changes in manually deployed zonesJon Bratseth2019-04-011-1/+1
|
* Nonfunctional changes onlyJon Bratseth2019-01-241-1/+1
|
* Update abi specs for 7.gjoranv2019-01-211-8/+3
|
* Generate html5 javadocgjoranv2019-01-211-7/+7
|
* Remove deprecated method (again)Jon Bratseth2019-01-212-16/+0
|
* Make SimpleLinguistics simple againJon Bratseth2019-01-214-104/+32
| | | | | - Remove SimpleLinguistics config and optional use of Optimaize - Add Optimaize to OpennlpLinguistics; on by default and config to disable
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove deprecated apis in linguistics.gjoranv2019-01-214-68/+0
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+660
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-660/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+672
|
* 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