Alpc

Default

Alpc provides an access to the Alpage Linguistic Processing Chain for French. Several layers of processing are available, including segmentation (with SxPipe) and Named Entity Recognition (with Aleda), lexical information (with Lefff) and parsing (with FRMG). Parsing output can be returned following several dependency schema/format (native FRMG DepXML schema, FTB/CONLL, Passage/XML, Universal Dependencies).


Please log in to perform a job with this app.


In input :


In output :

21/03/2016 : Version 1.0, initial version

How to use our REST API :

Think to check your private token in your account first. You can find more detail in our documentation tab.

This app id is : 106

This curl command will create a job, and return your job url, and also the average execution time

files and/or dataset are optionnal, think to remove them if not wanted
curl -H 'Authorization: Token token=<your_private_token>' -X POST
-F job[webapp_id]=106
-F job[param]=""
-F job[queue]=standard
-F files[0]=@test.txt
-F files[1]=@test2.csv
-F job[file_url]=<my_file_url>
-F job[dataset]=<my_dataset_name> https://allgo.inria.fr/api/v1/jobs

Then, check your job to get the url files with :

curl -H 'Authorization: Token token=<your_private_token>' -X GET https://allgo.inria.fr/api/v1/jobs/<job_id>