vikasdummy / kashmiriDictionaryIssueTracker

Just to track issues, no code here.
0 stars 0 forks source link

Deepak: User does not need page numbers of external references. #32

Closed vikasdummy closed 10 years ago

vikasdummy commented 10 years ago

Need to prune data.

One meaning will be parsed and following will be extracted: -- Ext. book references -- suffixes will be taken out and new words will be created. -- some times there are more than one words in a single meaning.This will also generate new words.

vikasdummy commented 10 years ago

After seeing and using data for about a month. I can confidently say that:

  1. We dont want to bother user with the details .
  2. BUT user should be able to see the details if he wishes.

For this we have to PRUNE data. Remove it somehow or hide it. and provide a button for user. If he wishes to see more , aka details he presses it and details are shown to him.

vikasdummy commented 10 years ago

Currently meaning is shown in a html webview. This means we can mark these details in a span and use javascript to hide or make them visible .

vikasdummy commented 10 years ago

anything in (...) is hidden. :)