https://github.com/kermitt2/grobid
Raw File
Tip revision: 1db7b1574f85be7f6dab1ccb49c0c70f92eba359 authored by tantikristanti on 09 June 2020, 14:38:20 UTC
call createTrainingSegmentation method in batch processing
Tip revision: 1db7b15
.editorconfig
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4

[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.avsc,*.json}]
indent_style=space
indent_size=2

[{*.ddl,*.sql}]
indent_style=space
indent_size=2

[*.less]
indent_style=space
indent_size=2

[*.md]
insert_final_newline=true

[{*.yml,*.yaml}]
indent_style=space
indent_size=2

[GrobidRestProcessString.java]
indent_style=tab
back to top