Skip to content

andreavarga/neeleval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neeleval

#Microposts2014 NEEL Challenge Evaluation Framework

Prerequisites
  • Java v1.6+
  • Maven v3+
Evaluate: compute F1, R, P figures

java -cp neeleval.jar neeleval.Evaluate GS TS

where:

  • GS (Gold Standard) tab separated file. Each line should contain i) tweetid, entityMention1, entityURI1, ... , entityMentionN, entityURIN
  • TS (Test Set) tab separated file. Each line should contain i) tweetid, entityMention1, entityURI1, ... , entityMentionN, entityURIN

outputs:

  • precision, recall, and F1
Redirect: resolve ann redirects

java -cp neeleval.jar neeleval.ResolveRedirect TS /path/where/to/save/TS/with/redirects

where:

  • TS (Test Set) tab separated file. Each line should contain i) tweetid, entityMention1, entityURI1, ... , entityMentionN, entityURIN
  • TS (Test Set) which contains all redirects (where needed)

About

#Microposts2014 NEEL Challenge Evaluation Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published