⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wekaindex.java

📁 用过weka的知道,它需要特定的数据格式,如果对这种格式的做索引,效率会更高.这个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 + -