dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

a one-liner to enable the use of the RNN parser model #21

Open recski opened 9 years ago

recski commented 9 years ago

added ejml to the list of jars so that it is available for the RNN parser, also added a #-prefixed line to default.properties that can be used to choose the RNN model over the default PCFG

modified:   corenlp.py
modified:   default.properties