Skip to content
Snippets Groups Projects
Select Git revision
  • 062f130ce1ad85b2716728f00183b63c4bdb95d8
  • main default protected
  • ugly
  • ml-training
  • the-amazing-obj-refactoring
5 results

stanza-miner.scm

  • stanza-miner.scm 382 B
    (use-modules ((geode packages annotation) #:select (python-stanza))
                 ((geode packages models) #:select (stanza-fr))
                 ((gnu packages python) #:select (python)))
    
    (packages->manifest
      (list
        coreutils ; mktemp for atomic processing, strip CSV headers, general scripting
        python ; scripts
        python-stanza ; annotation
        stanza-fr ; annotation
        ))