savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] submission of PyWordGen - savannah.nongnu.org


From: oubiwann
Subject: [Savannah-hackers] submission of PyWordGen - savannah.nongnu.org
Date: Fri, 21 Nov 2003 23:17:10 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1

A package was submitted to savannah.nongnu.org
This mail was sent to address@hidden, address@hidden


Duncan McGreggor <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: PyWordGen
System name: pywordgen
Type: non-GNU

Description:
PyWordGen is a random word generator that generates statistics of word parts 
(frequency and combinations) of a given language and stores that persistantly. 
The data is then utilized for generating random words with the same 
characteristics.



There are two python classes that perform these two different objectives:



 GenerateStats

 CreateWord



GenerateStats reads in transliterated/romanized text files of a language, 
breaks words down by consonant and vowel sequences, and then determines their 
frequency for that language sample. Once these stats are created, CreateWord is 
able to generate words at random.



A third class is in progress which will attempt to simulate phonological and 
morphological change in words over time. The code is not yet finished for the 
third class (in fact, it has only just been started), but the first two classes 
are fully functional and running in beta.



The code can be downloaded here:



 http://adytumsolutions.com/PyWordGen.tgz

Other Software Required:


Other Comments:



_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]