Skip to content

d1ma/hardlee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage instructions

    from translator import Translator
    t = Translator()
    pr = t.get_pronounciation('Some english sentence')
    possibilities = t.get_plaintext(pr)
    close_possibilities = t.get_plaintext(pr, .3)

Todo

  • right now, my distance metric penalizes every syllable change by .1. We should extend this to make it cheaper for closer syllables and more expensive for farther ones
  • parse the possibilities phrase to make sure it's legitimate english phrase, not just a random collection of words

About

Hardly know her Natural Language Understanding Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages