@@ -500,10 +500,11 @@ private static void startKnowBrainTest(String path) {
500500 System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t848" ,"t655" ,"t448" ,"t40" ,"t53" ,"t997" ,"t508" ,"t268" ), 10 , false , Algorithm .THREELcoll , null ));
501501 System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t3" ), 10 , false , Algorithm .BLLcoll , null ));
502502 System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t848" ,"t655" ,"t448" ,"t40" ,"t53" ,"t997" ,"t508" ,"t268" ), 10 , false , Algorithm .BLLcoll , null ));
503- System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t3" ), 10 , false , Algorithm .THREEL , null ));
504- System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t848" ,"t655" ,"t448" ,"t40" ,"t53" ,"t997" ,"t508" ,"t268" ), 10 , false , Algorithm .THREEL , null ));
505- System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t3" ), 10 , false , Algorithm .BLL , null ));
506- System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t848" ,"t655" ,"t448" ,"t40" ,"t53" ,"t997" ,"t508" ,"t268" ), 10 , false , Algorithm .BLL , null ));
503+ System .out .println ("Tags for user: " + recEngine .getEntitiesWithLikelihood ("14" , null , Arrays .asList ("t848" ,"t655" ,"t448" ,"t40" ,"t53" ,"t997" ,"t508" ,"t268" ), 10 , false , Algorithm .MP , null ));
504+ //System.out.println("Tags for user: " + recEngine.getEntitiesWithLikelihood("14", null, Arrays.asList("t3"), 10, false, Algorithm.THREEL, null));
505+ //System.out.println("Tags for user: " + recEngine.getEntitiesWithLikelihood("14", null, Arrays.asList("t848","t655","t448","t40","t53","t997","t508","t268"), 10, false, Algorithm.THREEL, null));
506+ //System.out.println("Tags for user: " + recEngine.getEntitiesWithLikelihood("14", null, Arrays.asList("t3"), 10, false, Algorithm.BLL, null));
507+ //System.out.println("Tags for user: " + recEngine.getEntitiesWithLikelihood("14", null, Arrays.asList("t848","t655","t448","t40","t53","t997","t508","t268"), 10, false, Algorithm.BLL, null));
507508 }
508509
509510 // Helpers
0 commit comments