kyf

Results 2 comments of kyf

I also need to predict string data...

@uugan hi,I write a simple code, input feature String List and model path ,return predict result public static List predict(List texts,String modelPath){ CrfTagger crfTagger = new CrfTagger(modelPath); List taggedSentences =...