Closed nomisto closed 9 months ago
Added ability to write rules with the ranker,
e.g.
ranker = RankingHandler(options.get("ranking_handler")) ranker.calculate_ranking(loader) ranker.write_rules(path, loader, direction="tail", as_string=True)
thanks!
Added ability to write rules with the ranker,
e.g.