Advanced text search in actionscript-return ALL nouns,adjectives and verbs..
- by eco_bach
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...