Package | Description |
---|---|
it.uniroma2.sag.kelp.data.representation.tree.utils |
Modifier and Type | Method and Description |
---|---|
protected TreeNode |
TreeIO._parseCharniakSentence(String sentence,
TreeNode father,
Integer nodeCounter)
This recursive function allows to read the tree encoded in a string in
the parentheses form, such as (S(NP)(VP))
|
TreeNode |
TreeIO.parseCharniakSentence(String sentence)
This method allows to read a tree in the form (S(NP)(VP)) and returns the TreeNode
corresponding to the root of the tree
|
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.