Skip to content

lemononmars/thwordsearch

Repository files navigation

Word Search in Thai language

THwordle Search is a pattern-matching word-search tool for puzzle solving and construction, akin to QAT or Nutrimatic.

Feature

  • Support basic patterns
  • . for a single wild character
  • / for anagram
  • * for any number of wild characters (including zero)
  • #-#: for max and min string length
  • & and '|' for multiple queries
  • ^ for exclusion (to be used alone)

To do

  • Add more advanced patterns (ideally, all of these)
  • Use a better dictionary
  • Remove bad words from the dictionary
  • Add interesting dictionary

Resources