bibliographyclassfier.py: a tool to manipulate reference lists
- Usage:
bibliographyclassifier.py confirm <input> [options]
- Options:
- -d, --debug
Enable debug output
- --interactive
Prompt the user to assist in interactive tagging
- -h, --help
Show this screen.
- -v, --version
Show version.
Module Contents
-
bin.bibliographyclassifier.
__author__
= Martin Paul Eve[source]
-
bin.bibliographyclassifier.
__email__
= martin@martineve.com[source]
A class that assists with bibliography classification.
-
class
bin.bibliographyclassifier.
BibliographyClassifier
(global_variables)[source]
Bases: debug.Debuggable
-
linguistic_cues
(self, manipulate, tree)[source]
-
run
(self)[source]
-
unconfirm
(self, p, tree)[source]
-
handle_input
(self, manipulate, opts, p, prompt, sel, tree, text)[source]
-
run_prompt
(self, interactive)[source]
-
bin.bibliographyclassifier.
main
()[source]