Skip to content
Snippets Groups Projects
Commit 73734174 authored by Alice Brenon's avatar Alice Brenon
Browse files

Deactivate dirty local dependencies unneeded for The Big Stanza Heist

parent 99590a15
No related branches found
No related tags found
No related merge requests found
......@@ -9,23 +9,23 @@
((gnu packages python-xyz) #:select (python-beautifulsoup4))
((gnu packages xml) #:select (python-lxml)))
(define python-edda (load "/home/alice/Logiciel/python-edda/guix.scm"))
(define edda-clinic (load "/home/alice/Logiciel/EDdAClinic/guix.scm"))
(define ghc-geode (load "/home/alice/Logiciel/ghc-geode/guix.scm"))
;(define python-edda (load "/home/alice/Logiciel/python-edda/guix.scm"))
;(define edda-clinic (load "/home/alice/Logiciel/EDdAClinic/guix.scm"))
;(define ghc-geode (load "/home/alice/Logiciel/ghc-geode/guix.scm"))
(packages->manifest
(list
coreutils ; mktemp for atomic processing, strip CSV headers, general scripting
edda-clinic ; fix and cut the EDdA
;edda-clinic ; fix and cut the EDdA
gcc-toolchain ; running haskell
ghc ; running haskell
ghc-cassava ; working with CSV in haskell
ghc-geode ; handling corpus files
;ghc-geode ; handling corpus files
ghc-hs-conllu ; working on syntax-annotated documents
ghc-hxt ; working on xml documents
python ; scripts
python-beautifulsoup4 ; extract EDdA metadata from TEI files
python-edda ; TODO
;python-edda ; TODO
python-lxml ; fusion articles into tomes for TXM
python-pandas ; working with CSV in python
python-stanza ; annotation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment