| Package | Description |
|---|---|
| edu.umass.cs.mallet.projects.seg_plus_coref.condclust.tui | |
| edu.umass.cs.mallet.projects.seg_plus_coref.coreference |
| Modifier and Type | Method and Description |
|---|---|
IEInterface |
PairwiseClustererTUI.loadIEInterface()
if useCRF==true, load the CRF and create a IEInterface object to
be used during coref
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList[] |
PairwiseClustererTUI.createNodesFromFiles(String[] dirNames,
IEInterface ieInterface,
String type)
Read citation files and create nodes
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CitationUtils.addAuthorsFromLine(String str,
ArrayList nodes,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi) |
static void |
CitationUtils.addPaperFromLine(String str,
ArrayList nodes,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi) |
static void |
CitationUtils.addVenuesFromLine(String str,
ArrayList nodes,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi) |
protected static ArrayList |
BenCitationTUINoSeg.computeNodes(ArrayList trainFileArray,
IEInterface ieInterface) |
protected static ArrayList |
BenCitationTUINoSeg.computeNodes(ArrayList trainFileArray,
IEInterface ieInterface,
boolean useCRFLocal) |
static ArrayList |
CitationUtils.computeNodes(ArrayList trainFileArray,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi) |
static ArrayList |
CitationUtils.computeNodes(ArrayList trainFileArray,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi,
String nodeType)
Build nodes with labels corresponding to cluster ids.
|
protected static ArrayList |
BenCitationTUINoSeg.computeNodesWPubs(ArrayList trainFileArray,
ArrayList publications,
IEInterface ieInterface) |
protected static ArrayList |
BenCitationTUINoSeg.computeNodesWPubs(ArrayList trainFileArray,
ArrayList publications,
IEInterface ieInterface,
boolean useCRFLocal) |
protected static ArrayList |
CitationUtils.computeNodesWPubs(ArrayList trainFileArray,
ArrayList publications,
IEInterface ieInterface,
boolean useCRFLocal,
int numNBest,
int nthViterbi) |
static ArrayList |
CitationUtils.computeNodesWPubs(ArrayList trainFileArray,
ArrayList publications,
IEInterface ieInterface,
int numNBest,
int nthViterbi) |
| Constructor and Description |
|---|
AuthorCitation(String s,
Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse) |
Citation(String s,
Object label,
int index,
IEInterface ieInterface) |
Citation(String s,
Object label,
int index,
IEInterface ieInterface,
int n) |
Citation(String s,
Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse) |
PaperCitation(String s,
Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse) |
VenueCitation(String s,
Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.