Skip to main content

SALDO's web service

SALDO

Lars Borin, Markus Forsberg and Lennart Lönngren

SALDO's web services

SALDO's web services are a set of services publishing daily updates derived from the SALDO resource. Every service expresses a function that given its argument, encoded as an URL, identifies a computation of that function with its arguments.

All of SALDO's services is in the namespace http://spraakbanken.gu.se/ws/saldo-ws, and every service has one of the following formats {FORMAT} as its first argument: json, xml, or html. The format html is used to make the resources searchable in a human-readable format.

Fullform lookup

This service computes incremental fullform lookup, where two answers is provided for the argument {FRAGMENT}: is it a word form in SALDO, and could we continue {FRAGMENT}, i.e. add characters at the end of {FRAGMENT}, to end up in another wordform in SALDO.

http://spraakbanken.gu.se/ws/saldo-ws/ff/{FORMAT}/{FRAGMENT}

Example

 

Fullform lookup with direct connection to the semantics

This service computes the semantics associated to the word form {WORDFORM}.

http://spraakbanken.gu.se/ws/saldo-ws/fl/{FORMAT}/{WORDFORM}

Example

Compound analysis

SALDO's web service 'Compound analysis' are no longer working. 

This service computes a compound analysis of the wordform {WORDFORM}.

http://spraakbanken.gu.se/ws/saldo-ws/sms/{FORMAT}/{WORDFORM}

Example

Inflection engine

This service computes the inflection table of the paradigm identifier {PARADIGM} and baseform {BASEFORM}.

http://spraakbanken.gu.se/ws/saldo-ws/gen/{FORMAT}/{PARADIGM}/{BASEFORM}

Example

Lemma-id lookup

This service computes the information associated to the lemma identifier {LEMMA-ID}.

http://spraakbanken.gu.se/ws/saldo-ws/lid/{FORMAT}/{LEMMA-ID}

Example

Saldo-id lookup

This service computes the information associated to the saldo identifier {SALDO-ID}.

http://spraakbanken.gu.se/ws/saldo-ws/lid/{FORMAT}/{SALDO-ID}

Example

Randomized saldo-id lookup

This service computes the information associated to a randomized saldo identifier.

http://spraakbanken.gu.se/ws/saldo-ws/lid/{FORMAT}/rnd

Example

MD1

This service computes a saldo identifier's d1 at the mother side.

http://spraakbanken.gu.se/ws/saldo-ws/md1/{FORMAT}/{SALDO-ID}

Example

Siblings

SALDO's web service 'Siblings' are no longer working. 

This service computes a saldo identifier's siblings at the mother side.

http://spraakbanken.gu.se/ws/saldo-ws/sib/{FORMAT}/{SALDO-ID}

Example

Lemgram siblings

SALDO's web service 'Lemgram siblings' are no longer working. 

This service computes a lemgram's siblings at the mother side.

http://spraakbanken.gu.se/ws/saldo-ws/rel/{FORMAT}/{SALDO-ID}

Example

Sense distance

SALDO's web service 'Sense distance' are no longer working. 

This service computes distances between saldo identifiers at the mother side.

http://spraakbanken.gu.se/ws/saldo-ws/dist/{FORMAT}/{SALDO-IDS}

Example

Paradigm inventory

SALDO's web service 'Paradigm inventory' are no longer working. 

The service provides a paradigm inventory.

http://spraakbanken.gu.se/ws/saldo-ws/p/{FORMAT}/

Example

PoS inventory

SALDO's web service 'PoS inventory' are no longer working. 

The service provides a Part of Speech inventory.

http://spraakbanken.gu.se/ws/saldo-ws/pos/{FORMAT}/

Example