mjpost / bibsearch

Download, manage, and search a BibTeX database.
Other
64 stars 5 forks source link

Custom keys #7

Closed davvil closed 6 years ago

davvil commented 6 years ago

Support for custom keys:

$ /usr/local/opt/python3/bin/python3 ./bibsearch.py search matt post wmt
[weese11_joshua] Weese, Jonathan and Ganitkevitch, Juri and Callison-
  Burch, Chris and Post, Matt and Lopez, Adam "Joshua 3.0: Syntax-
  based Machine Translation with the Thrax Grammar Extractor", WMT
  2011

[callison-burch12_findings] Callison-Burch, Chris and Koehn, Philipp
  and Monz, Christof and Post, Matt and Soricut, Radu and Specia,
  Lucia "Findings of the 2012 Workshop on Statistical Machine
  Translation", WMT 2012

[ganitkevitch12_joshua] Ganitkevitch, Juri and Cao, Yuan and Weese,
  Jonathan and Post, Matt and Callison-Burch, Chris "Joshua 4.0:
  Packing, PRO, and Paraphrases", WMT 2012

...

User defined keys can be specified with the key command.

In addition: better support for events and better text formatting (expand TeX commands).