views:

123

answers:

4

I'm not sure if there is even anything out there to do this. Is there any libraries out there that can reword sentences to any degree of accuracy? It doesnt have to be too intelligent.

A: 

I don't have a solution. But I think you can look at

NLTK Home (Natural Language Toolkit) http://www.nltk.org/

It has a ready to use Eliza http://nltk.googlecode.com/svn/trunk/doc/api/nltk.chat.eliza-module.html

Wai Yip Tung
A: 

Natural Language Toolkit even comes with a chatbot that pretends to be an teenage girl on IM who likes anime. There is a huge learning curve.

msw
A: 

You can use the wordnet package to find synonyms with the same 'sense' for nouns and verbs.

But this will be a lot dumber than you want. You're looking for like, machine translation from casual english to formal english. Tough question and cool. Props to you.

amwinter
A: 

As far as I know, this doesn't exist. I'm hoping to start working on something similar later this year.

adobbs