Skip to content

Java program using JGraphX to parse a formatted string into a constituency tree.

Notifications You must be signed in to change notification settings

dwzhou/TreeGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TreeGraphs

A Java program to parse input in the following format: [Root [Child1 [Child of Child1]][Child2]]

Into a syntactic tree such as the following, using JGraphX:

Example tree

About

Java program using JGraphX to parse a formatted string into a constituency tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages