langsci / pypi

Packages for the Python Package index
2 stars 1 forks source link

normalizebib.py fails when no title is given in entry #20

Closed kopeckyf closed 3 years ago

kopeckyf commented 3 years ago

normalizebib.py returns an error when a bib titem does not have a title. These errors are probably always due to bad data quality. Example entry:

@book{Kleinewillinghöfer2014,
    address = {Tula-Waja group},
    author = {Kleinewillinghöfer, Ulrich},
    note = {Cologne, ms.},
    publisher = {100-Wordlist},
    sortname = {Kleinewillinghofer, Ulrich},
    year = {2014}
}