{"id":15520711,"url":"https://github.com/proycon/foliapy","last_synced_at":"2025-08-20T10:31:47.560Z","repository":{"id":57431725,"uuid":"147672342","full_name":"proycon/foliapy","owner":"proycon","description":"An extensive Python library for dealing with FoLiA (Format for Linguistic Annotation) documents, a rich XML-based format for linguistic annotation finding application in Natural Language Processing (NLP). This library was formerly part of PyNLPl.","archived":false,"fork":false,"pushed_at":"2024-11-18T12:18:53.000Z","size":12045,"stargazers_count":18,"open_issues_count":10,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-09T10:25:12.795Z","etag":null,"topics":["clariah","clarin","computational-linguistics","folia","nlp","pynlpl","xml"],"latest_commit_sha":null,"homepage":"https://proycon.github.io/folia","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proycon.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-06T12:45:23.000Z","updated_at":"2024-10-11T16:28:19.000Z","dependencies_parsed_at":"2024-05-15T15:29:00.512Z","dependency_job_id":"7204059e-1143-444d-8ddc-61c05da1e3c1","html_url":"https://github.com/proycon/foliapy","commit_stats":{"total_commits":1938,"total_committers":7,"mean_commits":"276.85714285714283","dds":0.01031991744066052,"last_synced_commit":"e0ab918d5a68766b55f25965525bda4c93bc4487"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffoliapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffoliapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffoliapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proycon%2Ffoliapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proycon","download_url":"https://codeload.github.com/proycon/foliapy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230415318,"owners_count":18222158,"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":["clariah","clarin","computational-linguistics","folia","nlp","pynlpl","xml"],"created_at":"2024-10-02T10:28:59.042Z","updated_at":"2024-12-19T10:09:10.803Z","avatar_url":"https://github.com/proycon.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Books"],"readme":"FoLiA Library for Python\n================================\n\n.. image:: https://github.com/proycon/foliapy/actions/workflows/foliapy.yml/badge.svg?branch=master\n    :target: https://github.com/proycon/foliapy/actions/\n\n.. image:: http://readthedocs.org/projects/foliapy/badge/?version=latest\n\t:target: http://foliapy.readthedocs.io/en/latest/?badge=latest\n\t:alt: Documentation Status\n\n.. image:: http://applejack.science.ru.nl/lamabadge.php/foliapy\n   :target: http://applejack.science.ru.nl/languagemachines/\n\n.. image:: https://www.repostatus.org/badges/latest/active.svg\n   :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.\n   :target: https://www.repostatus.org/#active\n\n.. image:: https://img.shields.io/pypi/v/folia\n   :alt: Latest release in the Python Package Index\n   :target: https://pypi.org/project/folia/\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.594143.svg\n   :target: https://doi.org/10.5281/zenodo.594143\n\nThis Python module provides an extensive library for parsing, creating and otherwise processing documents in the `Format\nfor Linguistic Annotation \u003chttps://proycon.github.io/folia\u003e`_, aka `FoLiA \u003chttps://proycon.github.io/folia\u003e`_. It has\nbeen in active development since 2010 and used by numerous Natural Language Processing (NLP) tools.\n\nThis library used to be part of `PyNLPL \u003chttps://github.com/proycon/pynlpl\u003e`_ (``pynlpl.formats.folia``), but has been\nmigrated to this standalone library in spring 2019.\n\nAcknowledgement\n----------------------------\n\nFoLiA development is funded in the scope of the larger CLARIN-NL project and its successor CLARIAH.\n\n\nThe following modules are available:\n\n* ``folia.main`` - The main library\n* ``folia.setdefinition`` - A module for FoLiA Set Definitions\n* ``folia.fql`` - Support for the FoLiA Query Language (FQL)\n\n\nInstallation\n--------------------\n\nDownload and install the latest stable version directly from the Python Package\nIndex with ``pip install folia`` (or ``pip3`` for Python 3.7+ on most\nsystems). For global installations prepend ``sudo``.\n\nAlternatively, clone this repository and run ``python setup.py install`` (or\n``python3 setup.py install`` for Python 3 on most system. Prepend ``sudo`` for\nglobal installations.\n\nThe Python FoLiA library is also included in our `LaMachine \u003chttps://proycon.github.io/LaMachine\u003e`_ distribution.\n\nDocumentation\n--------------------\n\nAPI Documentation and tutorials can be found `here \u003chttps://foliapy.readthedocs.io/en/latest/\u003e`_ .\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Ffoliapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproycon%2Ffoliapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproycon%2Ffoliapy/lists"}