https://github.com/kermitt2/grobid
Revision 69e6429548f1c9cdf0c5a7b7e4b725a9795f710e authored by Patrice Lopez on 27 February 2023, 12:38:02 UTC, committed by Patrice Lopez on 27 February 2023, 12:38:02 UTC
1 parent f68a793
Raw File
Tip revision: 69e6429548f1c9cdf0c5a7b7e4b725a9795f710e authored by Patrice Lopez on 27 February 2023, 12:38:02 UTC
update wipo analyser for korean
Tip revision: 69e6429
.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