Skip to content

macalinao/stanford-corenlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford CoreNLP
Stanford's Suite of NLP Tools
-----------------------------

Copyright (c) 2009-2012 The Board of Trustees of 
The Leland Stanford Junior University. All Rights Reserved.

DOCUMENTATION

Please look at the URL below for documention for Stanford CoreNLP:

  http://http://nlp.stanford.edu/software/corenlp.shtml

LICENSE

//
// StanfordCoreNLP -- a suite of NLP tools
// Copyright (c) 2012 The Board of Trustees of 
// The Leland Stanford Junior University. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
//
// For more information, bug reports, fixes, contact:
//    Christopher Manning
//    Dept of Computer Science, Gates 1A
//    Stanford CA 94305-9010
//    USA
//

CHANGES

This section summarizes changes between released versions of the suite.

2012-03-09      1.3.1   Now supports caseless models (available as DLC)

2011-12-16      1.3.0   Threadsafe!
                        Bugs in time annotation fixed

2011-09-14      1.2.0   Time expression recognizer added to ner annotator
                        Output bugfixes
                        Parser can now substitute for tagger

2011-06-19      1.1.0   Improved coref release

2011-05-15      1.0.4   More efficient dcoref data structure
                        Supports already-tokenized input text

2011-04-17      1.0.3   Compatible with other releases 
                        Support loading arbitrary annotators
                        Tagger bug fixes, such as "EOS" token

2010-11-11      1.0.2   Remove wn.jar

2010-11-11      1.0.1   Add xml removal

2010-10-07	1.0	Initial release

About

Github mirror of Stanford CoreNLP by Stanford NLP team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages