Lucky-Dhakad / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
0 stars 1 forks source link

No results for query terms that aren't all lower case #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On the bible corpus, run 
java pitt.search.semanticvectors.Search Wine 

What is the expected output? What do you see instead?
You should get results for "wine", instead you see no results and a "vector
not found" message.

The problem is that semanticvectors presumes that all words are
lower-cased, but fails to lower-case query terms.

Original issue reported on code.google.com by dwidd...@gmail.com on 23 Apr 2008 at 9:03

GoogleCodeExporter commented 9 years ago
Code has been added to fix this and checked in to version 1.7; will be released 
as
part of version 1.8.

Original comment by dwidd...@gmail.com on 12 May 2008 at 6:17

GoogleCodeExporter commented 9 years ago
Fixed in version 1.8 and later.

Original comment by dwidd...@gmail.com on 5 Jun 2008 at 6:01

GoogleCodeExporter commented 9 years ago
Fixed in version 1.8 and later.

Original comment by dwidd...@gmail.com on 5 Jun 2008 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by dwidd...@gmail.com on 5 Jun 2008 at 6:08