neurlang commited on
Commit
d515433
ยท
verified ยท
1 Parent(s): 099202e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ language:
19
  ```python
20
  from pygoruut.pygoruut import Pygoruut
21
 
22
- pygoruut = Pygoruut(models={"Hebrew3": "/home/john/Downloads/hebrew3.zip"})
23
 
24
  print(str(pygoruut.phonemize(language="Hebrew3", sentence="ื•ื›ืœื” ื‘ืื™ืš ืœืขืฉื•ืช ืฉื™ื•ื•ืง ื ื›ื•ืŸ ืคืจื˜ ืœืขืฆื•ืช ื•ืœืชื•ื‘ื ื•ืช ืฉืœื™.")))
25
  ```
 
19
  ```python
20
  from pygoruut.pygoruut import Pygoruut
21
 
22
+ pygoruut = Pygoruut(models={"Hebrew3": "/tmp/hebrew3.zip"})
23
 
24
  print(str(pygoruut.phonemize(language="Hebrew3", sentence="ื•ื›ืœื” ื‘ืื™ืš ืœืขืฉื•ืช ืฉื™ื•ื•ืง ื ื›ื•ืŸ ืคืจื˜ ืœืขืฆื•ืช ื•ืœืชื•ื‘ื ื•ืช ืฉืœื™.")))
25
  ```