mirror of
https://github.com/wassname/pysle.git
synced 2026-06-27 16:10:05 +08:00
DOCUMENTATION: Ready for release v1.4
This commit is contained in:
+10
@@ -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
|
||||||
|
|||||||
@@ -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'},
|
||||||
|
|||||||
Reference in New Issue
Block a user