https://github.com/kermitt2/grobid
Raw File
Tip revision: d6d6a8f79941e12dfadfb57f80dc36d0e5ca8cbb authored by lopez on 21 April 2020, 02:44:57 UTC
add a feature in fulltext model for superscript tokens
Tip revision: d6d6a8f
.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