| Package | Description |
|---|---|
| org.aksw.simba.bengal.triple2nl | |
| org.aksw.simba.bengal.triple2nl.gender |
| Modifier and Type | Field and Description |
|---|---|
private GenderDetector |
TripleConverter.genderDetector |
| Modifier and Type | Method and Description |
|---|---|
void |
TripleConverter.setGenderDetector(GenderDetector genderDetector) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreNLPGenderDetector |
class |
DelegateGenderDetector
A delegating gender detector that goes through all given detectors until a
gender was found.
|
class |
DictionaryBasedGenderDetector
Detects the gender based on two lists of common names for male and female.
|
class |
GenderAPIGenderDetector
Returns the gender of a name by using Gender API at https://gender-api.com/
|
class |
TypeAwareGenderDetector |
| Modifier and Type | Field and Description |
|---|---|
private GenderDetector |
TypeAwareGenderDetector.genderDetector |
| Modifier and Type | Field and Description |
|---|---|
private List<GenderDetector> |
DelegateGenderDetector.detectors |
| Constructor and Description |
|---|
TypeAwareGenderDetector(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef,
GenderDetector genderDetector) |
TypeAwareGenderDetector(org.dllearner.kb.sparql.SparqlEndpoint endpoint,
GenderDetector genderDetector) |
| Constructor and Description |
|---|
DelegateGenderDetector(List<GenderDetector> detectors) |
Copyright © 2020. All rights reserved.