-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
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.jarthat createsLuceneindexes fromout/externalDataintoout/indexes -
analysis.jarthat accepts triples of formpivot,comparison,featureseparated by\nand outputs the same list of triples with appended 0 (not discriminative) or 1 (discriminative). E.gjava -jar analysis.jar --model_name < apple,orange,redis expected to output to standard outapple,orange,red,1 -
api.jarcurrent functionality of thejar, i.e. runs a local instance ofAPI.
Metadata
Metadata
Assignees
Labels
No labels