Showing:

Annotations
Diagrams
Main schema types1.3.xsd
Namespace http://www.iula.upf.edu/types
Complex Type ns:ParamsType
Namespace http://www.iula.upf.edu/types
Annotations
All Request messages derive from ParamsType. Params may be Main params or
Optional params. Main params are necessarily typed. Optional params may be left
untyped and have default values.
Diagram
Diagram
Model ns:MainParams{0,1} , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:SentenceSplitterParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a sentence splitter service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:SentenceSplitterMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Sentence Splitter service.
Includes language and text.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Simple Type ns:lang
Namespace http://www.iula.upf.edu/types
Annotations
Language iso-639
Diagram
Diagram
Type restriction of string
Complex Type ns:TextType
Namespace http://www.iula.upf.edu/types
Annotations
Anything written. Text can be passed as a string or as a URI. Typically,
TextType is used for input parameters such as 'text to be analyzed' and output
parameters such as 'analyzed text'.
Diagram
Diagram
Model ns:string | ns:file
Children ns:file, ns:string
Complex Type ns:TokenizerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a tokenizer service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:TokenizerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Tokenizer service. Includes
language and text.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:LemmatizerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a lemmatizer service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:LemmatizerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Lemmatizer service. Includes
language and text.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:POSTaggerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a PoS tagger service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:POSTaggerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a PoS Tagger service. Includes
language and text.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:ShallowParserParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Shallow Parser (or Chunking)
service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:ShallowParserMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Shallow Parser (or Chunking)
service. Includes language and text to be parsed.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:ParserParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Parser service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:ParserMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Parser (or Chunking) service.
Includes language and text to be parsed.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:TextAlignerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Text Alignment service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:TextAlignerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Text Aligner service. Includes
language and corpus for both source and target.
Diagram
Diagram
Model ns:source_language , ns:source_corpus , ns:target_language , ns:target_corpus
Children ns:source_corpus, ns:source_language, ns:target_corpus, ns:target_language
Complex Type ns:CQPIndexerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a CWB service when indexing a corpus.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:CQPIndexerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a CWB service when indexing a
corpus. Includes the CQP corpus to be index and the CQP structure of the
corpsus.
Diagram
Diagram
Model ns:corpus , ns:structure
Children ns:corpus, ns:structure
Complex Type ns:CQPCorpusType
Namespace http://www.iula.upf.edu/types
Annotations
A CQP corpus (following the standard verticalized CWB input
format)
Diagram
Diagram types1_3_xsd.tmp#id10
Type restriction of ns:TextType
Type hierarchy
Model ns:string | ns:file
Children ns:file, ns:string
Simple Type ns:CQPCorpusStructureType
Namespace http://www.iula.upf.edu/types
Annotations
The structure used to to encode the verticalized text to CWB binary
format with the cwb-encode tool. (ex. "-P pos -P lemma -S s")
Diagram
Diagram
Type string
Complex Type ns:CQPQuerierParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a CWB service when querying a corpus.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:CQPQuerierMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a CWB service when indexing a
corpus. Includes a reference to the indexed corpus to be queried and the CQP
query.
Diagram
Diagram
Model ns:query , ns:corpusId
Children ns:corpusId, ns:query
Simple Type ns:CQPQueryType
Namespace http://www.iula.upf.edu/types
Annotations
A CQP query.
Diagram
Diagram
Type string
Simple Type ns:ReferenceType
Namespace http://www.iula.upf.edu/types
Annotations
The reference that a WS returns which can be used in future
events.
Diagram
Diagram
Type string
Complex Type ns:ConcordancerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a concordancer (or KWIC) service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:ConcordancerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Concordancer service. Includes
the search query and the window size.
Diagram
Diagram
Model ns:SearchQuery , ns:WindowSize{0,1}
Children ns:SearchQuery, ns:WindowSize
Simple Type ns:SearchQueryType
Namespace http://www.iula.upf.edu/types
Annotations
A search query.
Diagram
Diagram
Type string
Simple Type ns:WindowSizeType
Namespace http://www.iula.upf.edu/types
Annotations
Size of window, typically for concordancers and collocation
analyses
Diagram
Diagram
Type int
Complex Type ns:ConcordancerOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a Concordancer (or KWIC)
service.
Diagram
Diagram
Model ALL(ns:OrderBy{0,1})
Children ns:OrderBy
Simple Type ns:OrderByType
Namespace http://www.iula.upf.edu/types
Annotations
The sorting criteria to be used when dispalying results. (Possible more
values should be added)
Diagram
Diagram
Type restriction of string
Complex Type ns:NgramsCooccurrencesParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a n-gram (or collocation finder)
service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:NgramsCooccurrencesMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a n-gram (or collocation finder)
service. Includes the corpus to be analyzed and the Number of tokens in the
n-grams.
Diagram
Diagram
Model ns:input , ns:N
Children ns:N, ns:input
Simple Type ns:NumberType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram
Type int
Complex Type ns:NgramsCooccurrencesOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a n-gram (or collocation
finder) service.
Diagram
Diagram
Model ALL(ns:WindowSize{0,1} ns:FrequencyThreshold{0,1} ns:RankThreshold{0,1} ns:ScoreThreshold{0,1} ns:AssociationMeassure{0,1})
Children ns:AssociationMeassure, ns:FrequencyThreshold, ns:RankThreshold, ns:ScoreThreshold, ns:WindowSize
Simple Type ns:ThresholdType
Namespace http://www.iula.upf.edu/types
Annotations
The level or point at which something would happen, would cease to
happen, or would take effect, become true, etc.
Diagram
Diagram
Type int
Simple Type ns:AssociationMeassureType
Namespace http://www.iula.upf.edu/types
Annotations
The measure of the link between two variables.
Diagram
Diagram
Type restriction of string
Complex Type ns:CrawlerParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a crawler service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:CrawlerMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for crawler service.
Diagram
Diagram
Model ns:language+ , ns:domain , ns:urlList , ns:termList
Children ns:domain, ns:language, ns:termList, ns:urlList
Simple Type ns:DomainType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2467
Diagram
Diagram
Type string
Simple Type ns:UrlListType
Namespace http://www.iula.upf.edu/types
Annotations
URI list.
Diagram
Diagram
Type list of anyURI
Simple Type ns:TermListType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-508: "A verbal designation of a general
concept in a specific subject field". Typically, terms are used by web crawlers
services as seed terms.
Diagram
Diagram types1_3_xsd.tmp#id106
Type list of ns:TermType
Complex Type ns:CrawlerOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a crawler service. It
includes: maxSize and maxTime as criteria to stop the crawling process and timeOut
and retries for flow control purposes
Diagram
Diagram
Model ALL(ns:maxSize{0,1} ns:maxTime{0,1} ns:timeOut{0,1} ns:retries{0,1})
Children ns:maxSize, ns:maxTime, ns:retries, ns:timeOut
Complex Type ns:maxSizeType
Namespace http://www.iula.upf.edu/types
Annotations
Maximum amount od data. It is expressed in terms of size (amount in
numbers) and sizeUnit (unit)
Diagram
Diagram
Model ns:size , ns:sizeUnit
Children ns:size, ns:sizeUnit
Simple Type ns:SizeType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2580: "The size of the resource with
regard to the SizeUnit measurement in form of a number."
Diagram
Diagram
Type string
Simple Type ns:SizeUnitType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2583: "Specification of the unit of size
that is used when specifying the size."
Diagram
Diagram
Type string
Simple Type ns:maxTimeType
Namespace http://www.iula.upf.edu/types
Annotations
Maximun duration.
Diagram
Diagram
Type string
Simple Type ns:timeOutType
Namespace http://www.iula.upf.edu/types
Annotations
Diagram
Diagram
Type string
Simple Type ns:retriesType
Namespace http://www.iula.upf.edu/types
Annotations
Diagram
Diagram
Type string
Complex Type ns:NERecognitionParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Named Entity recognition service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:NERecognitionMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Named Entity recognition
service.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:NERecognitionOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a Named Entity recognition
service.
Diagram
Diagram
Model ALL(ns:inputFormat{0,1} ns:outputFormat{0,1} ns:NETypes{0,1})
Children ns:NETypes, ns:inputFormat, ns:outputFormat
Simple Type ns:InputFormatType
Namespace http://www.iula.upf.edu/types
Annotations
The format required for a given Input parameter
Diagram
Diagram types1_3_xsd.tmp#id130
Type ns:FormatType
Type hierarchy
Simple Type ns:FormatType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2562 . The format of a given I/O
parameter (ex: xml, html, verticalised, ...)
Diagram
Diagram
Type string
Simple Type ns:OutputFormatType
Namespace http://www.iula.upf.edu/types
Annotations
The format of a given Output parameter
Diagram
Diagram types1_3_xsd.tmp#id130
Type ns:FormatType
Type hierarchy
Simple Type ns:NEListType
Namespace http://www.iula.upf.edu/types
Annotations
List of Named Entities
(http://www.isocat.org/datcat/DC-2275).
Diagram
Diagram types1_3_xsd.tmp#id135
Type list of ns:NEType
Complex Type ns:TermExtractionParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a term extraction service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:TermExtractionMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a term extraction
service.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:TermExtractionOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a term extraction
service.
Diagram
Diagram
Model ALL(ns:inputFormat{0,1} ns:outputFormat{0,1} ns:FrequencyThreshold{0,1} ns:stopList{0,1})
Children ns:FrequencyThreshold, ns:inputFormat, ns:outputFormat, ns:stopList
Complex Type ns:TopicIdentifierParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a topic identifier service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:TopicIdentifierMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a topic identifier
service.
Diagram
Diagram
Model ns:language , ns:input
Children ns:input, ns:language
Complex Type ns:TopicIdentifierOptionalParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Optional parameters in the payload message for a topic identifier
service.
Diagram
Diagram
Model ALL(ns:inputFormat{0,1} ns:outputFormat{0,1})
Children ns:inputFormat, ns:outputFormat
Complex Type ns:DitionaryLookupParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a dictionary lookup service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:DictionaryLookupMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a dictionary lookup
service.
Diagram
Diagram
Model ns:language , ns:wordForm
Children ns:language, ns:wordForm
Simple Type ns:wordFormType
Namespace http://www.iula.upf.edu/types
Annotations
Diagram
Diagram
Type string
Complex Type ns:VerbSCFExtractorParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Verb Subcategorization Frame Extractor
service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:VerbSCFExtractorMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Verb SCF Extractor service. The
input parameter corresponds to the parsed corpus.
Diagram
Diagram
Model ns:input , ns:corpus_structure
Children ns:corpus_structure, ns:input
Simple Type ns:Corpus_structureType
Namespace http://www.iula.upf.edu/types
Annotations
corpus structure: choose from the list of parser output formats that the
component accepts as input
Diagram
Diagram
Type string
Complex Type ns:DecisionTreeNounClassifierClassParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a Decision Tree Noun Classifier (Class)
service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:DecisionTreeNounClassifierClassMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Descision Tree Noun Classifier
service.
Diagram
Diagram
Model ns:input , ns:language , ns:label
Children ns:input, ns:label, ns:language
Simple Type ns:LabelType
Namespace http://www.iula.upf.edu/types
Annotations
label to indentify the corpus from which we are extracting noun
occurrences to classify. For example, it may indicate the domain or the origin of
the corpus. This label will be used in the output LMF
Diagram
Diagram
Type string
Complex Type ns:NounClassificationFilterParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a noun classification filter service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:NounClassificationFilterMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a Noun Classification Filter
service. The 'class_threshold' parameter (number) is the threshold for members of
the class (only nouns classified with a highest score than this threshold will be
considered as class members). The 'no_class_threshold' parameter is the threshold
for non-members of the class (only nouns classified with a negative score that is
highest (in absolute value) than this threshold will be considered as non-class
members)
Diagram
Diagram
Model ns:input , ns:class_threshold , ns:no_class_threshold
Children ns:class_threshold, ns:input, ns:no_class_threshold
Complex Type ns:MWEExtractorParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a MWE Extractor service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:MWEExtractorMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a MWE extractor service. The
'input' parameter needs to be a POS-tagged annotated corpus.
Diagram
Diagram
Model ns:input
Children ns:input
Complex Type ns:MergeLMFFilesParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a merge LMF files service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:MergeLMFFilesMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a merge LMF file service. The
'input' parameter needs to be a POS-tagged annotated corpus. Input parameters are
the LMF files to be merged (in UTF-8)
Diagram
Diagram
Model ns:input_1 , ns:input_2
Children ns:input_1, ns:input_2
Complex Type ns:BilingualTermExtractionParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a bilingual term extraction service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:BilingualTermExtractionMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a bilingual term etraction service.
Diagram
Diagram
Model ns:phrase_table , ns:source_language , ns:target_language
Children ns:phrase_table, ns:source_language, ns:target_language
Complex Type ns:TransferLookupParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Payload message for a transfer lookup service.
Diagram
Diagram types1_3_xsd.tmp#id1
Type restriction of ns:ParamsType
Type hierarchy
Model ns:MainParams , ns:optParams{0,1}
Children ns:MainParams, ns:optParams
Complex Type ns:TransferLookupMainParamsType
Namespace http://www.iula.upf.edu/types
Annotations
Main Params in the payload message for a btransfer lookup service.
Diagram
Diagram
Model ns:input , ns:source_language , ns:target_language
Children ns:input, ns:source_language, ns:target_language
Complex Type ns:ResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram
Complex Type ns:SentenceSplitterResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:SentenceSplittedText
Children ns:SentenceSplittedText
Complex Type ns:TokenizerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:TokenizedText
Children ns:TokenizedText
Complex Type ns:LemmatizerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:LemmatizedText
Children ns:LemmatizedText
Complex Type ns:POSTaggerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:POSAnnotatedText
Children ns:POSAnnotatedText
Complex Type ns:ShallowParserResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:ShallowParsedText
Children ns:ShallowParsedText
Complex Type ns:ParserResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:ShallowParsedText
Children ns:ShallowParsedText
Complex Type ns:TextAlignerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:AlignedText
Children ns:AlignedText
Complex Type ns:CQPIndexerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:corpusId
Children ns:corpusId
Complex Type ns:CQPQuerierResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:output
Children ns:output
Complex Type ns:ConcordancerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:concordances
Children ns:concordances
Complex Type ns:NgramsCooccurrencesResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:NgramsCoocurrences
Children ns:NgramsCoocurrences
Complex Type ns:CrawlerResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:WebCorpus
Children ns:WebCorpus
Complex Type ns:NERecognitionResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:NEAnnotatedText
Children ns:NEAnnotatedText
Complex Type ns:TermExtractionResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:TermAnnotatedText
Children ns:TermAnnotatedText
Complex Type ns:TopicIdentifierResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:TopicAnnotatedText
Children ns:TopicAnnotatedText
Complex Type ns:DictionaryLookupResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:LexicalEntriesList
Children ns:LexicalEntriesList
Complex Type ns:LexicalEntriesListType
Namespace http://www.iula.upf.edu/types
Annotations
Diagram
Diagram
Model ns:lexicalEntry+
Children ns:lexicalEntry
Complex Type ns:lexicalEntryType
Namespace http://www.iula.upf.edu/types
Annotations
Expressed in terms of lemma and PoS tag
Diagram
Diagram
Model ns:lemma , ns:PoSTag
Children ns:PoSTag, ns:lemma
Simple Type ns:lemmaType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-286 : The base form of a word or term
that is used as the formal dictionary entry for the term.
Diagram
Diagram
Type string
Simple Type ns:PoSTagType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-396 A category assigned to a word based
on its grammatical and semantic properties.
Diagram
Diagram
Type string
Complex Type ns:VerbSCFExtractorResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:lexicon
Children ns:lexicon
Simple Type ns:LexiconType
Namespace http://www.iula.upf.edu/types
Annotations
(Description: SCF lexicon)
Diagram
Diagram
Type string
Complex Type ns:DecisionTreeNounClassifierClassResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:LMFoutput , ns:weka , ns:noFoundLemmas
Children ns:LMFoutput, ns:noFoundLemmas, ns:weka
Complex Type ns:NounClassificationFilterResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:filtered_LMF
Children ns:filtered_LMF
Complex Type ns:MWEExtractorResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:mwelexicon
Children ns:mwelexicon
Complex Type ns:MergeLMFFilesResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:merged_LMF
Children ns:merged_LMF
Complex Type ns:BilingualTermExtractionResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:output
Children ns:output
Complex Type ns:TransferLookupResponseType
Namespace http://www.iula.upf.edu/types
Diagram
Diagram types1_3_xsd.tmp#id210
Type extension of ns:ResponseType
Type hierarchy
Model ns:ouput
Children ns:ouput
Simple Type ns:TagsetType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2497: "Specifies the tag set used in the
annotation of the resource or a used by the tool/service or it contains a URL that
points to the information about the tag set"
Diagram
Diagram
Type string
Complex Type ns:SourceTextType
Namespace http://www.iula.upf.edu/types
Annotations
The source text (for example in an alignment task)
Diagram
Diagram types1_3_xsd.tmp#id10
Type restriction of ns:TextType
Type hierarchy
Model ns:string | ns:file
Children ns:file, ns:string
Complex Type ns:TargetTextType
Namespace http://www.iula.upf.edu/types
Annotations
The target text of a service that requires a source and a target input
files (for example in an alignment task)
Diagram
Diagram types1_3_xsd.tmp#id10
Type restriction of ns:TextType
Type hierarchy
Model ns:string | ns:file
Children ns:file, ns:string
Simple Type ns:TermType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-508: "A verbal designation of a general
concept in a specific subject field". Typically, terms are used by web crawlers
services as seed terms.
Diagram
Diagram
Type string
Simple Type ns:NEType
Namespace http://www.iula.upf.edu/types
Annotations
http://www.isocat.org/datcat/DC-2275: "segment of text for which one or
many rigid designators stands for the referent. usually named entities are located
and classified into predefined types such as names of person, organizations,
locations, expressions of times etc.".
Diagram
Diagram
Type string