Skip to content

Commit

Permalink
default config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Jan 29, 2024
1 parent 2d90904 commit d8fe160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public StringBuilder toTEIHeader(BiblioItem biblio,
// a dummy publicationStmt is still necessary according to TEI
tei.append("\t\t\t\t<publisher/>\n");
}


// We introduce something more meaningful with TEI customization to encode copyrights information:
// - @copyrightsOwner with value "publisher", "authors", "unknown"
Expand Down
12 changes: 6 additions & 6 deletions grobid-home/config/grobid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ grobid:

- name: "copyright"
# at this time, we only have a DeLFT implementation,
# use crf if the deep learning library JNI is not available and model will then be ignored
engine: "delft"
#engine: "crf"
# use "wapiti" if the deep learning library JNI is not available and model will then be ignored
#engine: "delft"
engine: "wapiti"
delft:
# deep learning parameters
architecture: "gru"
Expand All @@ -273,9 +273,9 @@ grobid:

- name: "license"
# at this time, must always be DeLFT, not other implementation
# use crf if the deep learning library JNI is not available and model will then be ignored
engine: "delft"
#engine: "crf"
# use "wapiti" if the deep learning library JNI is not available and model will then be ignored
#engine: "delft"
engine: "wapiti"
delft:
# deep learning parameters
architecture: "gru"
Expand Down

0 comments on commit d8fe160

Please sign in to comment.