Showing:

Annotations
Diagrams
Facets
Included schema toolService.xsd
Element ms:toolServiceInfo
Annotations
Groups together elements required for the description of tools and services
Diagram
Diagram toolService_xsd.tmp#toolServiceInfoType_resourceType toolService_xsd.tmp#toolServiceInfoType_toolServiceType toolService_xsd.tmp#toolServiceInfoType_function toolService_xsd.tmp#toolServiceInfoType_languageDependent toolService_xsd.tmp#inputInfo toolService_xsd.tmp#outputInfo toolService_xsd.tmp#toolServiceOperationInfo toolService_xsd.tmp#toolServiceEvaluationInfo toolService_xsd.tmp#toolServiceCreationInfo toolService_xsd.tmp#toolServiceInfoType
Type ms:toolServiceInfoType
Element ms:toolServiceInfoType / ms:resourceType
Annotations
The type of the resource that a tool or service takes as input or produces as output
Diagram
Diagram
Type xs:string
Element ms:toolServiceInfoType / ms:toolServiceType
Annotations
Specifies the type of the tool or service
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
enumeration tool
A device that performs one or more of the tasks listed in the ForeseenUseInfo component
enumeration service
A form in which NLP taks are realized and delivered to a user, without the need of acquiring and installing the corresponding tools
enumeration suiteOfTools
A more of less fixed integrated organisation of tools applied for solving a combinaton of tasks
enumeration other
Element ms:toolServiceInfoType / ms:function
Annotations
Specifies the function/operation/task that a tool or web service performs
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
enumeration alignment
Establishment of translational equivalences between structural units (words, sentences etc.) of a text in a given language and a text with similar meaning in other language(s)
enumeration phraseAlignment
Alignment at phrase level
enumeration sentenceAlignment
Alignment at sentence level
enumeration wordAlignment
Alignment at word level
enumeration webCrawling
The use of bots that crawl the web (crawlers) in order to spot pages that match user-set criteria and download them to create large datasets
enumeration languageIdentification
The task/process of guessing what natural language a text or text segment is written in.
enumeration termExtraction
The act/process of identifying and extracting candidate terms from a domain-specific corpus
enumeration lexiconAcquisitionFromCorpora
The task/process of constructing lexical resources from corpora
enumeration lexiconExtractionFromLexica
The task/process of constructing lexical resources based on the restructuring of lexical information contained in lexica (e.g. by parsing definitions or using syntactic information attached to lemmas)
enumeration bilingualLexiconInduction
The task/process of inducing word translations from monolingual or comparable corpora in two languages
enumeration spellChecking
The task/process of checking the accuracy of spelling of a word in a text and correcting it according to the accepted form
enumeration languageModelling
The construction of statistical or Machine Learning language models
enumeration trainingOfLanguageModels
The task/process of training (statistical) language models that that can estimate the distribution of natural language as accurately as possible.
enumeration annotation
The process/task of adding annotations (annotation types) to an item.
enumeration annotationOfDocumentStructure
The task/process of annotating the internal structure of a document (e.g. book chapters, sections in a journal article, title, preface etc.)
enumeration structuralAnnotation
The task/process of segmenting a text and recognizing textual structural units (paragraphs, sentences, words etc.)
enumeration sentenceSplitting
The task/process of recognizing and tagging sentence boundaries in a text
enumeration paragraphSplitting
The task/process of segmenting a text into paragraphs and marking their boundaries
enumeration tokenization
The task/process of recognizing and tagging tokens (words, punctuation marks, digits etc.) in a text
enumeration lemmatization
Lemmatisation (or lemmatization) in linguistics is the process of grouping together the inflected forms of a word so they can be analysed as a single item, identified by the word's lemma, or dictionary form. [Wikipedia]
enumeration stemming
The task/process of cutting off the ends of words (mainly inflectional affixes but sometimes also derivational affixes) aiming to relate words to a base form.
enumeration poSTagging
The task/process of marking words with the part of speech (word category, e.g. noun, verb etc.) to which they belong
enumeration belowPoSTagging
The annotation of words with morphological information besides the part of speech and dependent upon it (e.g. for nouns: gender, number and case; for verbs: tense, label number, person etc.)
enumeration wordSegmentation
The task/process of segmenting (cutting) a word into root and affixes
enumeration annotationOfCompounds
The task/process of marking compounds (multi-word units considered as a whole) and their parts
enumeration annotationOfDerivationalFeatures
The task/process of adding annotations relevant to the derivational level of analysis (e.g. recognizing derivational affixes, tagging their meaning etc.)
enumeration chunking
The task/process of dividing a sentence into chunks (non-overlapping text segments consisting of a head and preceding function words and/or modifiers)
enumeration parsing
The task/process of recognizing and marking the syntactic structure of a text or text segment
enumeration constituencyParsing
The task/process of identifying and marking constituents (phrases, governed by a head and including function words and/or modifiers ) in a text or text segment
enumeration dependencyConversion
The task/process of converting constituency structures to dependency trees
enumeration dependencyParsing
The task/process of identifying and marking the grammatical structure of a sentence, establishing relationships between "head" words and words which modify those heads
enumeration namedEntityRecognition
A subtask of information extraction that seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages, etc.
enumeration semanticAnnotation
The task/process of marking text units with semantic types (e.g. semantic classes, emotions etc.)
enumeration semanticClassLabelling
The task/process of classifying words in a text according to a set of semantic classes (types).
enumeration semanticRelationLabelling
The task/process of attaching tags indicating the semantic relation that holds between units of a text.
enumeration semanticRoleLabelling
The task/process of attaching labels that correspond to the roles that the arguments of a predicate take in an event
enumeration frameSemanticParsing
The task/process of recognising and labelling in a text predicate argument structures and the semantic roles of the constituents, in accordance to the frame semantics theory.
enumeration coReferenceAnnotation
The task/process of attaching tags to a text unit and linking it to other text units that refer to the same entity.
enumeration formatConversion
The task/process of converting (changing) the format of a resource into another (e.g. PDF to TXT or XML)
enumeration evaluation
The task/process of assessing the quality of a resource, e.g. based on the contents (for a dataset) or performance (for a tool or service)
enumeration textCategorization
The process/task of assigning documents into classes or categories.
enumeration topicDetection
The task/process of identifying the topic of a text or dataset (e.g. by clustering keywords or using topic models)
enumeration validation
The task/process of confirming that a system/data resource meets the specifications and fulfills its intended purpose
enumeration corpusViewing
The task/process of viewing the contents of a corpus as performed by human beings
enumeration machineTranslation
The task/process of translating text or speech from one language to another
enumeration other
Element ms:toolServiceInfoType / ms:languageDependent
Annotations
Indicates whether the operation of the tool or service is language dependent or not
Diagram
Diagram
Type xs:boolean
Element ms:inputInfo
Annotations
Groups together information on the requirements set on the input resource of a tool or service
Diagram
Diagram toolService_xsd.tmp#inputInfoType_mediaType toolService_xsd.tmp#inputInfoType_resourceType ELRC-SHARE-SimpleTypes_xsd.tmp#dataFormat ELRC-SHARE-LanguageMetadata_xsd.tmp#languageSetInfo ELRC-SHARE-LanguageMetadata_xsd.tmp#languageVarietyName ELRC-SHARE-SimpleTypes_xsd.tmp#characterEncoding toolService_xsd.tmp#inputInfoType_domainSetInfo ELRC-SHARE-SimpleTypes_xsd.tmp#annotationType ELRC-SHARE-SimpleTypes_xsd.tmp#typesystem ELRC-SHARE-SimpleTypes_xsd.tmp#annotationSchema ELRC-SHARE-SimpleTypes_xsd.tmp#annotationResource ELRC-SHARE-BaseTypes_xsd.tmp#conformanceToStandardsBestPractices toolService_xsd.tmp#inputInfoType
Type ms:inputInfoType
Element ms:inputInfoType / ms:mediaType
Annotations
Specifies the media type of the resource and basically corresponds to the physical medium of the content representation. Each media type is described through a distinctive set of features. A resource may consist of parts attributed to different types of media. A tool/service may take as input/output more than one different media types.
Diagram
Diagram
Element ms:inputInfoType / ms:resourceType
Annotations
The type of the resource that a tool or service takes as input or produces as output
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
enumeration corpus
enumeration lexicalConceptualResource
enumeration languageDescription
enumeration document
Element ms:inputInfoType / ms:domainSetInfo
Diagram
Diagram ELRC-SHARE-BaseTypes_xsd.tmp#domain ELRC-SHARE-BaseTypes_xsd.tmp#domainId ELRC-SHARE-BaseTypes_xsd.tmp#domainInfoType_subdomain ELRC-SHARE-BaseTypes_xsd.tmp#domainInfoType_subdomainId ELRC-SHARE-SimpleTypes_xsd.tmp#conformanceToClassificationScheme ELRC-SHARE-BaseTypes_xsd.tmp#domainInfoType_sizePerDomain ELRC-SHARE-BaseTypes_xsd.tmp#domainInfoType ELRC-SHARE-BaseTypes_xsd.tmp#domain ELRC-SHARE-BaseTypes_xsd.tmp#domainId toolService_xsd.tmp#inputInfoType_inputInfoType_domainSetInfo_subdomain toolService_xsd.tmp#inputInfoType_inputInfoType_domainSetInfo_subdomainId ELRC-SHARE-SimpleTypes_xsd.tmp#conformanceToClassificationScheme
Type restriction of ms:domainInfoType
Element ms:inputInfoType / ms:domainSetInfo / ms:subdomain
Annotations
The name of the application subdomain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal
Diagram
Diagram
Type xs:string
Element ms:inputInfoType / ms:domainSetInfo / ms:subdomainId
Annotations
The identifier of the application subdomain of the resource or the tool/service, taken from the EUROVOC domains: http://eurovoc.europa.eu/drupal
Diagram
Diagram
Type xs:string
Element ms:outputInfo
Annotations
Groups together information on the requirements set on the output of a tool or service
Diagram
Diagram ELRC-SHARE-SimpleTypes_xsd.tmp#mediaType toolService_xsd.tmp#outputInfoType_resourceType ELRC-SHARE-SimpleTypes_xsd.tmp#dataFormat ELRC-SHARE-LanguageMetadata_xsd.tmp#languageSetInfo ELRC-SHARE-LanguageMetadata_xsd.tmp#languageVarietyName ELRC-SHARE-SimpleTypes_xsd.tmp#characterEncoding ELRC-SHARE-SimpleTypes_xsd.tmp#annotationType ELRC-SHARE-SimpleTypes_xsd.tmp#typesystem ELRC-SHARE-SimpleTypes_xsd.tmp#annotationSchema ELRC-SHARE-SimpleTypes_xsd.tmp#annotationResource ELRC-SHARE-BaseTypes_xsd.tmp#conformanceToStandardsBestPractices toolService_xsd.tmp#outputInfoType
Type ms:outputInfoType
Element ms:outputInfoType / ms:resourceType
Annotations
The type of the resource that a tool or service takes as input or produces as output
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
enumeration corpus
enumeration lexicalConceptualResource
enumeration languageDescription
Element ms:toolServiceOperationInfo
Annotations
Groups together information on the operation of a tool or service
Diagram
Diagram toolService_xsd.tmp#toolServiceOperationInfoType_operatingSystem ELRC-SHARE-BaseTypes_xsd.tmp#dependenciesInfo toolService_xsd.tmp#toolServiceOperationInfoType
Type ms:toolServiceOperationInfoType
Element ms:toolServiceOperationInfoType / ms:operatingSystem
Annotations
The operating system on which the tool will be running
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 50
enumeration os-independent
enumeration windows
enumeration linux
enumeration unix
enumeration mac-OS
enumeration googleChromeOS
enumeration iOS
enumeration android
enumeration other
Element ms:toolServiceEvaluationInfo
Annotations
Groups together information on the evaluation status of a tool or service
Diagram
Diagram toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluated toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationLevel toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationCriteria toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationMeasure toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationReport toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationTool toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationDetails toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluator toolService_xsd.tmp#toolServiceEvaluationInfoType
Type ms:toolServiceEvaluationInfoType
Element ms:toolServiceEvaluationInfoType / ms:evaluated
Annotations
Indicates whether the tool or service has been evaluated
Diagram
Diagram
Type xs:boolean
Element ms:toolServiceEvaluationInfoType / ms:evaluationLevel
Annotations
Indicates the evaluation level
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
enumeration technological
enumeration usage
enumeration impact
enumeration diagnostic
Element ms:toolServiceEvaluationInfoType / ms:evaluationCriteria
Annotations
Defines the criteria of the evaluation of a tool
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
enumeration extrinsic
enumeration intrinsic
Element ms:toolServiceEvaluationInfoType / ms:evaluationMeasure
Annotations
Defines whether the evaluation measure is human or automatic
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 30
enumeration human
enumeration automatic
Element ms:toolServiceEvaluationInfoType / ms:evaluationReport
Annotations
A bibliographical record of or link to a report describing the evaluation process, tool, method etc. of the tool or service
Diagram
Diagram ELRC-SHARE-SimpleTypes_xsd.tmp#documentUnstructured ELRC-SHARE-BaseTypes_xsd.tmp#documentInfo ELRC-SHARE-BaseTypes_xsd.tmp#documentationInfoType
Type ms:documentationInfoType
Element ms:toolServiceEvaluationInfoType / ms:evaluationTool
Annotations
The name or id or url of the tool used for the evaluation of the tool or service
Diagram
Diagram ELRC-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType_targetResourceNameURI ELRC-SHARE-BaseTypes_xsd.tmp#targetResourceInfoType
Type ms:targetResourceInfoType
Element ms:toolServiceEvaluationInfoType / ms:evaluationDetails
Annotations
Provides further information on the evaluation process of a tool or service
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 500
Element ms:toolServiceEvaluationInfoType / ms:evaluator
Annotations
Groups information on person or organization that evaluated the tool or service
Diagram
Diagram ELRC-SHARE-RoleTypes_xsd.tmp#personInfo ELRC-SHARE-RoleTypes_xsd.tmp#organizationInfo ELRC-SHARE-RoleTypes_xsd.tmp#actorInfoType
Type ms:actorInfoType
Element ms:toolServiceCreationInfo
Annotations
Groups together information on the creation of a tool or service
Diagram
Diagram toolService_xsd.tmp#toolServiceCreationInfoType_implementationLanguage toolService_xsd.tmp#toolServiceCreationInfoType_formalism ELRC-SHARE-BaseTypes_xsd.tmp#originalSource toolService_xsd.tmp#toolServiceCreationInfoType_creationDetails toolService_xsd.tmp#toolServiceCreationInfoType
Type ms:toolServiceCreationInfoType
Element ms:toolServiceCreationInfoType / ms:implementationLanguage
Annotations
The programming languages needed for allowing user contributions, or for running the tools, in case no executables are available
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
Element ms:toolServiceCreationInfoType / ms:formalism
Annotations
Reference (name, bibliographic reference or link to url) for the formalism used for the creation/enrichment of the resource (grammar or tool/service)
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
Element ms:toolServiceCreationInfoType / ms:creationDetails
Annotations
Provides additional information on the creation of a tool or service
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 500
Complex Type ms:toolServiceInfoType
Diagram
Diagram toolService_xsd.tmp#toolServiceInfoType_resourceType toolService_xsd.tmp#toolServiceInfoType_toolServiceType toolService_xsd.tmp#toolServiceInfoType_function toolService_xsd.tmp#toolServiceInfoType_languageDependent toolService_xsd.tmp#inputInfo toolService_xsd.tmp#outputInfo toolService_xsd.tmp#toolServiceOperationInfo toolService_xsd.tmp#toolServiceEvaluationInfo toolService_xsd.tmp#toolServiceCreationInfo
Complex Type ms:inputInfoType
Diagram
Diagram toolService_xsd.tmp#inputInfoType_mediaType toolService_xsd.tmp#inputInfoType_resourceType ELRC-SHARE-SimpleTypes_xsd.tmp#dataFormat ELRC-SHARE-LanguageMetadata_xsd.tmp#languageSetInfo ELRC-SHARE-LanguageMetadata_xsd.tmp#languageVarietyName ELRC-SHARE-SimpleTypes_xsd.tmp#characterEncoding toolService_xsd.tmp#inputInfoType_domainSetInfo ELRC-SHARE-SimpleTypes_xsd.tmp#annotationType ELRC-SHARE-SimpleTypes_xsd.tmp#typesystem ELRC-SHARE-SimpleTypes_xsd.tmp#annotationSchema ELRC-SHARE-SimpleTypes_xsd.tmp#annotationResource ELRC-SHARE-BaseTypes_xsd.tmp#conformanceToStandardsBestPractices
Complex Type ms:outputInfoType
Diagram
Diagram ELRC-SHARE-SimpleTypes_xsd.tmp#mediaType toolService_xsd.tmp#outputInfoType_resourceType ELRC-SHARE-SimpleTypes_xsd.tmp#dataFormat ELRC-SHARE-LanguageMetadata_xsd.tmp#languageSetInfo ELRC-SHARE-LanguageMetadata_xsd.tmp#languageVarietyName ELRC-SHARE-SimpleTypes_xsd.tmp#characterEncoding ELRC-SHARE-SimpleTypes_xsd.tmp#annotationType ELRC-SHARE-SimpleTypes_xsd.tmp#typesystem ELRC-SHARE-SimpleTypes_xsd.tmp#annotationSchema ELRC-SHARE-SimpleTypes_xsd.tmp#annotationResource ELRC-SHARE-BaseTypes_xsd.tmp#conformanceToStandardsBestPractices
Complex Type ms:toolServiceOperationInfoType
Diagram
Diagram toolService_xsd.tmp#toolServiceOperationInfoType_operatingSystem ELRC-SHARE-BaseTypes_xsd.tmp#dependenciesInfo
Complex Type ms:toolServiceEvaluationInfoType
Diagram
Diagram toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluated toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationLevel toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationCriteria toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationMeasure toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationReport toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationTool toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluationDetails toolService_xsd.tmp#toolServiceEvaluationInfoType_evaluator
Complex Type ms:toolServiceCreationInfoType
Diagram
Diagram toolService_xsd.tmp#toolServiceCreationInfoType_implementationLanguage toolService_xsd.tmp#toolServiceCreationInfoType_formalism ELRC-SHARE-BaseTypes_xsd.tmp#originalSource toolService_xsd.tmp#toolServiceCreationInfoType_creationDetails