Skip to content

Commit

Permalink
Added reference
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi-ishio committed Oct 24, 2022
1 parent 780b42f commit a48eb19
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/ncdsearch/postfilter/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@
import ncdsearch.postfilter.strategy.Shortest;



/**
* This is an experimental implementation of post-filtering
* developed for a research paper (written in Japanese).
* DOI: 10.14923/transinfj.2020JDL8009
*
* This program takes as input a JSON file created by SearchMain and
* apply clustering-based filtering to the result.
*
*/
public class Main {
private static String clusteringStrategy = "EXGA";
private static String distanceAlgorithm = "lzjd";
Expand Down

0 comments on commit a48eb19

Please sign in to comment.