https://github.com/kermitt2/grobid
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