Commit graph

  • 4f821b7965 fixed double quote problem that showed up on some dictionaries (that where pre-processed in excel) amontano 2005-04-25 09:29:39 +0000
  • 83f5c19a13 Now it catches exception and displays it to System.err when vowel errors (oo, ie, ee, etc.) come up in converting from wylie to tmw. amontano 2005-04-25 09:28:34 +0000
  • b1cc500abf Fixed stability bug amontano 2005-03-08 09:50:52 +0000
  • 57895d945f Fixed whitespaces that got screwed up. amontano 2005-03-08 07:59:05 +0000
  • b02f93dd13 Modified "create...jnlp-file" targets of jskad and the translation tool adding the lines in the jnlp file to prompt for the creation of short-cuts. amontano 2005-03-08 07:02:56 +0000
  • 350ea96d2f Updated minimum version numbers for java in the translation tool targets. Servlet version's minimum is now 1.3, which is the version number in UVa's iris server. Handheld version's minimum is now 1.4. Seems high, but it has been designed for some time to run on WebSphere Everyplace Micro Environment Personal Profile 1.0 and 1.4 is the maximum it takes. I didn't find any compatible freeware Java Runtime Environment for windows ce. For everything else, the minimum is still set at 1.2. amontano 2005-03-07 05:57:46 +0000
  • 92e9a15d84 Updated the version numbers to reflect the new release with the conversion errors fixed. amontano 2005-03-07 05:48:18 +0000
  • 07fd75f2c7 Added a method to write the list into a file. Useful for debugging. amontano 2005-03-06 10:03:39 +0000
  • 063e04b7c4 Fixed scope of class and methods. (from protected to public or private). amontano 2005-03-06 10:02:43 +0000
  • db86a19d2b Added code to not fall into a ArrayIndexOutOfBounds. Still not clear why it happens. amontano 2005-03-06 10:00:24 +0000
  • fb5173c2e2 Added comments on what needs to be included within the options of the jvm when starting tomcat for the debugger to work. amontano 2005-02-28 15:05:47 +0000
  • b5a3de3a2a Added targets ttsc-debug and tt-servlet-debug, for being able to debug the standalone and the servlet version of the translation tool respectively. The specific parameters are for debugging in Netbeans IDE but probably could be generalized. Added comments on how to debug the servlet version via sockets or via shared memory. amontano 2005-02-28 11:36:35 +0000
  • a86bad152f This classes were for private use for processing some dictionaries. They are out of place here. amontano 2005-02-28 03:22:10 +0000
  • d4dc004c2a Made some changes to the OnlineTranslationTool. Now when text is redisplayed as links, is shows up with the declension marks. amontano 2005-02-28 03:04:01 +0000
  • ff130e6fb1 Organized imports in Eclipse. dchandler 2005-02-28 01:37:54 +0000
  • f8bd7e83cb Fixed comment. dchandler 2005-02-27 22:08:47 +0000
  • 6bc72956b6 New tests based on Paul Hackett's e-mail from today. dchandler 2005-02-27 20:59:33 +0000
  • 24403bb395 Jskad has two new menu items that are a shortcut for running a standalone TMW->Unicode conversion: 'Save as Unicode RTF...' and 'Save as Unicode UTF-8 Text...'. dchandler 2005-02-27 10:27:37 +0000
  • 107fcce565 Added debug info to the servlet version. amontano 2005-02-27 05:48:03 +0000
  • 9507ff3694 At David Germano's request, Jskad's UI now uses 'Tibetan Machine Web (non-Unicode)' rather than 'Tibetan'. dchandler 2005-02-27 00:14:37 +0000
  • 06d93082cb Better help - OO.org 1.9.79 isn't broken. dchandler 2005-02-26 23:58:17 +0000
  • 9cfedadab7 Jskad has a new menu item, 'Copy as Unicode', which does a TMW->Unicode conversion. dchandler 2005-02-26 22:57:38 +0000
  • 25f5440218 We had some useless code for enabling and disabling the clipboard; I've killed it. Jskad in applets would take QA and some code changes, I bet, so a TODO is good enough. dchandler 2005-02-26 20:46:40 +0000
  • 5d99c0ce7f Changed the default vm for target and source to 1.2. Having 1.1 would yield the error [javac] javac: invalid source release: 1.1 when compiling in JDK1.5. amontano 2005-02-23 23:01:51 +0000
  • c16f633ecf Two things: dchandler 2005-02-22 04:36:54 +0000
  • 82c6047cc2 Added the jvm.source to be able to specify the "source" parameter for javac, else I get an annoying error in java 1.5. David, should the default for both still be 1.1? amontano 2005-02-21 08:08:22 +0000
  • 03483d88c6 This memory hog of a test means that ACIP->TMW regressions will be harder to introduce. dchandler 2005-02-21 06:08:19 +0000
  • ca8b565fb0 Update about ANT_OPTS=-Xmx512m dchandler 2005-02-21 06:04:59 +0000
  • 3feef9232a I got this by running Ant with the environment variable ANT_OPTS set to '-Xmx512m'. Otherwise I ran out of memory. dchandler 2005-02-21 05:52:16 +0000
  • 4c268c5ea2 Refactored so that there can be an EWTS scanner and an ACIP scanner. dchandler 2005-02-21 05:37:01 +0000
  • 7854e4fd93 Changed minor optimization things amontano 2005-02-21 05:27:36 +0000
  • 686756116f Fixed importation errors for the translation tool. amontano 2005-02-21 05:10:00 +0000
  • 4b4787411b All I *meant* to do with this commit (you tell me if I did more) was to change from \r\r\n to \r\n. I added these files on Linux with \r\n and should've added them as binary or done a dos2unix first. dchandler 2005-02-21 05:05:13 +0000
  • 3e0168b384 Renamed ACIPConverter to TConverter. Added a needed parameter (the only needed parameter in that class's interface AFAIK. dchandler 2005-02-21 01:35:23 +0000
  • 37bf9a736d I did this stuff back in August. It's all in support of EWTS->Tibetan conversion. The tag 'TODO(DLC)[EWTS->Tibetan]' exists all over the place. EWTS->Tibetan isn't here yet; lexing isn't here yet; this is mainly a refactoring so that the ACIP->Tibetan code can be reused to do EWTS->Tibetan. dchandler 2005-02-21 01:16:10 +0000
  • 83f499b7a8 Formatting in TMW documents is not preserved. I've added an identity tranformation, TMW->TMW, to help me debug this problem. dchandler 2005-02-13 00:34:47 +0000
  • 9025fb42d6 TMW->EWTS 998476 partial fix: "aM" is generated now correctly. Before you got "M". dchandler 2005-02-07 04:00:42 +0000
  • 8dcb623382 TMW->EWTS: dchandler 2005-02-07 03:17:40 +0000
  • a82afad92c Updated methods to help with the dictionary clean up. amontano 2005-02-06 23:19:44 +0000
  • 96d0d0d9d0 My previous commit message failed to mention the following: dchandler 2005-02-05 22:37:02 +0000
  • 287fc181a0 Fix for part of bug 998476. dchandler 2005-02-05 22:16:39 +0000
  • be632e1874 Cleaned up some code that is relevant to the bug I'm looking into. I need to instrument it. Functionally, this change is a no-op. I just don't want to confuse refactoring with the actual bug fix. dchandler 2005-02-05 19:29:37 +0000
  • 00961b633f Added a test case for bug 998476. No fix, just a test case verifying the bug. dchandler 2005-02-05 18:47:17 +0000
  • b4155c3264 After a1tsal's changes to tibwn.ini, the tests failed. I'm a bit disheartened that more tests didn't fail. dchandler 2005-02-05 16:51:13 +0000
  • 7304c770c9 Just a better comment. dchandler 2005-02-05 16:27:34 +0000
  • 78373b3094 updated the servlet version. logging still needs work. amontano 2005-01-23 00:57:02 +0000
  • 28d46bb207 Add corrective comment regarding the bogus Unicode OM characters. a1tsal 2005-01-19 01:07:52 +0000
  • affccad9e5 Use 00A0 rather than 0020 for _, per unicode spec. a1tsal 2005-01-17 08:58:56 +0000
  • 91d0e7f4da Use "precomposed" sanskrit consonant combinations consistently throughout. a1tsal 2005-01-17 08:49:04 +0000
  • 22cfee69db Had wrong Unicode for n+n+y. a1tsal 2005-01-16 01:17:44 +0000
  • 0b0af67ed9 Ximalaya is not nearly as nice as Tibetan Machine Uni, so use the latter. dchandler 2005-01-04 02:20:59 +0000
  • 88ebeaed3b Fixed pocket pc version to be completely swing-less. amontano 2004-12-23 19:31:26 +0000
  • 533534eb9f changed the main class for java web-start and pocket pc versions of the translation tool. amontano 2004-12-23 19:29:59 +0000
  • aa5d86a6e3 The *->Unicode conversions were outputting Unicode that was not well-formed. They still do, but they do it less often. dchandler 2004-12-13 02:32:46 +0000
  • 3115f22484 Now you may run a single JUnit test via a command-line like 'ant check-one -Dsoletest=org.thdl.tib.text.tshegbar.UnicodeUtilsTest'. This saves you the time of running the slow tests. dchandler 2004-12-13 02:29:05 +0000
  • c4f4288d2f eliminated some unnecessary comments i had left in there eg3p 2004-08-19 19:51:21 +0000
  • a39d5c2ba3 changed all occurrences of 'Color.BLACK' to 'Color.black', since the former causes a runtime error on Mac OS X (for Java 1.3.1 at least). not sure why this is, but may be related to the bug mentioned at http://www.oxygenxml.com/forum/viewtopic.php?p=239 eg3p 2004-08-19 14:59:06 +0000
  • afd3a95a21 Updated the dictionary structure to allow grouping of dictionaries, this is the first step to try to clean up a bit the massive repetitions in dictionaries. amontano 2004-08-13 04:47:35 +0000
  • 6bb0646f1c Fixed crashing bug reported by Teresa Lam. Added tests so that I'm fairly certain that no more crashing bugs exist. Removed a marker for iffy code after understanding that code via test cases. dchandler 2004-07-05 04:48:27 +0000
  • 11c3898ad2 Now the Sambhota keyboard crashing bug. dchandler 2004-07-05 04:46:39 +0000
  • e101cc8294 Now the Sambhota keyboard crashing bug. dchandler 2004-07-05 04:36:35 +0000
  • 6cbea9f894 Fixed crashing bug reported by Teresa Lam. Added tests so that I'm fairly certain that no more crashing bugs exist. Removed a marker for iffy code after understanding that code via test cases. dchandler 2004-07-05 04:10:38 +0000
  • 805124ebc0 fixed some stuff in dictionary importation, amontano 2004-07-05 03:56:20 +0000
  • 0fd26a6c56 now uses strictduffpane instead of duffpane for "smart-pasting". amontano 2004-07-05 03:54:45 +0000
  • 353db0c352 fixed a bit the interface for the handheld version of the translation tool. amontano 2004-07-05 03:52:30 +0000
  • 07c045341b included a guessIfAcip method. Used by the translation tool to paste wylie or ACIP accordingly. amontano 2004-07-05 03:51:11 +0000
  • 5b2bb9af11 identical to duffpane but customized to the translation tool. the only change is that the paste method is over-ridden for "smart-pasting". If pasting TMW paste as is. If pasting TM, converts to TMW. If neither of these fonts are used, assumes transliteration and converts to TMW. amontano 2004-07-05 03:49:50 +0000
  • 707ae5e526 updated version number amontano 2004-07-05 03:45:02 +0000
  • 650109200f fixed the paste. when pasting from text (non-rtf) it used to produce garbage. now it interprets it as wylie. also made some attributes protected to inherit it. amontano 2004-07-05 03:43:42 +0000
  • bff0e6b2fc Fixed TMW->Wylie/ACIP when multiple font sizes are in use. I was not incrementing the offset at which I was inserting text properly. dchandler 2004-06-25 00:22:10 +0000
  • 14fb449f95 I thought my earlier commit preserved font size info for TMW->ACIP/Wylie conversions. It was only at a very coarse level. The feature is now truly here. dchandler 2004-06-20 02:57:28 +0000
  • 8ccf57dccb TMW->{Wylie,ACIP} conversions now preserve font size information. dchandler 2004-06-15 02:20:28 +0000
  • aee8630986 updated version info and fixed a parsing error. amontano 2004-06-14 03:42:35 +0000
  • c5ab3ec552 updated info of translation tool for the webstart application amontano 2004-06-14 03:40:14 +0000
  • e18a4417dc Added a FIXME comment. dchandler 2004-06-12 02:26:28 +0000
  • 9f78cabb18 TMW->{Wylie,ACIP} conversions now preserve font size information. dchandler 2004-06-12 02:09:28 +0000
  • 7acbce3361 Added errors 142 and 143, which are produced when converting yig chung to a Unicode text file, which cannot support font size changes. dchandler 2004-06-06 21:59:16 +0000
  • 1db0ec7bb5 Fixed javadoc comments. dchandler 2004-06-06 21:39:45 +0000
  • df262aa148 It is now a compile-time option whether to treat []- and {}-bracketed sequences as text to be passed through (without the brackets in the case of {}) literally, which is the case by default because Robert Chilton requested it, or the old, ad-hoc mechanism which could be useful for finding some ugly input. dchandler 2004-06-06 21:39:06 +0000
  • a69f7588b2 I broke warning 507 into two warnings, one high-priority (512) and one low-priority (507). dchandler 2004-05-01 20:55:13 +0000
  • fd7cba4439 Changed menu item name. dchandler 2004-05-01 20:52:22 +0000
  • 8a9271a3d8 I broke warning 507 into two warnings, one high-priority (512) and one low-priority (507). dchandler 2004-05-01 20:49:53 +0000
  • 31bdd39fec The TMW for 'da'i was converting to 'aad'i. Andres found this; it is bug 945744. I've made it more correct -- 'ad'i is now produced. The wrong stack is thought to be the root stack still. dchandler 2004-05-01 19:11:15 +0000
  • 1a055f3472 I don't think warning level "None" was really doing the trick. Fixed that. dchandler 2004-04-25 00:37:57 +0000
  • e2d42f36eb Robert Chilton's experience inspired me to make the handling of errors and warnings in ACIP->Tibetan conversion much more configurable. You can now choose from short or long error messages, for one thing. You can change the severity of almost all warnings. Each error and warning has an error code. Errors and warnings are better tested. dchandler 2004-04-24 17:49:16 +0000
  • cc5d096918 David Chapman's latest fix to tibwn.ini (clearing up an issue that Than or I dropped the ball on) introduced two lines for 8,95. This is a bad thing, so I've taken out the second line. I've also introduced a check in TibetanMachineWeb.java such that we'll know that tibwn.ini has no such error in the future just by running 'ant clean jskad-run' and making sure that the GUI is indeed visible. dchandler 2004-04-24 13:23:56 +0000
  • 9e071ea178 Differentiated 0F82 (~M`) and F03A (nyi.zla editor's mark). a1tsal 2004-04-21 10:04:11 +0000
  • 72442788c1 This displayed poorly for me, so I untabified it. Whitespace changed only. dchandler 2004-04-18 18:56:01 +0000
  • 0ee90a0fb0 Added many ACIP->TMW->ACIP tests. They found no bugs. dchandler 2004-04-17 17:28:26 +0000
  • 63438d243b getACIP was getting EWTS, not ACIP. dchandler 2004-04-17 15:49:40 +0000
  • de3a19761e Fixes for javadoc tool. dchandler 2004-04-17 15:48:50 +0000
  • adcf9de952 Two new tests. dchandler 2004-04-17 15:14:46 +0000
  • 1bfd3772e6 TMW->ACIP is much improved. V and W were confused, # and * were confused; many glyphs that should have yielded errors were not. dchandler 2004-04-14 05:44:51 +0000
  • 244a9d1370 TiblEdit's diacritics panel now works -- dia.dat has been added to the repository and to TiblEdit's jar. dchandler 2004-04-14 05:12:00 +0000
  • f09a03c9c7 tibbibl is the schema's name; TiblEdit is the application's name. dchandler 2004-04-11 14:44:06 +0000
  • 56a02ba41d Fixed the worst TMW->ACIP bug, the one regarding U+0F04 and U+0F05. TMW->EWTS requires no context information, but TMW->ACIP does. dchandler 2004-04-10 18:26:57 +0000
  • 9e7ccf2894 TMW->Unicode conversions have changed; now using U+0F6A for the stacks whose EWTS transliteration begins with "R+". dchandler 2004-04-10 16:58:45 +0000
  • 7eca276a62 TMW->Unicode conversions have changed; now using U+0F6A for the stacks whose EWTS transliteration begins with "R+". dchandler 2004-04-10 16:03:25 +0000
  • aff34174ab The new EWTS rule regarding R, W, and Y requires that these change. It may also require changes to the following, but I'm going to ask if it really should or not. dchandler 2004-04-08 02:55:59 +0000
  • 76356f4009 ACIP->Tibetan now gives an error when {?} is seen alone (not in {[?]} or {[*FOO?]}, but alone). Bug 860192 is fixed. dchandler 2004-03-15 00:49:01 +0000