MTL Toolbox: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
== How to search ==
== How to search ==
=== Typical usage ===
=== Typical usage ===
* typical word is two syllables [[tone sandhi|joined together]], for example:
* input: Taiwanese word (often consists of two syllables [[tone sandhi|joined together]]), for example:
** {{x|køefcie}}
** {{x|køefcie}}
* the Toolbox "unjoins" words by database lookup
* the Toolbox "unjoins" words by database lookup
* the results from historical works should be about the same as if searching:
* the results from historical works should be about the same as for:
** {{x|køea cie}}
** {{x|køea cie}}



Latest revision as of 16:02, 21 April 2024

MTL Toolbox (https://learntaiwanese.org/MTLtoolbox/about.html) is software and data to help work with written Taiwanese using the MTL writing system and other romanizations for Taiwanese.

Features

How to search

Typical usage

  • input: Taiwanese word (often consists of two syllables joined together), for example:
  • the Toolbox "unjoins" words by database lookup
  • the results from historical works should be about the same as for:

Monosyllable

  • to see more matching entries, click "Khahzøe"

Data

Local copies of:

We also support searching other websites with conversion to POJ/TL:

Technical notes

  • SQLite: FTS4 for full-text search
  • Token prefix queries: use the asterisk ('*') at the end. Similar to wildcard character in operating systems (normal wildcard search not currently supported by FTS)
  • Specify a column-name followed by a colon (':')
    • Example: thj:頭* (you should see all DFT entries starting with this Harnji)
  • Add carat ^ before token to require token to be very first token in its column

See also

Acknowledgements