Commit graph

100 commits

Author SHA1 Message Date
855b42ff02 encoder: add 'l.' letter, cs 2018-05-20 08:42:09 +02:00
84b79160c8 do not allocate translit. contexts, use initialized static vars 2018-05-20 08:29:33 +02:00
ae59e9c14f update makefile 2018-05-19 16:51:25 +02:00
b70fe07234 readme: typos 2018-05-19 16:45:54 +02:00
b34df7af73 fix .gitignore 2018-05-18 15:53:58 +02:00
6387135fde main: add usage 2018-05-18 15:48:39 +02:00
fa53226433 encoder: add conversion of uppercased letters 2018-05-18 11:09:23 +02:00
cc7d8439ee main: add '-e' option 2018-05-18 10:55:23 +02:00
93114de4a7 add punctation encoder 2018-05-18 10:52:11 +02:00
8c4061e171 transliteration: drop syllable chain when not needed 2018-05-18 10:09:06 +02:00
abffd96948 cs 2018-05-16 15:01:04 +02:00
02145edffc makefile: add install and uninstall targets 2018-05-13 17:21:51 +02:00
ed32c8fa1d main: transliterates arguments or contents of stdin 2018-05-13 17:15:26 +02:00
ce3a02ad6e count all the letters 2018-05-03 19:53:14 +02:00
4ef3ec7e6e move test.sh into /tests 2018-05-03 19:13:34 +02:00
80eb4c63f9 add readme 2018-05-03 19:11:29 +02:00
1f0fe02e57 iast-czech: fix transliteration 2018-05-03 18:55:33 +02:00
3b0461d043 test: add first chapter of bahagavadgita 2018-05-03 18:49:42 +02:00
adf3bb9e24 iast-czech: shorten 'á' on end of a word 2018-04-30 19:22:35 +02:00
ff2e16891b fix nasals conversion 2018-04-30 18:54:28 +02:00
470e6d8d2f iast-czech: remove ending '-m' suffix 2018-04-30 18:51:50 +02:00
e325a8d102 iast-czech: add filter for nasal consonants conversion 2018-04-30 18:46:15 +02:00
d72c79d0e2 introduce output filters 2018-04-30 18:14:39 +02:00
1b0623ca43 syllable: remember code of the original letter 2018-04-29 14:12:47 +02:00
7fdbf8ada8 make syllable chain doubly-linked 2018-04-29 08:42:11 +02:00
b187c13cbc change type of UTF8 char code (unsigned long > unsigned int) 2018-04-29 08:21:46 +02:00
9571ee9871 main: add '-c' option 2018-04-28 14:03:30 +02:00
7170066e69 define czech transcription table 2018-04-28 14:02:44 +02:00
f8b7e9a1fc iast: add aum and vowel modifier au 2018-04-28 13:33:50 +02:00
78caeb94a1 iast: add the devanagari modifiers into comments 2018-04-27 19:10:43 +02:00
bd0b64f91d transliteration: refactor modifiers 2018-04-27 18:58:07 +02:00
69057f0e32 iast: transliterate numbers 2018-04-27 13:21:36 +02:00
e97ceb8c25 test: use main program for testing 2018-04-27 13:06:21 +02:00
93179a934c main: implemented transliteration of stdin data 2018-04-27 11:59:41 +02:00
ba394e634c update makefile 2018-04-27 10:47:41 +02:00
3226bcd794 add test of the license 2018-04-26 18:10:21 +02:00
9ec4f3696a add test program 2018-04-26 13:39:53 +02:00
9a7c7e3bf3 add gitignore 2018-04-26 13:03:01 +02:00
fc23bac548 iast: add missing modifiers 2018-04-26 13:01:50 +02:00
9f630efb84 add license headers 2018-04-25 19:30:49 +02:00
85a96a0174 add modifier for 'o' 2018-04-25 19:25:46 +02:00
0bdb353b2c iast: define modifiers 2018-04-25 19:14:57 +02:00
2f6c487976 implement syllable modifiers 2018-04-25 18:54:47 +02:00
63eb389ae2 iast: define simple transformations 2018-04-25 18:35:28 +02:00
fe6b2fe2f6 define transliteration context 2018-04-25 18:11:56 +02:00
2083889d4e add transliteration.c with a dummy transliteration loop 2018-04-25 16:13:34 +02:00
8480315ea9 add utils for utf8 manipulation 2018-04-25 15:57:31 +02:00
e4fbd8bbfb syllable.c: add syllable_chain_to_string() 2018-04-25 15:29:24 +02:00
b52f8610ad add syllable.c 2018-04-25 15:18:11 +02:00
44cc47701e initial 2018-04-25 14:29:11 +02:00