The NetBSD Project

CVS log for pkgsrc/textproc/split-thai/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / split-thai

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 7 03:28:09 2024 UTC (2 months, 3 weeks ago) by scole
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +7 -7 lines
Diff to previous 1.53 (colored) to selected 1.18 (colored)

Update to 2.28
all changes for pthai.el
- add option for looking up, viewing words/missed words in pthai-practice-words
- add pthai-dictionary-clear
- bind pthai-complete-word to key like alt-tab for ispell
- for pthai-practice-* functions, don't require dictionary format
- simplify pthai-dictionary-read-file and its *Messages*
- update external dictionaries to latest builds

Revision 1.53 / (download) - annotate - [select for diffs], Wed Nov 8 13:21:10 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.18 (colored)

*: recursive bump for icu 74.1

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jul 24 01:55:52 2023 UTC (8 months ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.18 (colored)

Update to 2.27
all changes for pthai.el
- reduce some unnecessary splitting and joining of strings
- default to word at point for 'pthai-dictionary-find-word
- make 'pthai-dictionary-find-regexp work same whether interactive or not
- add prefix option for 'pthai-twt-words
- in 'pthai-unknown-words-toggle, display clearer messaging whether words
  toggled on or off, or no words found
- simplify code in a few places

Revision 1.51 / (download) - annotate - [select for diffs], Mon Jun 12 01:35:16 2023 UTC (9 months, 2 weeks ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.18 (colored)

Update to 2.26
all changes for pthai.el
- add seconds to pthai-say-time, simplify time parsing
- rename 'pthai-parse-hour-minute-second to 'pthai-parse-hms
- rename 'pthai-bounds-offset-of-split-string to 'pthai-bounds-offsets
- rename 'pthai-randomize to 'pthai-nrandomize, use faster in-place algorithm
- remove 'pthai-nth-set, pthai-nth-delete
- many changes related to 'thai-word-table including:
  * rename 'pthai-thai-break-words to 'pthai-twt-split
  * remove 'pthai-twt-update, change interface for 'pthai-twt-read
  * add 'pthai-twt-add/remove/clear for manipulating the 'thai-word-table
  * modification to 'pthai-dictionary will also be applied to 'thai-word-table
  * simplify pthai-dictionary-read-*, only have clear option for
    'pthai-dictionary-read-files
  * add custom variables pthai-twt-splitter-enable, pthai-twt-lock

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:34 2023 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.18 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.49 / (download) - annotate - [select for diffs], Sun May 7 00:28:01 2023 UTC (10 months, 3 weeks ago) by scole
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48 (colored) to selected 1.18 (colored)

Update to 2.25
all changes for pthai.el
- consider numbers as being in the dictionary
- various fixes to handle when point at thai character and not word
- simplify and fix some lookup-at-point functions
- add option to pthai-practice-* to practice words without audio
- rename 'pthai-fetch-thailanguage to 'pthai-fetch-thai-language
- rename 'pthai-dictionary-grep to 'pthai-dictionary-find-word
- rename 'pthai-unknown-words-insert to 'pthai-unknown-words-extract
- add counting by letter function 'pthai-dictionary-word-counts
- many small cleanups

Revision 1.48 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:40 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored) to selected 1.18 (colored)

revbump after textproc/icu update

Revision 1.47 / (download) - annotate - [select for diffs], Fri Dec 16 18:27:00 2022 UTC (15 months, 1 week ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.18 (colored)

Update to 2.24
all changes for pthai.el
- use expand-file-name in a few places
- fix pthai-audio-display-definition plumbing
- use call-process* for pthai-mp3-play and pthai-split-command
- rename pthai-splitter-swath-word-length to pthai-splitter-max-swath-word-length
- restore pthai-thai-break-words splitter

Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 8 18:18:45 2022 UTC (15 months, 2 weeks ago) by scole
Branch: MAIN
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored) to selected 1.18 (colored)

Update to 2.23
all changes for pthai.el
- move to end of word after *insert *complete-word functions
- only toggle highlighting for 'pthai overlays
- various bug fixes, cleanups, and simplifications
- make end of word bounds detection more consistent
- add 'pthai-soundfiles-counts to display downloaded word counts per letter
- rename 'pthai-spell-string to pthai-spell-string-at-point, and
  'pthai-spell-word to pthai-spell-word-at-point
- rename pthai-overlay-off to pthai-hightlight-off

Revision 1.45 / (download) - annotate - [select for diffs], Wed Nov 23 16:21:14 2022 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored) to selected 1.18 (colored)

massive revision bump after textproc/icu update

Revision 1.44 / (download) - annotate - [select for diffs], Sat Nov 5 16:54:53 2022 UTC (16 months, 3 weeks ago) by scole
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.18 (colored)

Update to 2.22
- fix memory leaks in st-icu.cc
- for st-swath, don't spawn new process for every stdin readline

  pthai.el:
- clean up pthai-unknown* funcs and add toggle to highlight unknown words
- add option to use external processes for swath and icu which is
  faster and gives more split choices
- add pause and pthai-no-audio-pause-length custom setting for pausing
  on words with no audio when attempting audio play
- clean-ups for pthai-currency* functions
- consolidate text highlighting into pthai-highlight-on/off functions
- when reloading pthai.el library, don't clear 'pthai-dictionary

Revision 1.43 / (download) - annotate - [select for diffs], Mon Oct 17 16:09:28 2022 UTC (17 months, 1 week ago) by scole
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.18 (colored)

Update to 2.21
all changes for pthai.el
- convert between arbitrary currencies with choice-lists
- small clean-ups

Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 10 18:21:09 2022 UTC (17 months, 2 weeks ago) by scole
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.18 (colored)

Update to 2.20
all changes for pthai.el
- redo practice routine without having to reset dictionary
- add pthai-practice-extract-words and pthai-practice-buffer/file/region

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 21 15:40:43 2022 UTC (18 months ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.18 (colored)

Update to 2.19
all changes for pthai.el
- add pthai-practice-words for practicing words in a dict file
- add pthai-soundfiles-all/playable/unplayable
- fix pthai-rwb to handle numbers not in dictionary
- fix parsing for thai strings with numbers and no spaces
- various small cleanups

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 11 15:55:55 2022 UTC (19 months, 2 weeks ago) by scole
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.18 (colored)

Update to 2.18
all changes for pthai.el
- small clean-ups, add completing-read a few places
- for pthai-unknowns*, keep word same as found in buffer

Revision 1.39 / (download) - annotate - [select for diffs], Tue Jul 19 15:21:51 2022 UTC (20 months, 1 week ago) by scole
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.18 (colored)

Update to 2.17
all changes for pthai.el
- remove some unnecessary split methods and related customize settings
- simplify and optimize 'pthai-split-all, reducing redundant word splitting
- rename pthai-spell-correct-p -> pthai-spell-p, fix check for single char words
- clarify few function descriptions
- replace 'remove with 'delete in a few places
- remove pthai-completing-read-mode and ido prompt customize option
- replace pthai-completing-read with pthai-completing-read-full/dynamic,
  allows for thai word completion to be add to some functions

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jul 9 16:45:38 2022 UTC (20 months, 2 weeks ago) by scole
Branch: MAIN
Changes since 1.37: +2 -3 lines
Diff to previous 1.37 (colored) to selected 1.18 (colored)

Update to 2.16
all changes for pthai.el
- add pthai-dictionary-read-region/line/buffer functions
- rename pthai-dictionary-read -> pthai-dictionary-read-file
- rename pthai-dictionary-readall -> pthai-dictionary-read-files
- rename pthai-word-count -> pthai-dictionary-word-count
- add option to exit spell check at point
- add progess meters to some word counting funcs
- add pthai-spell-correct-p to spell check without word splitting
- add pthai-unknowns/count/insert for extracting/counting unknown words

Revision 1.37 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:49 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.18 (colored)

*: recursive bump for perl 5.36

Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 18 19:12:12 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.18 (colored)

revbump for textproc/icu update

Revision 1.35 / (download) - annotate - [select for diffs], Tue Mar 15 17:50:43 2022 UTC (2 years ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.34: +2 -3 lines
Diff to previous 1.34 (colored) to selected 1.18 (colored)

Update to 2.15
all changes for pthai.el
- add pthai-count-words ala count-words
- for lookups, indicate when thai word is in dictionary but undefined
- customize flag to skip download attempts for words not in dictionary
- add lists of consonants, vowels, and numbers and functions to display

Revision 1.34 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:47 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored) to selected 1.18 (colored)

revbump for icu and libffi

Revision 1.33 / (download) - annotate - [select for diffs], Sat Nov 13 17:16:02 2021 UTC (2 years, 4 months ago) by scole
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.18 (colored)

Update to 2.14
all changes for pthai.el
- yet more url-fetching clean-ups

Revision 1.32 / (download) - annotate - [select for diffs], Mon Nov 8 02:58:12 2021 UTC (2 years, 4 months ago) by scole
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.18 (colored)

Update to 2.13
all changes for pthai.el
- more url-fetching fixes and cleanups

Revision 1.31 / (download) - annotate - [select for diffs], Sat Nov 6 16:10:29 2021 UTC (2 years, 4 months ago) by scole
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.18 (colored)

Update to 2.12
all changes for pthai.el
- fix fetching of some words with pthai-url-thai-language

Revision 1.30 / (download) - annotate - [select for diffs], Fri Oct 29 17:01:31 2021 UTC (2 years, 4 months ago) by scole
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.18 (colored)

Update to 2.11
all changes for pthai.el
- simplify some pthai-url-* functions, fix fetching of some words for
  pthai-url-thai-language

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 22 20:20:43 2021 UTC (2 years, 5 months ago) by scole
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.18 (colored)

Update to 2.10
all changes for pthai.el
- use (interactive "r") for a few functions
- add simple pthai-mode with some common keybindings
- add pthai-kill-word, pthai-backward-kill-word, pthai-transpose-words & keybindings
- put detailed classifier info in own buffer if "long" result
- add lookup classifier-at-point
- better handling for some misspelled words with single char splits
- customize option for completing-read/ido-completing-read prompts
- for emacs versions < 27, still indicate word misspelled without
  giving suggestions instead of erroring
- when spelling, don't spam messages and cursor movements, add
  progress reporter, bug fixes

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 3 20:40:08 2021 UTC (2 years, 5 months ago) by scole
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.18 (colored)

Update to 2.9
changes mainly for pthai.el
- add spell checking capability, similar to ispell, for word, line,
  buffer, region and related functions
- many small clean ups, fix def display when downloading, double
  writing of files, always fetching some words, others fixes
- add grep-like function to search dictionary files
- add complete-word function for inserting words
- remove interactive args with \nP
- count nor-nayn as valid single char
- use completing-read instead of ido in a few places

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 25 19:25:07 2021 UTC (2 years, 7 months ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.18 (colored)

Update to 2.8
all changes for pthai.el
- replace parser to extract words from 'thai-word-table using a
  non-recursive algorithm which mitigates the need to adjust max-specpdl-size
- adjust pthai-twt-* functions to use new parser, fix pthai-twt-count
- fix some whitespace regexp boundary matching and boundary at end of thaiword
- add pthai-dictionary-save function
- rename a few functions for better organization

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 19 20:42:26 2021 UTC (2 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.25: +16 -9 lines
Diff to previous 1.25 (colored) to selected 1.18 (colored)

Update to 2.7
all:
- added libreoffice thai dictionary words
pthai.el only:
- fix pthai-twt-* to handle larger dictionary
- add more thingatpoint functionality with forward-thaiword/backword-thaiword
- use pulse instead of region to highlight words when playing
- major code clean ups
- split up audio word downloads in subdirectories

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jul 28 17:45:59 2021 UTC (2 years, 8 months ago) by scole
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.18 (colored)

Update to 2.6
All changes for pthai.el
- highlight thai text when looking up or playing audio
- highlight text and move cursor as audio played for words
- add customize toggles for message display when playing audio
- add customize toggle to prevent downloading audio
- add customize toggle to prevent playing audio
- fix pthai-say* args to actually force downloads
- (thing-at-point 'thaiword) works for thai words not separated by spaces
- other clean ups

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 9 19:21:55 2021 UTC (2 years, 8 months ago) by scole
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.18 (colored)

Update to 2.5
All changes for pthai.el
 - use buffer instead of file for pthai-twt-read
 - reread 'thai-word-table as needed when reading dictionary files
 - clean up some comments

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 6 01:42:17 2021 UTC (2 years, 8 months ago) by scole
Branch: MAIN
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored) to selected 1.18 (colored)

Update to 2.4
All changes for pthai.el module
- combine dictionary and wordlist hashes, update related functions
- add customize toggles for url-fetchers and splitters
- add lingopolo url fetcher

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 24 19:54:59 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.18 (colored)

*: recursive bump for perl 5.34

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 15 16:18:23 2021 UTC (2 years, 10 months ago) by scole
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20 (colored) to selected 1.18 (colored)

Update to 2.3
All changes for pthai.el module
- in pthai-play-thaiword, fix logic when sox/play not found
- display duplicate word counts in pthai-unique-word-count
- fix splitting when last character is punctuation and last word is english
- add pthai-say-*-thai-only function to say thai words only buffer/line/region
- add pthai-find-word-regexp to search for words in dictionary/wordlist

Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:49 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.18 (colored)

revbump for textproc/icu

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 15 15:26:30 2021 UTC (2 years, 11 months ago) by scole
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Update to 2.2
 - depend on sox instead mpg123
 - in pthai.el, use sox as sole audio player. this simplifies things a bit
   and allows silences to be stripped from audio files while playing.
   remove pthai-mp3-* custom variables
 - minor pthai.el clean ups
 - remove seq-contain-p from pthai.el, which appears deprecated
   in later emacs versions
 - in pthai.el, work around apparent emacs bug when unsplitting
   and buffer name contains combining characters

Revision 1.18 / (download) - annotate - [selected], Sun Mar 21 19:42:52 2021 UTC (3 years ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Move all SUBST_STAGE to pre-configure

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 21 18:25:22 2021 UTC (3 years ago) by scole
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.18 (colored)

Update to 2.1
- fix initialization of default wordlist in pthai.el
- add pthai-unique-word-count to pthai.el

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 20 15:46:23 2021 UTC (3 years ago) by scole
Branch: MAIN
Changes since 1.15: +10 -12 lines
Diff to previous 1.15 (colored) to selected 1.18 (colored)

Restore split-thai 2.0 package after moving source from pkgsrc to MASTER_SITE_LOCAL

Revision 1.15, Fri Mar 19 00:48:36 2021 UTC (3 years ago) by scole
Branch: MAIN
Changes since 1.14: +1 -1 lines
FILE REMOVED

Remove package.  Apparently software without its own separate repository cannot be stored in pkgsrc

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 18 17:53:41 2021 UTC (3 years ago) by scole
Branch: MAIN
Changes since 1.13: +22 -25 lines
Diff to previous 1.13 (colored) to selected 1.18 (colored)

Update to version 2.0
- add new emacs module pthai.el, merging all emacs lisp code into it
- rename files thaidict* to words*
- modify other scripts to use new file names

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 5 09:09:15 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.18 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 29 17:56:56 2020 UTC (3 years, 5 months ago) by scole
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.18 (colored)

Update to 1.1
-------------
- in thai-utility.el update thai-word-table-in-p to use
  lookup-nested-alist, which is much faster and non-recursive

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 29 01:01:20 2020 UTC (3 years, 5 months ago) by scole
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.18 (colored)

Update to 1.0
- small clean ups
- add thai-word-table-in-p and split-thai-word to thai-utility.el

Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 5 18:02:36 2020 UTC (3 years, 6 months ago) by scole
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.9: +6 -7 lines
Diff to previous 1.9 (colored) to selected 1.18 (colored)

Update to 0.9
- add a perl script st-wordbreak

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 31 18:12:18 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.18 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 28 16:02:42 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7 (colored) to selected 1.18 (colored)

Update to 0.8
- add 'tgrep' perl script for grepping thai words

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 20 14:20:27 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.18 (colored)

Update to 0.7
- don't skip strings with numbers [0-9] for st-icu

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 19 16:52:25 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.18 (colored)

Update to 0.6
- handle numbers [0-9] better with emacs splitter

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 18 17:10:28 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.18 (colored)

Update to 0.5
- clean up some comments and simplify lisp code a bit

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 17 17:43:15 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored) to selected 1.18 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 15 16:52:28 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.18 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 14 17:31:34 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Changes since 1.1: +11 -4 lines
Diff to previous 1.1 (colored) to selected 1.18 (colored)

Update to version 0.2

- generate the emacs dictionary once at build time, not every time the
  program is run
- clean up the README

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 13 20:52:09 2020 UTC (3 years, 7 months ago) by scole
Branch: MAIN
Diff to selected 1.18 (colored)

Add split-thai 0.1, a set of utilities for splitting Thai UTF8 text by word boundaries

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>