mirror of
https://github.com/wassname/pysle.git
synced 2026-06-27 16:10:05 +08:00
DOCUMENTATION: Added link to praatio. Added table of contents.
Also added some clarification about the requirements.
This commit is contained in:
+9
-1
@@ -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
|
||||
================
|
||||
|
||||
Reference in New Issue
Block a user