Thai Is Written Without Spaces Between Words — Epoche B1
Thai is written without spaces between words. A whole sentence runs on as one unbroken line of letters, and when a space finally does appear it does not mean that a word has ended; it means a clause or a sentence has finished. I learned this in my first week of classes in Chiang Mai, and it took me a year to stop treating it as a mistake. It is not a problem for a Thai reader. Where does one word end? You already know, because you know the words. The reader cuts the string from knowledge, not from ink. That is also why the same letters can sometimes be cut in two places and give two different sentences. A beginner who guesses wrong does not simply get one word wrong; he gets a different meaning, delivered with confidence. What surprised me is where the real cost lands. Not on people. On machines. A dictionary app has to decide which letters you meant to look up before it can look anything up. A search box must cut the text the same way the writer would, or it finds nothing. A screen reader must group letters into words before it can pronounce them. Line breaking is the worst case: software that reaches the edge of the screen must guess where a word ends, and a wrong guess breaks a line in the middle of one. So programs for Thai carry a dictionary and a guessing rule, where programs for English need only a rule about spaces. The lesson I took home is small but useful. A space is not a natural part of writing. It is a convenience that some scripts hand to the machine, and others keep in the reader's head. References The Unicode Consortium (2023). Unicode Standard Annex #14: Unicode Line Breaking Algorithm. The Unicode Consortium. Winskel, H. and Padakannaya, P. (eds.) (2014). South and Southeast Asian Psycholinguistics. Cambridge University Press.