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

Split existing JAR #22

Open
ab-10 opened this issue Nov 29, 2018 · 0 comments
Open

Split existing JAR #22

ab-10 opened this issue Nov 29, 2018 · 0 comments

Comments

@ab-10
Copy link
Owner

ab-10 commented Nov 29, 2018

Currently there's one large jar file generated by the Maven build, running which runs a local API instance.
Instead there should be 3 jar files generated as a result of build into out folder:

  • indexation.jar that creates Lucene indexes from out/externalData into out/indexes

  • analysis.jar that accepts triples of form pivot,comparison,feature separated by \n and outputs the same list of triples with appended 0 (not discriminative) or 1 (discriminative). E.g java -jar analysis.jar --model_name < apple,orange,red is expected to output to standard out apple,orange,red,1

  • api.jar current functionality of the jar, i.e. runs a local instance of API.

@ab-10 ab-10 added this to the Model is Reproducable milestone Nov 29, 2018
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

1 participant