Skip to content

Used to extract entities from the BIBFRAME-XML for purposes of enrichment from external sources

Notifications You must be signed in to change notification settings

htrc/Metadata-bibframe-entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala CI codecov GitHub release (latest SemVer including pre-releases)

Metadata-bibframe-entities

Used to extract entities from the BIBFRAME-XML for purposes of enrichment from external sources

Build

  • To generate a package that can be invoked via a shell script, run:
    sbt stage
    then find the result in target/universal/stage/ folder.
  • To generate a distributable ZIP package, run:
    sbt dist
    then find the result in target/universal/ folder.

Run

bibframe-entities
  -l, --log-level  <LEVEL>    (Optional) The application log level; one of INFO,
                              DEBUG, OFF (default = INFO)
  -n, --num-partitions  <N>   (Optional) The number of partitions to split the
                              input set of HT IDs into, for increased
                              parallelism
  -o, --output  <DIR>         Write the output to DIR
      --spark-log  <FILE>     (Optional) Where to write logging output from
                              Spark to
  -h, --help                  Show help message
  -v, --version               Show version of this program

 trailing arguments:
  input (required)   The path to the folder containing the Bibframe XML sequence
                     files to process

About

Used to extract entities from the BIBFRAME-XML for purposes of enrichment from external sources

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages