https://github.com/kermitt2/grobid
Raw File
Tip revision: 046dd98f8ecc16347e37adefe48bd5357627e513 authored by tantikristanti on 14 April 2020, 15:49:06 UTC
Test the dummy model in monograph model branch. The built monograph model labels each instance in a collection of instances that are equipped with features. However, the dummy model sends <dummy> without text.
Tip revision: 046dd98
.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