https://github.com/kermitt2/grobid
Raw File
Tip revision: 5af9f78d75d382b0f4fcee6f47e113e048cbb50f authored by kermitt2 on 24 December 2015, 22:03:22 UTC
Fix synchronization issue due to a starting block without LayoutTokens
Tip revision: 5af9f78
.travis.yml
language: java

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