if you are interested in generating plurals programmatically in Python you can consider the pattern-en module: http://www.clips.ua.ac.be/pages/pattern-en#pluralization. Alternatively, you can use the inspect module, although not so mighty as the first one: https://pypi.python.org/pypi/inflect. Unfortunately, I didn't find if it is possible to use the Stanford NLP means or NLTK for this purpose.
Best, Alexander
-- Alexander Osherenko, Dr. rer. nat. Senior HCI architect
Founder and R&D Socioware Development <http://www.socioware.de/osherenko_page.html>
Humboldt Innovation <http://www.humboldt-innovation.de/> Humboldt-Universität zu Berlin <http://www.hu-berlin.de/~osherena/>
Profile: ResearchGate <https://www.researchgate.net/profile/Alexander_Osherenko> Channel: LinkedIn <https://www.linkedin.com/pub/alexander-osherenko/1/30a/a74> Channel: Google+ <https://plus.google.com/105305790720313348886>, Google Scholar <https://scholar.google.com/citations?user=q_0QJBoAAAAJ&hl=en> Channel: Youtube <https://www.youtube.com/user/MrOsherenko> Channel: Twitter <https://twitter.com/mrosherenko>
Social interaction, globalization and computer-aided analysis <http://www.springer.com/us/book/9781447162599> at Springer
2016-06-09 23:10 GMT+01:00 Aliya Deri <aderi at isi.edu>:
> Hi!
>
> This is a random request, but does anyone have/know of a corpus of English
> nouns with their plurals? The easily available online resources I've found
> are only for irregular nouns--I want a larger, more representative set.
>
> Something like this:
> friend friends
> mouse mice
> blink blinks
> book books
> octopus octopi
>
> Thanks!
>
> Aliya
>
> _______________________________________________
> UNSUBSCRIBE from this page: http://mailman.uib.no/options/corpora
> Corpora mailing list
> Corpora at uib.no
> http://mailman.uib.no/listinfo/corpora
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/html
Size: 4286 bytes
Desc: not available
URL: <https://mailman.uib.no/public/corpora/attachments/20160610/7ca6c4c1/attachment.txt>