Olamyy / acleanbib

MIT License
6 stars 3 forks source link

not working on examples? #2

Open mjpost opened 4 years ago

mjpost commented 4 years ago

I ran the example by typing

python3 script.py citation-220873086.bib

It prints a message to STDOUT saying that it doesn't match the first paper. Why not? That one is in the Anthology and should return the following bibtex:

@inproceedings{mueller-schuetze-2011-improved,
    title = "Improved Modeling of Out-Of-Vocabulary Words Using Morphological Classes",
    author = "Mueller, Thomas  and
      Schuetze, Hinrich",
    booktitle = "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
    month = jun,
    year = "2011",
    address = "Portland, Oregon, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/P11-2092",
    pages = "524--528",
}
Olamyy commented 4 years ago

Fixed this.

The corresponding title entry for this in the anthology has a . at the end of it so the query was failing since the title wasn't the same.