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