in reply to Re^2: Problem with a text-parsing regex
in thread Problem with a text-parsing regex

The NLP modules are generally found in the "Lingua" namespace - most of the various part-of-speech taggers, lemmatizers, stemmers etc. have a Perl implementation.

Some examples:
Lingua::EN::Tagger
Lingua::TreeTagger
Lingua::FreeLing3
Lingua::EN::SENNA
Lingua::CollinsParser
Lingua::BrillTagger

If you are going to do further NLP type analysis they are worth looking into.

  • Comment on Re^3: Problem with a text-parsing regex