| Package | Description |
|---|---|
| com.textkernel.tx | |
| com.textkernel.tx.models.api.dataenrichment.ontology.request | |
| com.textkernel.tx.models.api.dataenrichment.ontology.response |
| Modifier and Type | Method and Description |
|---|---|
CompareSkillsToProfessionResponse |
TxClient.compareSkillsToProfessions(int professionCodeId,
String outputLanguage,
List<SkillScore> skills)
Compare a given set of skills to the skills related to a given profession.
|
SkillsSimilarityScoreResponse |
TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
List<SkillScore> skillSetB)
Determines how closely related one set of skills is to another.
|
SkillsSimilarityScoreResponse |
TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
List<SkillScore> skillSetB)
Determines how closely related one set of skills is to another.
|
SuggestProfessionsResponse |
TxClient.suggestProfessionsFromSkills(List<SkillScore> skills,
int limit,
boolean returnMissingSkills,
String outputLanguage)
Suggest professions based on a given set of skills.
|
SuggestSkillsResponse |
TxClient.suggestSkillsFromSkills(List<SkillScore> skills,
int limit,
String outputLanguage)
Returns skills related to a given skill or set of skills.
|
| Modifier and Type | Field and Description |
|---|---|
List<SkillScore> |
SuggestProfessionsRequest.Skills
The skills used to return the most relevant professions.
|
List<SkillScore> |
SuggestSkillsFromSkillsRequest.Skills
The skills for which the service should return related skills.
|
List<SkillScore> |
CompareSkillsToProfessionRequest.Skills
The skills which should be compared against the given profession.
|
List<SkillScore> |
SkillsSimilarityScoreRequest.SkillsA
A set of skills (and optionally, scores) to score against the other set of skills.
|
List<SkillScore> |
SkillsSimilarityScoreRequest.SkillsB
A set of skills (and optionally, scores) to score against the other set of skills.
|
| Modifier and Type | Field and Description |
|---|---|
List<SkillScore> |
CompareProfessionsResponseValue.CommonSkills
A list of common skills for both professions.
|
List<SkillScore> |
CompareSkillsToProfessionResponseValue.CommonSkills
A list of common skills between skill set and profession.
|
List<SkillScore> |
SuggestedProfession.MissingSkills
The list of skills relevant to this profession but missing from the given list of skills in the request.
|
List<SkillScore> |
CompareSkillsToProfessionResponseValue.MissingSkillsFoundInProfession
A list of skills associated with the profession but missing from list of provided skills.
|
List<SkillScore> |
ProfessionExclusiveSkills.SkillsFoundOnlyInThisProfession
A list of skills that are relative to this profession, but not the other.
|
List<SkillScore> |
SuggestSkillsResponseValue.SuggestedSkills
A list of skills related to the given professions.
|
Copyright © 2024. All rights reserved.