From b88f2e7e4e2a93675f0b354b4c9745389c4693ae Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Wed, 14 Jan 2009 20:05:39 +0530 Subject: Add APIs 'word2ASCII' and 'word2Unicode' --- payyans/docs/ChangeLog | 10 ++++++---- payyans/docs/README | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'payyans/docs') diff --git a/payyans/docs/ChangeLog b/payyans/docs/ChangeLog index 593be65..12d6408 100755 --- a/payyans/docs/ChangeLog +++ b/payyans/docs/ChangeLog @@ -1,13 +1,15 @@ Change Log: + version 0.6 + * Added word2Unicode and word2ASCII APIs + * Move the doc files to /usr/share/doc/pyanns- directory version 0.5 * Python API fixes * pdf option detection from input file name extension version 0.4 * bidirectional conversion - version 0.3 - * minor fixes - Version 0.2: + version 0.3 + * minor fixes + Version 0.2: * Renamed rules.map to karthika.map and corrected some mappings Version 0.1: * First release - diff --git a/payyans/docs/README b/payyans/docs/README index d453719..62eda0e 100755 --- a/payyans/docs/README +++ b/payyans/docs/README @@ -1,6 +1,7 @@ AUTHORS: Santhosh Thottingal Nishan Naseer + Rajeesh K Nambiar A Swathanthra Malayalam Computing Project Detailed Documentation: http://smc.org.in/Payyans @@ -9,4 +10,4 @@ INSTALL: As root #python setup.py install -Enjoy :) \ No newline at end of file +Enjoy :) -- cgit From f03cb6414372dd131c4dad928de277dbfe99b91c Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Thu, 15 Jan 2009 10:51:18 +0530 Subject: Fix typo in ChangeLog --- payyans/docs/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payyans/docs') diff --git a/payyans/docs/ChangeLog b/payyans/docs/ChangeLog index 12d6408..c78e155 100755 --- a/payyans/docs/ChangeLog +++ b/payyans/docs/ChangeLog @@ -1,7 +1,7 @@ Change Log: version 0.6 * Added word2Unicode and word2ASCII APIs - * Move the doc files to /usr/share/doc/pyanns- directory + * Move the doc files to /usr/share/doc/payyans- directory version 0.5 * Python API fixes * pdf option detection from input file name extension -- cgit