public class Settings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
ignoreSet |
java.lang.String |
sentenceBufferRegex |
java.lang.String[][] |
tokens |
| Constructor and Description |
|---|
Settings(java.lang.String filepath)
Creates a Settings object by loading the configuration from a file.
|
public java.lang.String[][] tokens
public java.lang.String sentenceBufferRegex
public java.lang.String[] ignoreSet
public Settings(java.lang.String filepath)
throws java.io.IOException
filepath - The file to load from.java.io.IOException - in the event that anything prevents file access.