MTL Toolbox: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
mNo edit summary
Line 28: Line 28:
* FTS4 full-text searches: [https://sqlite.org/fts3.html SQLite FTS3 and FTS4 Extensions]
* FTS4 full-text searches: [https://sqlite.org/fts3.html SQLite FTS3 and FTS4 Extensions]
* Token prefix queries: use the asterisk ('*') at the end. Similar to but not same as the {{w|wildcard character}} in [[zokgiap hexthorng|operating systems]] (normal wildcard search not currently supported by FTS)
* Token prefix queries: use the asterisk ('*') at the end. Similar to but not same as the {{w|wildcard character}} in [[zokgiap hexthorng|operating systems]] (normal wildcard search not currently supported by FTS)
** Example: {{TE|Tai*oa*}}
** Example: {{TE|Taioa*}}
* Specify a column-name followed by a colon (':')
* Specify a column-name followed by a colon (':')
** Example: {{dft|thj:頭*}} (you should see all DFT entries starting with this Harnji)
** Example: {{dft|thj:頭*}} (you should see all DFT entries starting with this Harnji)

Revision as of 09:50, 9 April 2023

MTL Toolbox (https://learntaiwanese.org/MTLtoolbox/) is software and data to assist learning Modern Taiwanese Language (MTL).

Features

  • full-text search engine accepts MTL, romanized Taiwanese, English, and Harnji
  • audio links and other features to help learn Taiwanese and the writing system
  • MTL Multisearch to dive into multiple dictionaries
  • Seven Tones of Taiwanese HTML5 Soundboard

MTL Multisearch

MTL Multisearch: search multiple dictionaries using MTL input.

  • Local copies of HTB, DFT, and MK already converted from POJ and TL to MTL.

Converts from MTL/MLT to POJ/TL for external searches, including:

Try monosyllable examples: lie, ky, køf

Data

Caches/forks of:

Technical Notes

See Also

Acknowledgements