GrammarScope  4.0.0
Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions | List of all members
grammarscope.server.io.print.TreePrinter Class Reference
Collaboration diagram for grammarscope.server.io.print.TreePrinter:
Collaboration graph
[legend]

Static Public Member Functions

static String treeToStringAlt (final Tree tree, final long format)
 
static String treeGraphToString (final Tree tree, final long format)
 
static String grammaticalStructureToString (final GrammaticalStructure grammaticalStructure, final long format)
 
static String grammaticalStructureLeavesToString (final GrammaticalStructure grammaticalStructure, final long format)
 

Static Public Attributes

static final char LEAF_TAG1 = '['
 
static final char LEAF_TAG2 = ']'
 
static final char SCORE_TAG1 = '|'
 
static final char SCORE_TAG2 = '|'
 
static final NumberFormat SCORE_FORMAT = new DecimalFormat("0.000")
 
static final long WORD = 0x00000001
 
static final long VALUE = 0x00000002
 
static final long INDEX = 0x00000004
 
static final long ANNOTATIONS = 0x00000008
 
static final long ALL_ANNOTATIONS = 0x00000010
 
static final long SCORE = 0x10000000
 
static final long COLLAPSE = 0x20000000
 
static final long TAG_LEAVES = 0x40000000
 
static final long FULL = VALUE | INDEX | ANNOTATIONS | SCORE
 

Private Member Functions

 TreePrinter ()
 

Static Private Member Functions

static StringBuffer appendNode (final StringBuffer sb, final Tree tree, final long format)
 
static StringBuffer appendLabel (final StringBuffer sb, final Label label, final boolean isLeaf, final long format)
 
static StringBuffer appendScore (final StringBuffer sb, final Tree tree)
 
static StringBuffer appendIndex (final StringBuffer sb, final Label label)
 
static StringBuffer appendAnnotations (final StringBuffer sb, final Label label)
 
static StringBuffer appendAnnotationsFull (final StringBuffer sb, final Label label)
 
static StringBuffer indent (final StringBuffer sb, final int n)
 
static StringBuffer appendTree (final StringBuffer sb, final Tree tree, final int indentLevel, final boolean hasNullParentLabel, final boolean isFirstSibling, final boolean isLeftSiblingPreTerminal, final boolean isTopLevel, final long format)
 
static StringBuffer appendTree1 (final StringBuffer sb, final Tree tree, final long format)
 

Detailed Description

Common utilities

Author
Stanford Parser authors
Bernard Bou [1313o.nosp@m.u@gm.nosp@m.ail.c.nosp@m.om]

Constructor & Destructor Documentation

◆ TreePrinter()

grammarscope.server.io.print.TreePrinter.TreePrinter ( )
private

Member Function Documentation

◆ appendAnnotations()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendAnnotations ( final StringBuffer  sb,
final Label  label 
)
staticprivate

Append label's annotations to string sb

Parameters
sbstring sb
labellabel
Returns
input string sb

◆ appendAnnotationsFull()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendAnnotationsFull ( final StringBuffer  sb,
final Label  label 
)
staticprivate

Append label's annotations to string sb as per penString format

Parameters
sbstring sb
labellabel
Returns
input string sb

◆ appendIndex()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendIndex ( final StringBuffer  sb,
final Label  label 
)
staticprivate

Append label index (if any ) to string sb as per format

Parameters
sbstring sb
labellabel
Returns
input string sb

◆ appendLabel()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendLabel ( final StringBuffer  sb,
final Label  label,
final boolean  isLeaf,
final long  format 
)
staticprivate

Append label to string sb as per format

Parameters
sbstring sb
labellabel
isLeafwhether this is a leaf
formatformat
Returns
input string sb

◆ appendNode()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendNode ( final StringBuffer  sb,
final Tree  tree,
final long  format 
)
staticprivate

Append label to string sb as per format

Parameters
sbstring sb
treetree
formatformat
Returns
input string sb

◆ appendScore()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendScore ( final StringBuffer  sb,
final Tree  tree 
)
staticprivate

Append score

Parameters
sbstring sb
treetree
Returns
input string sb

◆ appendTree()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendTree ( final StringBuffer  sb,
final Tree  tree,
final int  indentLevel,
final boolean  hasNullParentLabel,
final boolean  isFirstSibling,
final boolean  isLeftSiblingPreTerminal,
final boolean  isTopLevel,
final long  format 
)
staticprivate

Append node to StringBuffer, implementing Penn Treebank style layout

Parameters
sbStringBuffer
treetree
indentLevelindent level
hasNullParentLabelwhether parent label is null
isFirstSiblingwhether tree is first sibling
isLeftSiblingPreTerminalwhether tree is left sibling preterminal
isTopLevelwhether tree is top level
formatformat guidelines
Returns
input string sb

◆ appendTree1()

static StringBuffer grammarscope.server.io.print.TreePrinter.appendTree1 ( final StringBuffer  sb,
final Tree  tree,
final long  format 
)
staticprivate

Append tree to string sb (no line break)

Parameters
sbstring sb
treetree
formatformat guidelines
Returns
input string sb

◆ grammaticalStructureLeavesToString()

static String grammarscope.server.io.print.TreePrinter.grammaticalStructureLeavesToString ( final GrammaticalStructure  grammaticalStructure,
final long  format 
)
static

String for grammatical structure

Parameters
grammaticalStructuregrammatical structure
formatformat
Returns
grammatical structure string

◆ grammaticalStructureToString()

static String grammarscope.server.io.print.TreePrinter.grammaticalStructureToString ( final GrammaticalStructure  grammaticalStructure,
final long  format 
)
static

String for grammatical structure

Parameters
grammaticalStructuregrammatical structure
formatformat
Returns
grammatical structure string

◆ indent()

static StringBuffer grammarscope.server.io.print.TreePrinter.indent ( final StringBuffer  sb,
final int  n 
)
staticprivate

Indent

Parameters
sbbuilder string sb
nnumber of indents
Returns
input string sb

◆ treeGraphToString()

static String grammarscope.server.io.print.TreePrinter.treeGraphToString ( final Tree  tree,
final long  format 
)
static

String for treegraph

Parameters
treetree graph
formatformat
Returns
treegraph string

◆ treeToStringAlt()

static String grammarscope.server.io.print.TreePrinter.treeToStringAlt ( final Tree  tree,
final long  format 
)
static

String for tree (after pennstring())

Parameters
treetree
formatguidelines
Returns
tree string

Member Data Documentation

◆ ALL_ANNOTATIONS

final long grammarscope.server.io.print.TreePrinter.ALL_ANNOTATIONS = 0x00000010
static

All annotations bit in composite format

◆ ANNOTATIONS

final long grammarscope.server.io.print.TreePrinter.ANNOTATIONS = 0x00000008
static

Annotation bit in composite format

◆ COLLAPSE

final long grammarscope.server.io.print.TreePrinter.COLLAPSE = 0x20000000
static

Collapse bit in composite format

◆ FULL

final long grammarscope.server.io.print.TreePrinter.FULL = VALUE | INDEX | ANNOTATIONS | SCORE
static

Bit in composite format

◆ INDEX

final long grammarscope.server.io.print.TreePrinter.INDEX = 0x00000004
static

Index bit in composite format

◆ LEAF_TAG1

final char grammarscope.server.io.print.TreePrinter.LEAF_TAG1 = '['
static

Left leaf tag

◆ LEAF_TAG2

final char grammarscope.server.io.print.TreePrinter.LEAF_TAG2 = ']'
static

Right leaf tag

◆ SCORE

final long grammarscope.server.io.print.TreePrinter.SCORE = 0x10000000
static

Score bit in composite format

◆ SCORE_FORMAT

final NumberFormat grammarscope.server.io.print.TreePrinter.SCORE_FORMAT = new DecimalFormat("0.000")
static

Score format

◆ SCORE_TAG1

final char grammarscope.server.io.print.TreePrinter.SCORE_TAG1 = '|'
static

Left Score tag

◆ SCORE_TAG2

final char grammarscope.server.io.print.TreePrinter.SCORE_TAG2 = '|'
static

Right score tag

◆ TAG_LEAVES

final long grammarscope.server.io.print.TreePrinter.TAG_LEAVES = 0x40000000
static

Tag leaves bit in composite format

◆ VALUE

final long grammarscope.server.io.print.TreePrinter.VALUE = 0x00000002
static

Value bit in composite format

◆ WORD

final long grammarscope.server.io.print.TreePrinter.WORD = 0x00000001
static

Word bit in composite format


The documentation for this class was generated from the following file: