How can I extract the common words between two or more paragraphs in php5?
I guess it might work to summarize each text to create a list of highly ranked words
and then compare them.
How can I extract the common words between two or more paragraphs in php5?
Share
I guess the most basic way would be to :
explodeorpreg_splitarray_filter, here, could probably helparray_intersect