wiki:FCS

Version 9 (modified by Oliver Schonefeld, 8 years ago) (diff)

--

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 (https://trac.clarin.eu/browser/FCSSimpleEndpoint)
    <!-- Maven snippet (aka add this to the proper sections of your pom.xml -->
    
    <!-- ... -->
    <dependency>
      <groupId>eu.clarin.sru.fcs</groupId>
      <artifactId>fcs-simple-endpoint</artifactId>
      <version>1.3.0</version>
    </dependency>
    
    <!-- ... --->
    <repositories>
      <repository>
        <id>clarin</id>
        <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
        <layout>default</layout>
      </repository>
    </repositories>
    
  • FCS Annotation Translator for use in endpoints (https://trac.clarin.eu/browser/FCSannotrans)
    • Not yet released to CLARIN nexus, add manually to your project!
  • FCS Simple Client (https://trac.clarin.eu/browser/FCSSimpleClient)
    <!-- Maven snippet (aka add this to the proper sections of your pom.xml -->
    
    <!-- ... -->
    <dependency>
      <groupId>eu.clarin.sru.fcs</groupId>
      <artifactId>fcs-simple-client</artifactId>
      <version>1.3.0</version>
    </dependency>
    
    <!-- ... --->
    <repositories>
      <repository>
        <id>clarin</id>
        <url>https://nexus.clarin.eu/content/repositories/Clarin/</url>
        <layout>default</layout>
      </repository>
    </repositories>
    

Tools

Task Force

Archived Material

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