public class InFile extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
convertToLowerCaseByDefault |
BufferedReader |
in |
static boolean |
normalize |
static boolean |
pruneStopSymbols |
static String |
stopSymbols |
Modifier and Type | Method and Description |
---|---|
static List<String> |
aggressiveTokenize(String s) |
void |
close() |
static String |
readFileText(String file) |
static String |
readFileText(String file,
String encoding) |
String |
readLine() |
List<String> |
readLineTokens() |
static List<String> |
tokenize(String s) |
static List<String> |
tokenize(String s,
String delims) |
static String |
vec2str(List<String> surfaceFormsAttribs) |
public static boolean convertToLowerCaseByDefault
public static boolean normalize
public static boolean pruneStopSymbols
public BufferedReader in
public static String stopSymbols
public InFile(String filename)
public String readLine()
public void close()
public static String readFileText(String file) throws IOException
IOException
public static String readFileText(String file, String encoding) throws IOException
IOException
Copyright © 2017. All rights reserved.