stemming
English lemmatizer databases?
Do you know any big enough lemmatizer database that returns correct result for following sample words:[详细]
2023-03-12 05:27 分类:问答One word phrase search to avoid stemming in Solr
I have stemming enabled in my Solr instance, I had assumed that in order to perform an exact word search without disabling stemming, it would be as simple as putting the word into quotes. This however[详细]
2023-03-10 11:08 分类:问答How do I handle word forms in sphinx search
I have a sphinx server to index a mysql database for a django app. My search is working fine but my content includes medical words/phrases. So, for example, I need a search for \"dvt\" to also match a[详细]
2023-03-10 08:38 分类:问答How to find basic, uninflected word for searching?
I am having trouble trying to write a search engin开发者_如何学JAVAe that treats all inflections of a word as the same basic word.[详细]
2023-03-10 00:07 分类:问答Lucene.NET stemming problem
I\'m running into a problem using the SnowBallAnalyzer in Lucene.NET. It works great for some words, but others it doesn\'t find any results on at all, and I\'m not sure how to dig into this further t[详细]
2023-03-09 07:48 分类:问答MSSQL 2008 full-text search: does stemming take grammatical gender into account?
We\'re using SQL Server 2008\'s full-text search to let customers retrieve records using FREETEXTTABLE() queries.[详细]
2023-03-07 13:57 分类:问答Stemming English words with Lucene
I\'m processing some English texts in a Java application, and I need to stem them. For example, from the text \"amenities/amenity\" I need to get \"amenit\".[详细]
2023-02-18 04:46 分类:问答Difference between Lucene stemmers: EnglishStemmer, PorterStemmer, LovinsStemmer
Have anybody compared these stemmers from Lucene (package org.tartarus.snowbal开发者_开发问答l.ext):[详细]
2023-02-12 15:38 分类:问答Polish search for Sphinx?
I want to implement a search solution for a website written in Django. From the available options (I have researched Solr, Sphinx, X开发者_运维问答apian, PostgreSQL/Tsearch3, MySQL) Sphinx looks like[详细]
2023-02-08 23:27 分类:问答SQL Server vs MySQL: CONTAINS(*,'FORMSOF(THESAURUS,word)')
I am shocked. I spent past 3-4 days figuring out how I could implement stemming (and synonyms searches) in mysql when I see in SQL Server the query is incredibly easly:[详细]
2023-02-05 22:07 分类:问答