Giter Site home page Giter Site logo

woseseltops / clam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from proycon/clam

1.0 3.0 0.0 13.33 MB

Computational Linguistics Application Mediator -- Quickly turn NLP applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.

Home Page: http://proycon.github.com/clam

License: GNU General Public License v3.0

clam's Introduction

====================================================
CLAM: Computational Linguistics Application Mediator
	by Maarten van Gompel
	Tilburg University, Radboud University Nijmegen

	Licensed under GPLv3
		
	Website: http://ilk.uvt.nl/clam
	Source repository: https://github.com/proycon/clam/
====================================================

CLAM allows you to quickly and transparently transform your Natural Language Processing application into a RESTful webservice, with which both human end-users as well as automated clients can interact. CLAM takes a description of your system and wraps itself around the system, allowing end-users or automated clients to upload input files to your application, start your application with specific parameters of their choice, and download and view the output of the application once it is completed.

CLAM is set up in a universal fashion, requiring minimal effort on the part of the service developer. Your actual NLP application is treated as a black box, of which only the parameters, input formats and output formats need to be described. Your application itself needs not be network aware in any way, nor aware of CLAM, and the handling and validation of input can be taken care of by CLAM.

CLAM is entirely written in Python, runs on UNIX-derived systems, and is available as open source under the GNU Public License (v3). It is set up in a modular fashion, and offers an API, and as such is easily extendable. CLAM communicates in a transparent XML format, and using XSL transformation offers a full web 2.0 web-interface for human end users. 

For installation instructions, make sure to read the provided 'INSTALL' file! For full documentation see the manual in docs/clam_manual.pdf , also accessible through the CLAM website at http://proycon.github.com/clam . It is recommended to read this prior to starting with CLAM. 



IMPORTANT NOTICE: It's discouraged to download the zip packages or tarballs from github, either properly use git instead, or install CLAM from the Python Package Index (http://pypi.python.org/pypi/CLAM), through easy_install . Using git and github, or the Python Package Index, you can easily keep clam up to date, for developers of new webservices, the git/github approach is the recommended one. To obtain CLAM from github:

  $ git clone git://github.com/proycon/clam.git
  
And to keep it up to date, regularly check back on github for changes and obtain the latest using a simple:

  clam$ git pull

For installation instructions, please read the supplied INSTALL file.

clam's People

Contributors

proycon avatar

Stargazers

Michael Corrado avatar

Watchers

James Cloos avatar Wessel Stoop avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.