2020-08-19 18:52:25 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 0.6
- handle numbers [0-9] better with emacs splitter
|
2020-08-18 19:10:28 by Sean Cole | Files touched by this commit (2) |
Log message:
Update to 0.5
- clean up some comments and simplify lisp code a bit
|
2020-08-17 19:43:15 by Sean Cole | Files touched by this commit (6) |
Log message:
Update to 0.4
- always use pkgsrc path for swath for st-swath script
- make splitting of numbers a little more consistent for st-emacs & st-icu
- add split-thai, split-thai-line, wrapper functions to emacs lisp code
|
2020-08-15 18:52:29 by Sean Cole | Files touched by this commit (3) |
Log message:
Update to version 0.3
all changes for emacs splitter:
- load custom dictionary first because 'thai-word-table is a defvar
- add count function and return word counts for a few funcs
- add lisp wrappers functions split-thai, split-thai-line which
can split thai text in an emacs buffer using 'thai-break-words
|
2020-08-14 19:31:35 by Sean Cole | Files touched by this commit (5) |
Log message:
Update to version 0.2
- generate the emacs dictionary once at build time, not every time the
program is run
- clean up the README
|
2020-08-13 22:52:09 by Sean Cole | Files touched by this commit (10) |
Log message:
Add split-thai 0.1, a set of utilities for splitting Thai UTF8 text by word \
boundaries
|