- General Information
- Connecting Third-party Systems
- crossConnect for content systems
- crossConnect for External Editing
- Purpose and usage
- Requirements
- Implementation
- Across XLIFF format
- Across-specific Extensions
- <xliff> Element Attributes
- <file> Element Extensions
- <trans-unit> Element Extension
- Paragraph States
- Paragraph State Flags
- <source> and <target> Element Content
- <bpt> Element Attributes
- <ph> Element Attributes
- <x> Element Attributes
- Across-specific Properties
- Analysis Results
- Sample Files
- Across XLIFF - import, export and segmentation
- Context information
- Exporting best matches in Across XLIFF
- Hyperlinks to XLIFF
- Secure file handling with C#
- Secure file handling with JAVA
- Workflow and vendor configuration
- Sample code - Integrated solution
- Across XLIFF format
- Generic File Connector
- Display Texts
- APIs
- APIs - Technology
- crossTank API v1
- crossTank API v2
- crossTerm API v1
- crossTerm API v2
- crossAPI SI
- Requirements
- Function Return Types
- crossAPI SI and Java
- List of Objects in crossAPI SI
- Sample - transferring checkout files via FileManager
- Sample - VBS
- Text Preprocessing API
Searching Terminology via API
SearchTerms
To search for a set of strings in crossTerm and receive the matching terms (if any are present) from the crossTerm database.
Example
The term application exists in crossTerm. A request to Across.Services.CrossTerm.Api.V2.SearchTerms with the TermNames parameter set to application returns the term application.
WildcardSearch
To search for a string with a wildcard and receive the matching terms (if any are present) from the crossTerm database.
Example
The terms opacity and opaque exist in crossTerm. A request to Across.Services.CrossTerm.Api.V2.WildcardSearch with the Query parameter set to opa* returns the terms opacity and opaque.
SearchTermsInText
To search terms in a provided text fragment and receive the matching terms (if any are present) from the crossTerm database.
Example: The terms opacity and opaque exist in crossTerm. A request to Across.Services.CrossTerm.Api.V2.SearchTermsInText with the TextFragment parameter set to The noun related to opaque is opacity. returns the terms opaque and opacity along with their ranges in the submitted string.