File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/main/java/com/textkernel/tx/models/api Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 <version >1.10.0</version >
88
99 <packaging >jar</packaging >
10- <name >Sovren Java SDK</name >
11- <description >The official Java SDK for the Sovren v10 API.</description >
10+ <name >Textkernel Tx Java SDK</name >
11+ <description >The official Java SDK for the Textkernel Tx v10 API.</description >
1212 <url >https://developer.textkernel.com/Sovren/v10/overview/</url >
1313
1414 <licenses >
2828 <developers >
2929 <developer >
3030 <name >JW Wesson</name >
31- <email >jw. wesson@sovren.com </email >
32- <organization >Sovren </organization >
33- <organizationUrl >https://www.sovren .com</organizationUrl >
31+ <email >wesson@textkernel.nl </email >
32+ <organization >Textkernel BV </organization >
33+ <organizationUrl >https://www.textkernel .com</organizationUrl >
3434 </developer >
3535 </developers >
3636
Original file line number Diff line number Diff line change 1111*/
1212public class ApiResponseInfo extends ApiResponseInfoLite {
1313
14- /** The id for a specific API transaction. Use this when contacting <a href="mailto:support@sovren .com">support@sovren .com</a> about issues.*/
14+ /** The id for a specific API transaction. Use this when contacting <a href="mailto:service@textkernel .com">service@textkernel .com</a> about issues.*/
1515 public String TransactionId ;
1616
1717 /**
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ public class BasicParseOptions {
2222
2323 /**
2424 * If you want to use custom skills lists during parsing, set those here. This not a recommended
25- * feature for most customers. For more information, reach out to support@sovren .com
25+ * feature for most customers. For more information, reach out to service@textkernel .com
2626 * @deprecated use {@link #SkillsSettings} instead
2727 */
2828 @ Deprecated
2929 public List <String > SkillsData ;
3030
3131 /**
3232 * If you want to use custom normalizations during parsing, set those here. This not a recommended
33- * feature for most customers. For more information, reach out to support@sovren .com
33+ * feature for most customers. For more information, reach out to service@textkernel .com
3434 * @deprecated use {@link #SkillsSettings} and {@link #ProfessionsSettings} instead
3535 */
3636 @ Deprecated
You can’t perform that action at this time.
0 commit comments