Ticket #230 (new new feature)

Opened 19 months ago

Last modified 19 months ago

Dictionary - searching for different word forms

Reported by: lvu Owned by: Buggins
Priority: normal Milestone: bluesky
Component: book reader (CoolReader) Version: post-0.1 snapshot
Keywords: Cc:
Blocking: Blocked By:

Description

Now, if I have some word on the current page in plural, or in past tense, I can't find it in the dictionary. It should be possible to add an ability to try some pattern-based modifications of the word, if the original word can't be found in the dictionary. If using regexps then for English language these patterns could look like this: s/(.*)s$/\1/ s/(.*)es$/\1/ s/(.*)ies$/\1y/ s/(.*)d$/\1/ s/(.*)ed$/\1/ and so on. Later, some pattern files for different languages can be preinstalled in the firmware.

Change History

Changed 19 months ago by lunohod

  • owner changed from lunohod to Buggins
  • status changed from new to assigned

Changed 19 months ago by Buggins

  • status changed from assigned to accepted
Note: See TracTickets for help on using tickets.