public class DTree extends ArrayList<DNode>
This follows CoNLL-X shared task: Multi-Lingual Dependency Parsing Format
Created by Maochen on 12/8/14.
modCount| Constructor and Description |
|---|
DTree() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(DNode node) |
String |
getOriginalSentence() |
DNode |
getPaddingNode() |
List<DNode> |
getRoots() |
String |
getSentenceType() |
UUID |
getUUID() |
void |
setOriginalSentence(String originalSentence) |
void |
setSentenceType(String sentenceType) |
void |
setUUID(UUID id) |
String |
toString() |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic String toString()
toString in class AbstractCollection<DNode>public boolean add(DNode node)
public DNode getPaddingNode()
public UUID getUUID()
public void setUUID(UUID id)
public String getOriginalSentence()
public void setOriginalSentence(String originalSentence)
public String getSentenceType()
public void setSentenceType(String sentenceType)
Copyright © 2016. All rights reserved.