📄 wekaindex.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -