I am looking at a script that contains:
import LM_Harris
in the context of a specific vocabulary to be used with Google speech. I was
unable to pip install it, and cannot find any documentation on the internet.
Would anyone know more about this, or from where I can download it?
Thanks.
--
h
I have used flask before with no problem. Now I am getting very mysterious
results, which I have reduced to a very small test case.
Here is a flask server, in Python 3, which waits for a message on port 8002
(the port is open):
from flask import Flask, Response
import json
app = Flask(__name_