diff --git a/README.md b/README.md index 33ddbf2..8cc5a92 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ ```bash pip install meloplus +python -m unidic download ``` ## 🎙️ Usage diff --git a/meloplus/__init__.py b/meloplus/__init__.py index 3491ca1..3efb6af 100644 --- a/meloplus/__init__.py +++ b/meloplus/__init__.py @@ -1,5 +1,5 @@ from meloplus.api import TTS as MeloInference -__version__ = '0.0.7' +__version__ = '0.0.8' __author__ = 'kadirnar' __license__ = 'Apache License 2.0' diff --git a/test.py b/test.py index 953ee86..81b21fc 100644 --- a/test.py +++ b/test.py @@ -1,4 +1,7 @@ from meloplus import MeloInference +import nltk + +nltk.download('averaged_perceptron_tagger_eng') # Speed is adjustable speed = 1.0