Skip to content

gorried/hexgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexgraph

HEX Graph implementation for fine grained entity recognition

To use HEXGRAPH:

  1. Specify your graph in the form of a .hxg file. The .hxg format is as follows:

#E# enumerate all the classes in your graph (1 per line)

#X# Put exclusion relationships in this section by listing any number of classes separated by spaces. For example, if a line in this section is "A B C", exclusions [A,B], [A,C], and [B,C] will be added.

#H# Put hierarchy relationships in this section using the format [Superclass]: [space separated list of subclasses]

  1. Specify your class scores. This is done by simply creating a text file with the class name and corresponding score value all on one line.

2a. Specify the raw sentences you are processing by including them in a corresponding directory. This step is optional.

  1. Specify the paths to the score files, graph files, and an output destination in ResultRunner.java.

Run your files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published