Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Ingerid Ingerid released this 10 Jan 12:57
· 25 commits to main since this release
f830e76

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)