Class WikipediaEntity
- java.lang.Object
-
- de.julielab.genemapper.disambig.wikipedia.WikipediaEntity
-
public class WikipediaEntity extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBestMatchingScore()StringgetBestMatchingTitle()List<String>getEntities()List<String>getMentionedWikipediaEntities()floatgetScore()The Lucene score of this Wikipedia page with respect to the searched entity string.StringgetTitle()booleanisTitleHasUnspecificArticle()booleanisTitleMentionedInPlural()StringtoString()
-
-
-
Method Detail
-
getScore
public float getScore()
The Lucene score of this Wikipedia page with respect to the searched entity string.- Returns:
- The score of this page.
-
getBestMatchingTitle
public String getBestMatchingTitle()
-
getBestMatchingScore
public double getBestMatchingScore()
-
isTitleHasUnspecificArticle
public boolean isTitleHasUnspecificArticle()
-
getTitle
public String getTitle()
-
isTitleMentionedInPlural
public boolean isTitleMentionedInPlural()
-
-