Advanced text search in actionscript-return ALL nouns,adjectives and verbs..
Posted
by eco_bach
on Stack Overflow
See other posts from Stack Overflow
or by eco_bach
Published on 2010-03-12T22:17:51Z
Indexed on
2010/03/12
23:07 UTC
Read the original article
Hit count: 200
Hi I know that as3 has some powerful new text search capabilities, especially when combined with regex.
I don't even know if this is possible, but I would like to somehow, search any block of text, and return all nouns, adjectives and verbs.
What would be the best(most efficent) way to do this? Is regex an option? or would I have to load in some sort of open sourced dictionary 9as used in spellcheckers) to compare with or??
After, I've pulled all the nouns, adjectives and verbs, I need to count and prioritize by their frequency.
Any suggestions welcome...
© Stack Overflow or respective owner