You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by dr...@apache.org on 2017/10/06 18:41:30 UTC

[opennlp] branch master updated (98d6d15 -> d61bc3e)

This is an automated email from the ASF dual-hosted git repository.

druss pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git.


    from 98d6d15  OPENNLP-1139: BilouCodec should use its own constants (#270)
     add d61bc3e  OPENNLP-1133:GISTrainer can use the GaussianSmoother

No new revisions were added by this update.

Summary of changes:
 .../java/opennlp/tools/ml/maxent/GISTrainer.java   | 62 +++++++++++++----
 .../tools/ml/maxent/FootballEventStream.java}      | 57 ++++++----------
 .../opennlp/tools/ml/maxent/GISTrainerTest.java    | 79 ++++++++++++++++++++++
 .../tools/ml/maxent/URLInputStreamFactory.java}    | 22 +++---
 .../resources/opennlp/tools/ml/maxent/football.dat | 14 ++++
 5 files changed, 177 insertions(+), 57 deletions(-)
 copy opennlp-tools/src/{main/java/opennlp/tools/ml/maxent/RealBasicEventStream.java => test/java/opennlp/tools/ml/maxent/FootballEventStream.java} (55%)
 create mode 100644 opennlp-tools/src/test/java/opennlp/tools/ml/maxent/GISTrainerTest.java
 copy opennlp-tools/src/{main/java/opennlp/tools/util/model/ByteArraySerializer.java => test/java/opennlp/tools/ml/maxent/URLInputStreamFactory.java} (71%)
 create mode 100644 opennlp-tools/src/test/resources/opennlp/tools/ml/maxent/football.dat

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].