https://github.com/kermitt2/grobid
Raw File
Tip revision: d6dc744723eb3ad4737ddd78709aa71433f106d7 authored by Vyacheslav Zholudev on 17 December 2015, 14:21:51 UTC
preserving information about new line in the token
Tip revision: d6dc744
.travis.yml
language: java

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