PiRSquared17 / bpbible

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

Dictionary and search in popup menus #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be good if the user right clicks on a word to display in the submenu:
Submenu 1: Look up in Dictionary
  Menu items are dictionaries this word is in, when clicked on, they look
it up in dictionary
Submenu 2: Search for this in Bibles
  Bibles this can be search for in
  When clicked on, it launches search.

Case 1 should be easy enough to do - but should be a bit smarter.
Its smartness could include:
Stemming
Liquors would go to Liquor in the ISBE.

Partial key matches: 
Jacob would go to Jacob (1) in ISBE

Use of the underlying strong's number if there (for example, in KJV, it
should include a strong's lookup for the word)

Case 2 would require much faster loading of search results (or at least the
wordlist - it would necessarily need to load all of it).
Also, unindexed bibles might cause problems

Original issue reported on code.google.com by benpmor...@gmail.com on 6 Jul 2008 at 10:23

GoogleCodeExporter commented 9 years ago
Consider automatically building indexes, and automatically loading indexes when 
a
module is selected.  This will be more usable for search, as well as for all the
other uses you might want to make of the index.

Original comment by jonmmor...@gmail.com on 6 Jul 2008 at 10:52

GoogleCodeExporter commented 9 years ago
While it would be nice to have all of these issues fixed for 0.5, they are not 
critical to the 0.5 goals and so some of them may be deferred to after 0.5.

Original comment by jonmmor...@gmail.com on 17 Jul 2010 at 8:01