The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Lingua::StanfordCoreNLP

0.03  2011-09-05
	- IDs are now sequential, rather than random.
	  (Non-deterministic IDs are no fun after a
	  a failure in the middle of processing
	  11,000 files (and God knows how many sentences).)
	- Smarter getting of index for governor/dependent
	  in dependencies. (IndexedWord has an, wait for it,
	  index method. I should read javadocs more closely)
	- Dependencies now have full names (e.g. 'prep_of'
	  rather than 'prep').
	  Thanks to Eneko Agirre for the fix.

0.02  2011-07-01
	- Many sanity checks on indexes.
	- Added this file.

0.01  2011-06-30
	- Initial release.