Skip to content

Commit

Permalink
Update syllabify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sedictious committed Jul 11, 2018
1 parent ecf86c0 commit 55248e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cltk/phonology/syllabify.py
Expand Up @@ -78,6 +78,8 @@ def set_vowels(self, vowels):
>>> s = Syllabifier()
>>> s.set_vowels(['i', 'u', 'e', 'a'])
>>> s.vowels
['i', 'u', 'e', 'a']
"""
self.vowels = vowels
Expand Down

0 comments on commit 55248e0

Please sign in to comment.