Hello community
Since drupals' major work is manage text, it is a great opportunity for me to apply a large theory that I've learn processing text with computer. Let me explain you my idea.
Basically my idea is use Artificial intelligence to categorize text based on similarities, this mean that it will learn from previous text as examples.
This can be useful for suggest categories, tags or anything else to new text when it is written.
My idea is not clear yet, but I have something in mind which show links to similar text (similarity is computed using http://en.wikipedia.org/wiki/Data_clustering).
What the folk think of my proposal (and also what do you think on what I said about suggest tags or categories)?
Comments
Saddor
Any feedback for this proposal?
speed
would it be fast enough written in PHP?
fast
I don't understand your query, do you mean if it will have a small computing time?
If that is what you mean the answer is yes, since it will only use small set of "features".
I have some examples built-in, take a look in http://www.phpclasses.org/browse/package/4236.html (require login). It will work in a similar (not equal) way.
regards