DOCUMENTATION: Added link to praatio. Added table of contents.

Also added some clarification about the requirements.
This commit is contained in:
timmahrt
2014-10-23 15:51:35 -05:00
parent 9cd6a7e68b
commit 08f8e859cc
+9 -1
View File
@@ -3,6 +3,9 @@
pysle
---------
.. sectnum::
.. contents::
Pronounced like 'p' + 'isle'.
An interface for the ILSEX (international speech lexicon) dictionary,
@@ -27,7 +30,8 @@ What can you do with this library?
pysle.pronunciationtools.findClosestPronunciation(isleDict, 'cat', ['kh', 'ae',])
- automatically syllabify a praat textgrid containing words and phones
(e.g. force-aligned text) -- requires my praatIO library::
(e.g. force-aligned text) -- requires my
`praatIO <https://github.com/timmahrt/praatIO>`_ library::
pysle.syllabifyTextgrid(isleDict, praatioTextgrid, "words", "phones")
@@ -45,6 +49,10 @@ Requirements
- ``Python 2.7.*`` or above
- The `praatIO <https://github.com/timmahrt/praatIO>`_ library is required IF
you want to use the textgrid functionality. It is not required
for normal use.
Installation
================