Class Classify
- java.lang.Object
-
- org.apache.nutch.parsefilter.naivebayes.Classify
-
public class Classify extends Object
-
-
Constructor Summary
Constructors Constructor Description Classify()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
classify(String line)
static HashMap<String,Integer>
unflattenToHashmap(String line)
-
-
-
Method Detail
-
classify
public static String classify(String line) throws IOException
- Throws:
IOException
-
-