Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
3.1.0
-
None
Description
If we want to use dependency representations as features in tree kernel methods, we need to convert it into a tree structure. Since we use SimpleTree and its toString() method for constituency trees, if we can convert dependency structures into SimpleTree we can make the code for different structures look similar.