Tagged Questions
0
votes
0answers
89 views
Why Lucene algorithm not working on Exact String in Java? [closed]
I am working Lucene Algorithm in Java.
We have 100K stop names in MySQL Database. The stop names are like
NEW YORK PENN STATION,
NEWARK PENN STATION,
NEWARK BROAD ST,
NEW PROVIDENCE
etc
When ...
3
votes
1answer
196 views
NLP - Queries using semantic wildcards in full text searching, maybe with Lucene?
Let's say I have a big corpus (for example in english or an arbitrary language), and I want to perform some semantic search on it. For example I have the query:
"Be careful: [art] armada of [sg] is ...