Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extractBib property in Bootstrapping ignored when input files are txt instead of pdf #79

Open
bolandka opened this issue Nov 25, 2015 · 1 comment
Assignees

Comments

@bolandka
Copy link
Member

General question: should I fix this in the Bootstrapping class or would we like to allow chaining algorithms via json calls?

I.e. call algorithm A, apply algorithm B on its output.
This way, we could, for example, allow for learning patterns and directly resolving the generated textual references without writing an extra class calling these classes one after another.
ApplyPatternAndResolve could be used this way, too, I'm moving the Resolve part to a separate class, anyway (to allow for the learning and resolving thing and to allow for calling the Resolver separately). Might be nicer to allow chaining than to write x classes for each combination of calls.

@kba @Dommii: What do you think?

@bolandka bolandka self-assigned this Nov 25, 2015
@bolandka bolandka added this to the asap after SWIB milestone Nov 25, 2015
@kba
Copy link
Contributor

kba commented Nov 25, 2015

Good point to raise, I guess, there are more instances of such questions (e.g. on-demand indexing). I think we should best discuss this soon and decide on a pattern, whether we want to delegate algorithm chaining to the user or find a scalable, reusable way for sub-executions in the algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants