aboutsummaryrefslogtreecommitdiffstats
path: root/linguistics/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow sampling of fractional millisBjørn Christian Seime2023-08-251-3/+2
|
* Add generic metrics for embeddersBjørn Christian Seime2023-08-041-0/+37
|
* Don't remove indexable symbols when stemmingJon Bratseth2023-06-024-8/+16
|
* Always treat each symbol as a separate tokenJon Bratseth2023-05-224-20/+56
|
* Threat 'other symbols' as lettersJon Bratseth2023-05-222-2/+10
| | | | | The unicode class 'other symbols' contains emojis, math symbols, etc. Treat these as letter characters to support searching for them.
* Use dollar and hour base unitsJon Bratseth2023-05-191-2/+2
|
* Use metric enums everywhereJon Bratseth2023-03-061-1/+1
|
* Add decoding of sentencepiece token sequence to textLester Solbakken2023-02-101-0/+11
|
* Compute code points in whole string only when neededjonmv2022-12-062-6/+17
|
* Split out opennlp-linguisticsHenning Baldersheim2022-11-2613-779/+0
|
* much simpler CharSequenceNormalizerArne Juul2022-10-063-9/+100
|
* Merge pull request #24007 from vespa-engine/bratseth/cleanup-082Jon Bratseth2022-09-252-13/+11
|\ | | | | No functional changes
| * No functional changesJon Bratseth2022-09-112-13/+11
| |
* | Make validation messages clearer given multiple instancesJon Bratseth2022-09-151-2/+0
|/
* Determine token types considering all charactersJon Bratseth2022-08-166-119/+133
|
* Remove on Vespa 8Jon Bratseth2022-06-081-8/+0
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
|
* Resolve rank profile inputsJon Bratseth2022-04-211-1/+1
|
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-221-2/+2
|
* Add convenience function to represent embedder as mapLester Solbakken2022-03-211-3/+26
|
* Stem by linguistics in rule basesJon Bratseth2022-01-101-3/+20
| | | | Also add a @language directive to stem in other languages than english.
* annotate intentional switch fallthroughArne H Juul2022-01-061-0/+1
|
* Specify how the class is actually loadedJon Marius Venstad2021-12-211-1/+1
|
* Provide array of correct size.Jon Marius Venstad2021-12-201-1/+1
|
* Override ngram creation with something less sillyJon Marius Venstad2021-12-202-1/+32
|
* Use smaller chunks for faster detectionJon Marius Venstad2021-12-201-2/+2
|
* Expand test case for language detectionJon Marius Venstad2021-12-201-3/+28
|
* Upper bound on input size, and use opennlp before simple detectorJon Marius Venstad2021-12-201-6/+3
|
* Avoid putting nulls in languange mapJon Marius Venstad2021-12-201-2/+5
|
* Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-2012-172/+245
| | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-1812-245/+172
|
* Re-add filesJon Marius Venstad2021-12-185-0/+142
|
* Move model to module where it is needed, to simplify, at the cost of larger ↵Jon Marius Venstad2021-12-183-22/+21
| | | | bundles
* Replace UrlcharSequenceNormalizer with one with an improved regexJon Marius Venstad2021-12-171-6/+0
|
* Add some javadoc, and no need to handle null return for modelJon Marius Venstad2021-12-172-2/+4
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-177-166/+102
|
* Add a BERT embedderJon Bratseth2021-12-161-2/+3
|
* Time out requests after 200sJon Marius Venstad2021-12-131-1/+0
|
* Update 2020 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-0769-69/+69
|
* Encapsulate in a contextJon Bratseth2021-10-011-12/+46
|
* Pass destinationJon Bratseth2021-09-301-4/+10
| | | | | This allows embedders to switch on it to enable bucket testing and similar.
* encode -> embedJon Bratseth2021-09-282-56/+56
|
* Separate component from linguisticsJon Bratseth2021-09-2515-1015/+0
|
* Linguistics cleanupJon Bratseth2021-09-2117-34/+29
|
* Add 'encode' expressionJon Bratseth2021-09-191-0/+17
|
* Provide a (non-working) encoder by defaultJon Bratseth2021-09-171-1/+1
|
* CleanupJon Bratseth2021-09-175-9/+2
|