wiki:FCS

Version 14 (modified by Erik Körner, 2 years ago) (diff)

Add CLARIN-FCS Core 2.0 Link to specifications section

CLARIN Federated Content Search (FCS)

This page collects resources related to CLARIN Federated Content Search (FCS) and Federated Content Search Task Force activities.

Specifications

Software for implementing CLARIN-FCS

  • FCS Simple Endpoint
    • Source code: https://trac.clarin.eu/browser/FCSSimpleEndpoint)
    • Maven snippet (aka add this to the proper sections of your pom.xml):
      <!-- dependencies section -->
      <dependency>
        <groupId>eu.clarin.sru.fcs</groupId>
        <artifactId>fcs-simple-endpoint</artifactId>
        <version>1.6.0</version>
      </dependency>
      
      <!-- (Maven) repositories section --->
      <repository>
        <id>clarin</id>
        <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
        <layout>default</layout>
      </repository>
      
  • FCS Annotation Translator for use in endpoints
  • FCS Simple Client
    • Source code: https://trac.clarin.eu/browser/FCSSimpleClient
    • Maven snippet (aka add this to the proper sections of your pom.xml):
      <!-- dependencies section -->
      <dependency>
        <groupId>eu.clarin.sru.fcs</groupId>
        <artifactId>fcs-simple-client</artifactId>
        <version>1.3.0</version>
      </dependency>
      
      <!-- (Maven) repositories section --->
      <repository>
        <id>clarin</id>
        <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
        <layout>default</layout>
      </repository>
      

Tools

Task Force

Archived Material

The following material is archived for historical reasons and is not normative in any way.