Skip to content

Releases: Sprakbanken/citations-app

v0.1.0

10 Jan 12:57
f830e76
Compare
Choose a tag to compare

citation_finder

Installation

pip install git+https://github.com/Sprakbanken/[email protected]

Usage

Citation finder works on corpus objects from the dhlab-package and uses concordances to extract citations.

import citation_finder as cf 
import dhlab as dh 

corpus = dh.Corpus(doctype="digibok")
citations = cf.citation_finder(corpus)