public class BM25 extends Object
BM25(List<List<String>> docs)
double
sim(List<String> sentence, int index)
double[]
simAll(List<String> sentence)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BM25(List<List<String>> docs)
public double sim(List<String> sentence, int index)
sentence
index
public double[] simAll(List<String> sentence)
Copyright © 2014–2021 码农场. All rights reserved.