Reputation: 11
How to find only english language words using Wiktionary's search box? I'm using d*e as a query in the search box (words that begin with d letter and end at e letter).
By default Wiktionary's search box returns words also from non-english languages, words like dainuojančiosiose or daiktavardžiuose
Upvotes: 0
Views: 569
Reputation: 548
An option would be to filter the results using incategory
(and possibly intitle
, if you want to be more specific). For example:
One problem with this approach is that you need to pick one of the many very specific "English *" categories which exist on Wiktionary.
Upvotes: 0