Resources - luwen-huang/computer GitHub Wiki

Speech to Text

A starting point for speech recognition is SpeechRecognition for python. I will edit this document to have notes on how well this tool works and other tools I find.

TextRazor API

You can paste in sample text and see how it parses sentences on the demo page

Test Cases

  • How many students are there?

    Dismal results. Didn't even recognize student as a named entity.

  • Find all students who have last name starting with A.

    The dependency tree result is interesting and potentially usable.