vote up 9 vote down star
5

Is there any library that can be used for analyzing (nlp) simple english text. For example it would be perfect if it can do that; Input: "I am going" Output: I, go, present continuous tense

flag

4 Answers

vote up 3 vote down check

How about the Natural Language Toolkit?

link|flag
Goldmine of a find. – ojblass Apr 13 at 20:57
vote up 2 vote down

Try StanFord's NLP stuff here.

link|flag
vote up 2 vote down

Part of speech is often useful in Text-to-Speech engines. Part of the process of determining the pronunciation requires knowing the part of speech:

The lead pipe led the detective to the lead in the play.

I know there are several parsers available as part of the Festival Project. This article may provide some insight into the techniques used. English is very mild in comparison to some of the other languages so be prepared to struggle.

link|flag
vote up 1 vote down

I find the Link Grammar very interesting. Check it out!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.