stop-words
"protected phrase" in Solr
A customer of mine is a photo agency specialized in photojournalism (well, and gossip), so many of their customers\' searches revolve around specific people.[详细]
2023-02-12 05:26 分类:问答Stopwords and MySQL boolean fulltext
I\'m using mysql\'s built in boolean 开发者_如何学编程fulltext features to search a dataset.(MATCH... AGAINST syntax).[详细]
2023-02-07 20:19 分类:问答Extract Relevant Tag/Keywords from Text block
I wanted a particular implementation, such that the user provide a block of text like: \"Requirements - Working knowledge, on LAMP Environment using Linux, Apache 2,[详细]
2023-02-07 11:24 分类:问答Where should I store a list of stop words?
My function parses texts and removes short words, such as \"a\", \"the\", \"in\", \"on\", \"at\", etc.[详细]
2023-02-06 20:06 分类:问答Simple filtering out of common words from a text description
Words like \"a\", \"the\", \"best\", \"kind\". i am pretty sure there are good ways of achieving this[详细]
2023-02-03 08:48 分类:问答MySQL full-text stopwords problem
I have a database named \"products\" and a FULLTEXT index with the columns: title and description. All of my products are lubrifiants (oils), and there are two types of it: industrials and aut-moto, w[详细]
2023-01-31 05:22 分类:问答How can I remove stop words from a large text file?
I have a billion word corpus which I have collected in a scalar. I have a .regex file that contains all the stop words that I want to eliminate from my data (text).[详细]
2023-01-23 01:46 分类:问答How can I sort an SQLite query ignoring articles ("the", "a", etc.)?
I\'m using C# to display a list of movie titles that I am calling from an SQLite database. Currently, I\'m using a custom ListBox class that has a function to sort the text stripping the word \'The\'[详细]
2023-01-16 01:30 分类:问答How to sort solr without stopwords
I\'m trying to sort a solr query by a field ignoring stopwords, but can\'t seem to find a way to do that.For example, I want the results to be sorted like:[详细]
2023-01-10 11:22 分类:问答Most used words in text with php
I found the code below on stackoverflow and it works well in finding the most common words in a string. But can I exclude the counting on common words like \"a, if, you, have, etc\"? Or would I have t[详细]
2023-01-06 03:51 分类:问答