Tagged Questions
The noise-words tag has no wiki summary.
2
votes
1answer
137 views
ANTLR on a noisy data stream
I'm very new in the ANTLR world and I'm trying to figure out how can I use this parsing tool to interpret a set of "noisy" string. What I would like to achieve is the following.
let's take for ...
2
votes
2answers
2k views
Query SQl Server 2005 Full Text Search noise/stop words
Is it possible to get the list of Full Text Search noise/stop words from SQL Server 2005 by querying the database?
I am aware that the noise words are in a text file ~/FTData/noiseEng.txt but this ...
1
vote
1answer
55 views
ANTLR on a noisy data stream Part 2
Following a very interesing discussion with Bart Kiers on parsing a noisy datastream with ANTLR, I'm ending up with another problem...
The aim is still the same : only extracting useful information ...
0
votes
0answers
24 views
I want all noise words to BE included in a search
Using SQL 2005 Express. I want a true Google-like experience for the user, where if s/he puts in "No Child Left Behind" OR No Child Left Behind, the results will be pretty similar; my code ...
0
votes
1answer
484 views
sql server compatibility full text stoplists and noise words
if I am running sql server 2008 in compatibility level 90 (sql 2005) does it use the stoplist in the resource database or does it use ftdata\ENU.txt files???
also if I make my own stoplist in 2008 ...