https://github.com/searchivarius/clearnlp-clearnlp-2.0.2.mod
A patched clearnlp 2.0.2
https://github.com/searchivarius/clearnlp-clearnlp-2.0.2.mod
Last synced: about 1 month ago
JSON representation
A patched clearnlp 2.0.2
- Host: GitHub
- URL: https://github.com/searchivarius/clearnlp-clearnlp-2.0.2.mod
- Owner: searchivarius
- License: other
- Created: 2015-11-28T19:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T04:19:05.000Z (over 9 years ago)
- Last Synced: 2025-03-17T18:19:57.189Z (about 2 months ago)
- Language: Java
- Size: 798 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.Apache
Awesome Lists containing this project
README
ClearNLP (2.0.2) patched
=============
A patched clearnlp 2.0.2 (see info below). The patch prevents NULL-pointer exception thrown by a semantic role labeler. Modified Java files: [EnglishSRLabeler.java](src/main/java/com/clearnlp/component/srl/EnglishSRLabeler.java)
and [DEPLibEn.java](src/main/java/com/clearnlp/dependency/DEPLibEn.java)ClearNLP
=============The ClearNLP project provides fast and robust NLP components implemented in Java. The project has been developed at:
* The Information Extraction and Synthesis Laboratory (IESL) at the University of Massachusetts Amherst (09.2012 - 04.2013, 11.2013 - Present).
* The IPSoft Inc. (05.2013 - 10.2013).
* The Center for Computational Language and EducAtion Research (CLEAR) at the University of Colorado Boulder (09.2009 - 08.2012).
~