wekaindex.java

来自「用过weka的知道,它需要特定的数据格式,如果对这种格式的做索引,效率会更高.这」· Java 代码 · 共 21 行

JAVA
21
字号
/* * WekaInvertedIndex.java * * Created on 19 de noviembre de 2003, 0:15 */package com.ainetsolutions.nlp.utils.ir;import java.util.*;import java.io.*;import java.util.Enumeration;import ir.vsr.*;import weka.core.*;import ir.utilities.*;import ir.classifiers.*;/** This class provides facilities to create inverted index with the IR tool * from Raymond Mooney and then convert them to weka classifying the documents  * acording the directory where they are stored or even other criteria. * * @author  Jos

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?