term frequency using java program

后端 未结 2 1818
南方客
南方客 2020-12-11 22:44

I have set of documents. I want to know the frequency count of each word in each document (i.e) term frequency using java program. thanks in advance. I know how to find the

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-11 23:11

    If it's more than a one time problem to solve, you should consider using Lucene to index your documents. Then this post would help you answer your question.

提交回复
热议问题