{"id":15520850,"url":"https://github.com/proycon/antilope","last_synced_at":"2025-04-05T04:25:53.764Z","repository":{"id":66967626,"uuid":"191923303","full_name":"proycon/aNtiLoPe","owner":"proycon","description":"A collection of NLP pipelines powered by Nextflow","archived":false,"fork":false,"pushed_at":"2019-10-17T15:00:22.000Z","size":91,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T11:07:13.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proycon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2019-06-14T10:21:11.000Z","updated_at":"2025-02-19T14:24:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c9d18e1-a148-4735-bef8-aa8ed2b46a99","html_url":"https://github.com/proycon/aNtiLoPe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2FaNtiLoPe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2FaNtiLoPe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2FaNtiLoPe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2FaNtiLoPe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proycon","download_url":"https://codeload.github.com/proycon/aNtiLoPe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247288988,"owners_count":20914455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:29:45.385Z","updated_at":"2025-04-05T04:25:53.738Z","avatar_url":"https://github.com/proycon.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Language Machines Badge](http://applejack.science.ru.nl/lamabadge.php/aNtiLoPe)](http://applejack.science.ru.nl/languagemachines/)\n[![Build Status](https://travis-ci.org/proycon/aNtiLoPe.svg?branch=master)](https://travis-ci.com/proycon/aNtiLoPe)\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/proycon/antilope)\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\n# aNtiLoPe: Natural Language Processing pipelines that run!\n\naNtiLoPe offers various NLP workflows that build on a variety of tools.\nThis repository hosts the relevant workflows, powered by\n[Nextflow](https://www.nextflow.io). The tools the workflows depend on are not included as-such, but aNtiLope itself and\nall its dependencies are shipped as part of our [LaMachine](https://proycon.github.io/LaMachine) software distribution.\n\nSome related but more specialised workflows are available as standalone projects:\n * [PICCL](https://github.com/LanguageMachines/PICCL) - A set of workflows for corpus building through OCR, post-correction and normalisation.\n * [Nederlab Pipeline](https://github.com/proycon/nederlab-pipeline) - Linguistic enrichment pipeline for historical dutch, as used in the Nederlab project\n * [Quoll](https://github.com/LanguageMachines/quoll/) - NLP text classification pipeline\n\nRunning these workflows, as opposed to manually invoking the underlying NLP tools that do the actual work, enables less\neffort on the part of the user, and more portability and scalability, as the pipelines can be executed across multiple\ncomputing nodes on a high performance cluster such as SGE, LSF, SLURM, PBS, HTCondor, Kubernetes and Amazon AWS.\nParallellisation is handled automatically. Consult the [Nextflow\ndocumentation](https://www.nextflow.io/docs/latest/index.html) for details regarding this.\n\naNtiLoPe makes extensive use of the [FoLiA](https://proycon.github.io/folia) format, a rich XML-based format for linguistic\nannotation.\n\n**Important Note**: This is beta software still in development; for the old and deprecated version consult [this repository](https://github.com/martinreynaert/TICCL).\n\n## Installation\n\naNtiLoPe is already shipped as a part of [LaMachine](https://proycon.github.io/LaMachine), you may need to explicitly add it using ``lamachine-add antilope`` if you already have a LaMachine instance running.\nThe workflows are invoked on the command line and end with the extension ``.nf``.\n\nIt's also possible to use [Nextflow](https://www.nextflow.io) directly and have it install and use the [Docker](https://docker.io) flavour of [LaMachine](https://proycon.github.io/LaMachine).\nIn this case you need to ensure to always run it with the ``-with-docker proycon/lamachine`` parameter:\n\n    $ nextflow run proycon/aNtiLoPe -with-docker proycon/lamachine\n\n## Workflows\n\n * ``tokenize.nf`` - A tokenisation workflow using the [ucto](https://LanguageMachines.github.io/ucto) tokeniser; takes either plaintext or untokenised FoLiA documents (e.g. output from ticcl), and produces tokenised FoLiA documents.\n * ``frog.nf`` - An NLP workflow for Dutch using the [frog](https://LanguageMachines.github.io/frog) NLP suite; takes either plaintext or FoLiA documents and produces linguistically enriched FoLiA documents, takes care of tokenisation as well.\n * ``foliavalidator.nf`` - A simple validation workflow to validate FoLiA documents. Uses the [FoLiA tools](https://github.com/proycon/foliatools)\n * ``foliaupgrader.nf`` - An upgrade tool to upgrade FoLiA documents to FoLiA v2. Uses the [FoLiA tools](https://github.com/proycon/foliatools)\n\nRunning with these workflows with the ``--help`` parameter or absence of any parameters will output usage\ninformation.\n\n## Technical Details \u0026 Contributing\n\nPlease see CONTRIBUTE.md for technical details and information on how to contribute.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Fantilope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproycon%2Fantilope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Fantilope/lists"}