clarin-eric / switchboard-tool-registry

The Switchboard Tool Registry
GNU General Public License v3.0
4 stars 13 forks source link

LiLa Text Linker #166

Closed johnnymoretti closed 10 months ago

johnnymoretti commented 11 months ago

We would like to add this service, produced by the LiLa project to the switchboard. The tool is a pos-tagger and Lemmatizer for Latin that also provides, for each analyzed token, a link to the lemma entry in the LOD-compliant LiLa Lemma Bank.

This is what the service returns for the first token in the sample sentence hic sunt leones:

{
  "sentences": [
    [
      {
        "token": "hic",
        "lemma": "hic",
        "upos": "DET",
        "spaceAfter": " ",
        "linking": [
          "http://lila-erc.eu/data/id/lemma/105455"
        ]
      },
      ...
        ]
      }
    ]
  ],
}
kreetrapper commented 10 months ago

Apologies for picking this up so late. The tool is now available in the Beta instance of the switchboard. Please have a look there to see if it behaves as expected.