I am new to natural language processing in computer engineering. I want to develop a searching function for my website runs by PHP.
I have found interesting on Word Tree from Many Eyes website. This visualization method enable for my users to search a keyword and the web page shows all the sentence or phrases from my database that included the keyword.
I would like to know where can I get the source codes or algorithm to implement this visualization onto my PHP website. I believe this method is implemented by Java.
Please kindly provide some useful information for me to learn how to create the Word Tree visualization text based searching on the website. I do not want to using API or the existing Word Tree system from others.
I need to learn how to create this Word Tree step by step and implement myself into the web system.