Text analysis for a passage in PHP / Javascript?

IvanE

New member
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.
 
Back
Top