-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.py
More file actions
13 lines (7 loc) · 667 Bytes
/
test.py
File metadata and controls
13 lines (7 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
from alchemy import keyword, emotion
from tts import tts
from analyze import analyze
# print tts("../../SpaceShuttle.wav")
# print emotion("Nice to meet you!")
print keyword("Our jobs are fleeing the country. They're going to Mexico. They're going to many other countries. You look at what China is doing to our country in terms of making our product. They're devaluing their currency, and there's nobody in our government to fight them. And we have a very good fight. And we have a winning fight. Because they're using our country as a piggy bank to rebuild China, and many other countries are doing the same thing.")
# print analyze("../../SpaceShuttle.wav")