Dr. Ryan Heuser

Results 46 comments of Dr. Ryan Heuser

Here's a colab notebook showing how to do this: https://colab.research.google.com/drive/1Z9YcbqJuLlrLBuwTwH2YsFS3OsC3b4uO?usp=sharing The short answer is that it's on the `.str_meter()` method of every `parse` object: ```python import prosodic as p p.config['print_to_screen']=0...

Thanks for pointing this out. Will try to fix today. Sorry to leave prosodic a little rusty btw: let me see if I can respond to these issues soon.

I'm looking around and I can't find any levenshtein packages that do exactly what prosodic needs besides the one included here. Also reluctant to give up its written-in-C speeds. What...

Ok, let me know if you run into any issues installing prosodic via conda? If it works, I may look into adding prosodic as a conda package so it can...

Very interesting! I'd love to read more. I'm @ [email protected]

hm, let me look into all this. does uncommenting the `# folder_tagged_samples = 'tagged_samples/'` line in prosodic/config.py change things? are you using pip version? if so, does installing from repo...

@polm Thanks for your help! So should I just change "python-Levenshtein" in requirements.txt to "levenshtein"?

Did we ever figure this out?

Thanks for your comment and sorry to take an eternity to respond. You're right, the orthography tokenizer was making an error on those words. I think I've fixed it now...