DOCUMENTATION: Ready for release v1.4

This commit is contained in:
Tim Mahrt
2016-07-09 17:23:44 +02:00
parent ac8643678b
commit 4c1a26ed03
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -39,10 +39,20 @@ What can you do with this library?
pysle.syllabifyTextgrid(isleDict, praatioTextgrid, "words", "phones") pysle.syllabifyTextgrid(isleDict, praatioTextgrid, "words", "phones")
- search for words based on pronunciation
e.g. Words that start with a sound, or have a sound word medially, or
in stressed vowel position, etc.
see /tests/dictionary_search.py
Major revisions Major revisions
================ ================
Ver 1.4 (July 9, 2016)
- added search functionality
Ver 1.3 (March 15, 2016) Ver 1.3 (March 15, 2016)
- added indicies for stressed vowels - added indicies for stressed vowels
+1 -1
View File
@@ -8,7 +8,7 @@ Created on Oct 15, 2014
import codecs import codecs
from distutils.core import setup from distutils.core import setup
setup(name='pysle', setup(name='pysle',
version='1.3.0', version='1.4.0',
author='Tim Mahrt', author='Tim Mahrt',
author_email='timmahrt@gmail.com', author_email='timmahrt@gmail.com',
package_dir={'pysle':'pysle'}, package_dir={'pysle':'pysle'},