Skip to content

Commit c040597

Browse files
author
Preston Fox
committed
Updated outdated links for docs
1 parent d31b87a commit c040597

31 files changed

+94
-94
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The official Java SDK for the Sovren v10 API for resume/CV and job parsing, sear
1313
### Gradle Users
1414
Add this dependency to your project's build file:
1515
```
16-
implementation "com.sovren:sovren-java:1.7.0"
16+
implementation "com.sovren:sovren-java:1.7.1"
1717
```
1818

1919
### Maven Users
@@ -22,13 +22,13 @@ Add this dependency to your project's POM:
2222
<dependency>
2323
<groupId>com.sovren</groupId>
2424
<artifactId>sovren-java</artifactId>
25-
<version>1.7.0</version>
25+
<version>1.7.1</version>
2626
</dependency>
2727
```
2828

2929
### Others
3030
You'll need to manually install the following JARs:
31-
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.7.0/sovren-java-1.7.0.jar
31+
- The Sovren JAR from https://repo1.maven.org/maven2/com/sovren/sovren-java/1.7.1/sovren-java-1.7.1.jar
3232
- [Google Gson][gson_url] from https://repo1.maven.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar
3333
- [Square OkHttp][okhttp_url] from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar
3434

docs/com/sovren/SovrenClient.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,8 +1645,8 @@ <h4>autocompleteSkill</h4>
16451645
<dl>
16461646
<dt><span class="paramLabel">Parameters:</span></dt>
16471647
<dd><code>prefix</code> - The skill prefix to be completed. Must contain at least 1 character.</dd>
1648-
<dd><code>languages</code> - The language(s) used to search for matching skills (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.<br>Default is 'en' only.</dd>
1649-
<dd><code>outputLanguage</code> - The language to ouput the found skill descriptions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.</dd>
1648+
<dd><code>languages</code> - The language(s) used to search for matching skills (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.<br>Default is 'en' only.</dd>
1649+
<dd><code>outputLanguage</code> - The language to ouput the found skill descriptions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.</dd>
16501650
<dd><code>types</code> - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, All.</dd>
16511651
<dd><code>limit</code> - The maximum number of returned skills. The default is 10 and the maximum is 100.</dd>
16521652
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1688,7 +1688,7 @@ <h4>lookupSkills</h4>
16881688
<dl>
16891689
<dt><span class="paramLabel">Parameters:</span></dt>
16901690
<dd><code>skillIds</code> - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.</dd>
1691-
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1691+
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
16921692
<dt><span class="returnLabel">Returns:</span></dt>
16931693
<dd>The API response body</dd>
16941694
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -1729,8 +1729,8 @@ <h4>normalizeSkills</h4>
17291729
<dl>
17301730
<dt><span class="paramLabel">Parameters:</span></dt>
17311731
<dd><code>skills</code> - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).</dd>
1732-
<dd><code>language</code> - The language of the given skills. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1733-
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.<br>Defaults to whatever is used for the 'language' parameter.</dd>
1732+
<dd><code>language</code> - The language of the given skills. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1733+
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.<br>Defaults to whatever is used for the 'language' parameter.</dd>
17341734
<dt><span class="returnLabel">Returns:</span></dt>
17351735
<dd>The API response body</dd>
17361736
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -1772,8 +1772,8 @@ <h4>extractSkills</h4>
17721772
<dl>
17731773
<dt><span class="paramLabel">Parameters:</span></dt>
17741774
<dd><code>text</code> - The text to extract skills from. There is a 24,000 character limit.</dd>
1775-
<dd><code>language</code> - The language of the input text. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1776-
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#skills-languages">ISO codes</a>.</dd>
1775+
<dd><code>language</code> - The language of the input text. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1776+
<dd><code>outputLanguage</code> - The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#skills-languages">ISO codes</a>.</dd>
17771777
<dd><code>threshold</code> - A value from [0 - 1] for the minimum confidence threshold for extracted skills. Lower values will return more skills, but also increase the likelihood of ambiguity-related errors. The recommended and default value is 0.5.</dd>
17781778
<dt><span class="returnLabel">Returns:</span></dt>
17791779
<dd>The API response body</dd>
@@ -1813,7 +1813,7 @@ <h4>getProfessionsTaxonomy</h4>
18131813
<div class="block">Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.</div>
18141814
<dl>
18151815
<dt><span class="paramLabel">Parameters:</span></dt>
1816-
<dd><code>language</code> - The language parameter returns the taxonomy with descriptions only in that specified language. If not specified, descriptions in all languages are returned. Must be specified as one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.</dd>
1816+
<dd><code>language</code> - The language parameter returns the taxonomy with descriptions only in that specified language. If not specified, descriptions in all languages are returned. Must be specified as one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.</dd>
18171817
<dd><code>format</code> - The format of the returned taxonomy. <br>NOTE: if you set this to <a href="../../com/sovren/models/api/dataenrichment/TaxonomyFormat.html#csv"><code>TaxonomyFormat.csv</code></a>, only the <a href="../../com/sovren/models/dataenrichment/Taxonomy.html#CsvOutput"><code>Taxonomy.CsvOutput</code></a> will be populated.</dd>
18181818
<dt><span class="returnLabel">Returns:</span></dt>
18191819
<dd>The API response body</dd>
@@ -1871,8 +1871,8 @@ <h4>autocompleteProfession</h4>
18711871
<dl>
18721872
<dt><span class="paramLabel">Parameters:</span></dt>
18731873
<dd><code>prefix</code> - The job title prefix to be completed. Must contain at least 1 character.</dd>
1874-
<dd><code>languages</code> - The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>. Default is 'en' only.</dd>
1875-
<dd><code>outputLanguage</code> - The language to ouput the found professions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.</dd>
1874+
<dd><code>languages</code> - The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>. Default is 'en' only.</dd>
1875+
<dd><code>outputLanguage</code> - The language to ouput the found professions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.</dd>
18761876
<dd><code>limit</code> - The maximum number of returned professions. The default is 10 and the maximum is 100.</dd>
18771877
<dt><span class="returnLabel">Returns:</span></dt>
18781878
<dd>The API response body</dd>
@@ -1914,8 +1914,8 @@ <h4>normalizeProfessions</h4>
19141914
<dl>
19151915
<dt><span class="paramLabel">Parameters:</span></dt>
19161916
<dd><code>jobTitles</code> - The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).</dd>
1917-
<dd><code>language</code> - The language of the input job titles. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1918-
<dd><code>outputLanguage</code> - The language to use for descriptions of the returned normalized professions. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.<br>Defaults to whatever is used for the 'language' parameter.</dd>
1917+
<dd><code>language</code> - The language of the input job titles. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.<br>Default is 'en'.</dd>
1918+
<dd><code>outputLanguage</code> - The language to use for descriptions of the returned normalized professions. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.<br>Defaults to whatever is used for the 'language' parameter.</dd>
19191919
<dt><span class="returnLabel">Returns:</span></dt>
19201920
<dd>The API response body</dd>
19211921
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -1954,8 +1954,8 @@ <h4>lookupProfessions</h4>
19541954
<div class="block">Get details for the given professions in the taxonomy.</div>
19551955
<dl>
19561956
<dt><span class="paramLabel">Parameters:</span></dt>
1957-
<dd><code>codeIds</code> - The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.</dd>
1958-
<dd><code>outputLanguage</code> - The language to use for professions descriptions (default is en). Must be an allowed <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO code</a>. <br>Default is 'en'.</dd>
1957+
<dd><code>codeIds</code> - The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.</dd>
1958+
<dd><code>outputLanguage</code> - The language to use for professions descriptions (default is en). Must be an allowed <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO code</a>. <br>Default is 'en'.</dd>
19591959
<dt><span class="returnLabel">Returns:</span></dt>
19601960
<dd>The API response body</dd>
19611961
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -1974,7 +1974,7 @@ <h4>lookupProfessions</h4>
19741974
<div class="block">Get details for the given professions in the taxonomy.</div>
19751975
<dl>
19761976
<dt><span class="paramLabel">Parameters:</span></dt>
1977-
<dd><code>codeIds</code> - The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.</dd>
1977+
<dd><code>codeIds</code> - The profession code IDs to get details about from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a>.</dd>
19781978
<dt><span class="returnLabel">Returns:</span></dt>
19791979
<dd>The API response body</dd>
19801980
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -1994,8 +1994,8 @@ <h4>compareProfessions</h4>
19941994
<div class="block">Compare two professions based on the skills associated with each.</div>
19951995
<dl>
19961996
<dt><span class="paramLabel">Parameters:</span></dt>
1997-
<dd><code>profession1</code> - A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.</dd>
1998-
<dd><code>profession2</code> - A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.</dd>
1997+
<dd><code>profession1</code> - A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.</dd>
1998+
<dd><code>profession2</code> - A profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare.</dd>
19991999
<dt><span class="returnLabel">Returns:</span></dt>
20002000
<dd>The API response body</dd>
20012001
<dt><span class="throwsLabel">Throws:</span></dt>
@@ -2015,7 +2015,7 @@ <h4>compareSkillsToProfessions</h4>
20152015
<div class="block">Compare a given set of skills to the skills related to a given profession.</div>
20162016
<dl>
20172017
<dt><span class="paramLabel">Parameters:</span></dt>
2018-
<dd><code>professionCodeId</code> - The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.</dd>
2018+
<dd><code>professionCodeId</code> - The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.</dd>
20192019
<dd><code>skillIds</code> - The skill IDs which should be compared against the given profession. The list can contain up to 50 skills.</dd>
20202020
<dt><span class="returnLabel">Returns:</span></dt>
20212021
<dd>The API response body</dd>
@@ -2037,7 +2037,7 @@ <h4>compareSkillsToProfessions</h4>
20372037
<dl>
20382038
<dt><span class="paramLabel">Parameters:</span></dt>
20392039
<dd><code>resume</code> - The resume containing the skills of the candidate</dd>
2040-
<dd><code>professionCodeId</code> - The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.</dd>
2040+
<dd><code>professionCodeId</code> - The profession code ID from the <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-taxonomies">Sovren Professions Taxonomy</a> to compare the skill set to.</dd>
20412041
<dt><span class="returnLabel">Returns:</span></dt>
20422042
<dd>The API response body</dd>
20432043
<dt><span class="throwsLabel">Throws:</span></dt>

docs/com/sovren/models/api/dataenrichment/AutocompleteRequest.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h4>Limit</h4>
227227
<li class="blockList">
228228
<h4>Languages</h4>
229229
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; Languages</pre>
230-
<div class="block">The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.</div>
230+
<div class="block">The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.</div>
231231
</li>
232232
</ul>
233233
<a name="OutputLanguage">
@@ -237,7 +237,7 @@ <h4>Languages</h4>
237237
<li class="blockList">
238238
<h4>OutputLanguage</h4>
239239
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> OutputLanguage</pre>
240-
<div class="block">The language to ouput the found professions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment-services/overview/#professions-languages">ISO codes</a>.</div>
240+
<div class="block">The language to ouput the found professions in (default is 'en'). Must be one of the supported <a href="https://sovren.com/technical-specs/latest/rest-api/data-enrichment/overview/#professions-languages">ISO codes</a>.</div>
241241
</li>
242242
</ul>
243243
</li>

0 commit comments

Comments
 (0)