legacy: BibClassify port to classifier
- INCOMPATIBLE Removes legacy BibClassify module. (addresses #3233)
- INCOMPATIBLE Refactors the entire classifier module to focus only on providing an interface to extract keywords from documents and strings. E.g. removal of webinterface, old CLI tool, deamon and database models.
- NOTE Renames the main API functions to extract keywords to be: get_keywords_from_local_file() and get_keywords_from_text().
Signed-off-by: Jan Aage Lavik <jan.age.lavik@cern.ch>