https://github.com/kermitt2/grobid
Revision ffc34c62b8106f771015b6a6721aa03238f54942 authored by Vyacheslav Zholudev on 17 December 2015, 14:21:51 UTC, committed by Vyacheslav Zholudev on 17 December 2015, 14:25:31 UTC
fixing a bug where citation marker was empty and the loop were causing OOM


Former-commit-id: cc4024130c2b69272d1bbf04ce8a30ca066efa4c
1 parent 4832fd2
Raw File
Tip revision: ffc34c62b8106f771015b6a6721aa03238f54942 authored by Vyacheslav Zholudev on 17 December 2015, 14:21:51 UTC
preserving information about new line in the token
Tip revision: ffc34c6
.travis.yml
language: java

after_success:
  - mvn clean cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report
back to top