Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://gitlab.inria.fr/abrenon/soprano
25 November 2025, 14:44:58 UTC
  • Code
  • Branches (5)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/improveSegmenter
    • refs/heads/linesClustering
    • refs/heads/main
    • refs/tags/0.2.0.0
    • refs/tags/0.2.0.1
    No releases to show
  • 5709fd9
  • /
  • guix.scm
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:abe4f0daf0d9efa91229c85bc87fc77da93544d5
origin badgedirectory badge
swh:1:dir:5709fd9134a64c18361f50e41c2ca0632d54953d
origin badgerevision badge
swh:1:rev:3fc6efcf5444dee0c690d4d57aab06a50593ad8a
origin badgesnapshot badge
swh:1:snp:235f189b7a0afe1c603f91409dcaa1dea9b3b0eb

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 3fc6efcf5444dee0c690d4d57aab06a50593ad8a authored by Alice Brenon on 25 November 2025, 13:33:00 UTC
Switch license to GPLv3 (https://www.gnu.org/licenses/gpl.html)
Tip revision: 3fc6efc
guix.scm
(use-modules ((gnu packages haskell-xyz) #:select (ghc-edit-distance
                                                   ghc-optparse-applicative
                                                   ghc-pipes
                                                   ghc-roman-numerals
                                                   ghc-xml))
             ((guix build-system haskell) #:select (haskell-build-system))
             ((guix gexp) #:select (local-file))
             ((guix git-download) #:select (git-predicate))
             ((guix licenses) #:select (bsd-3))
             ((guix packages) #:select (package)))

(let
  ((%source-dir (dirname (current-filename))))
  (package
    (name "soprano")
    (version "devel")
    (source
      (local-file %source-dir
                  #:recursive? #t
                  #:select? (git-predicate %source-dir)))
    (build-system haskell-build-system)
    (inputs (list ghc-edit-distance ghc-pipes ghc-roman-numerals ghc-xml
                  ghc-optparse-applicative))
    (home-page "https://gitlab.huma-num.fr/disco-lge/soprano")
    (synopsis "A tool to extract textual content from ALTO files")
    (description
     "Soprano is a tool developed for project GÉODE
(@xref{https://geode-project.github.io/}) which studies the geographic discourse
in encyclopedias. It was desiged to extract encyclopedia articles from OCRed
pages represented by a set of ALTO files.

It lets one apply various filtering in the process, for instance specifying the
type of ALTO blocks to retain or setting a quality threshold on OCR recognition.
Articles can be output in raw text or encoded in XML-TEI.")
    (license bsd-3)))

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API