ipkiss42 / eliot

GNU General Public License v2.0
3 stars 2 forks source link

More powerful dictionary searches #4

Open ipkiss42 opened 11 years ago

ipkiss42 commented 11 years ago

The dictionary already allows searching based on anagrams, +1, and regular expressions (which implies also benjamins, prefixes, suffixes, ...) with a length limit.

It could be interesting to search using 1 or more rules, such as:

These rules should be combinable at will, to have a powerful search tool. Some of these rules (like "number of anagrams") could be slow without indexing (i.e. a kind of database). Others (like "takes suffix") would be much faster with a GADDAG (see issue #1).