I do not understand how to implement a natural language processing system by using PHP + JavaScript + MySQL.

In my case, I would like to develop a text analysis and visualization technique for analyzing text contents from an English passage or comprehension that given on the website.

The Website is for students to login and answer the reading comprehension.

Several text analysis techniques such as tag cloud, word tree, and visual word has been found online. But I'm still do not understand how to implement them.

Tag cloud provides insights about the statistical occurrences of words?

Word tree gives a visualized organization of sentences in a passage?

Visual word gives the meanings of words from a passage?

In particular, I would like to either using all visualization techniques from above OR only use 2 techniques combined for visualizing the textual contents of passages in the reading comprehension for my system.

Please be kindly guide me to start this web system development, I will appreciate for the algorithm provided too.

link|improve this question

42% accept rate
smells like homework. – Paulo Scardine Feb 9 '11 at 4:34
feedback

2 Answers

Natural Language Processing is not a simple domain to work in. I found a link to an Intro to Natural Language Processing class that was taught last year at Cornell. Its probably best to take your time and learn the subject matter.

http://www.cs.cornell.edu/courses/cs4740/2010sp/lectures-assignments.htm

link|improve this answer
feedback

You can actually use some API's and services in order to get your work done. because there is no point in re inventing a wheel. so use the existing systems and build enhanced application upon them. Yahoo! term extraction API, Open Calais API, POS tagging etc can be used for term extraction and content analysis.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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