|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.io.loaders.DocLoad
public class DocLoad
| Constructor Summary | |
|---|---|
DocLoad()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
loadWords(java.lang.String filename)
|
static ParsePhraseResult |
parsePhrase(java.lang.String content,
int startPos)
|
static ParseWordResult |
parsePOSWordPair(java.lang.String content,
int position)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocLoad()
| Method Detail |
|---|
public static java.util.List<java.lang.String> loadWords(java.lang.String filename)
public static ParsePhraseResult parsePhrase(java.lang.String content,
int startPos)
startPos - Index of the opening bracket '[' of this [PhraseType
(POS Word) ... (POS Word) ] sequence.
public static ParseWordResult parsePOSWordPair(java.lang.String content,
int position)
position - Index of the opening paren '(' of this (POS Word)
pair.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||