libfolia

FoLiA library for C++

https://github.com/languagemachines/libfolia

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.3%) to scientific vocabulary

Keywords

folia library natural-language-processing nlp

Keywords from Contributors

ngram learning-algorithm computational-linguistics text-processing skipgram pattern-recognition linguistics corpus language-identification language-detection
Last synced: 9 months ago · JSON representation

Repository

FoLiA library for C++

Basic Info
Statistics
  • Stars: 17
  • Watchers: 10
  • Forks: 6
  • Open Issues: 5
  • Releases: 48
Topics
folia library natural-language-processing nlp
Created about 13 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Authors Codemeta

README

please see README.md

Owner

  • Name: Language Machines
  • Login: LanguageMachines
  • Kind: organization
  • Email: proycon@anaproy.nl
  • Location: Nijmegen, The Netherlands

NLP Research group at Centre for Language Studies, Radboud University Nijmegen

CodeMeta (codemeta.json)

{
  "@context": [
    "https://doi.org/10.5063/schema/codemeta-2.0",
    "http://schema.org",
    "https://w3id.org/software-types"
  ],
  "@type": "SoftwareSourceCode",
  "identifier": "libfolia",
  "name": "libfolia",
  "version": "2.21.1",
  "description": "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA).",
  "license": "https://spdx.org/licenses/GPL-3.0-only",
  "url": "https://github.com/LanguageMachines/libfolia",
  "producer": {
    "@id": "https://www.ru.nl/clst",
    "@type": "Organization",
    "name": "Centre for Language and Speech Technology",
    "url": "https://www.ru.nl/clst",
    "parentOrganization": {
      "@id": "https://www.ru.nl/cls",
      "@type": "Organization",
      "name": "Centre for Language Studies",
      "url": "https://www.ru.nl/cls",
      "parentOrganization": {
        "@id": "https://www.ru.nl",
        "name": "Radboud University",
        "@type": "Organization",
        "url": "https://www.ru.nl",
        "location": {
          "@type": "Place",
          "name": "Nijmegen"
        }
      }
    }
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Ko",
      "familyName": "van der Sloot",
      "email": "ko.vandersloot@let.ru.nl",
      "affiliation": {
        "@id": "https://www.ru.nl/clst"
      }
    },
    {
      "@id": "https://orcid.org/0000-0002-1046-0006",
      "@type": "Person",
      "givenName": "Maarten",
      "familyName": "van Gompel",
      "email": "proycon@anaproy.nl",
      "affiliation": {
        "@id": "https://www.ru.nl/clst"
      }
    }
  ],
  "sourceOrganization": {
    "@id": "https://www.ru.nl/clst"
  },
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "identifier": "c++",
    "name": "C++"
  },
  "operatingSystem": "POSIX",
  "codeRepository": "https://github.com/LanguageMachines/libfolia",
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "icu",
      "name": "icu"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "libxml2",
      "name": "libxml2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ticcutils",
      "name": "ticcutils"
    }
  ],
  "readme": "https://github.com/LanguageMachines/libfolia/blob/master/README.md",
  "issueTracker": "https://github.com/LanguageMachines/libfolia/issues",
  "contIntegration": "https://travis-ci.org/LanguageMachines/libfolia",
  "releaseNotes": "https://github.com/LanguageMachines/libfolia/releases",
  "developmentStatus": "https://www.repostatus.org/#active",
  "keywords": [
    "nlp",
    "natural language processing",
    "folia",
    "xml",
    "linguistic annotation"
  ],
  "referencePublication": [
    {
      "@type": "ScholarlyArticle",
      "name": "FoLiA: A practical XML format for linguistic annotation - a descriptive and comparative study",
      "author": [
        "Maarten van Gompel",
        "Martin Reynaert"
      ],
      "pageStart": 63,
      "pageEnd": 81,
      "isPartOf": {
        "@type": "PublicationIssue",
        "datePublised": "2014",
        "name": "Computational Linguistics in the Netherlands Journal",
        "issue": "3"
      },
      "url": "http://www.clinjournal.org/sites/clinjournal.org/files/05-vanGompel-Reynaert-CLIN2013.pdf"
    },
    {
      "@type": "TechArticle",
      "name": "FoLiA: Format for Linguistic Annotation, Documentation",
      "author": [
        "Maarten van Gompel"
      ],
      "isPartOf": {
        "@type": "PublicationIssue",
        "datePublised": "2014",
        "name": "Language and Speech Technology Technical Report Series",
        "issue": "14-01",
        "location": "Nijmegen, the Netherlands"
      },
      "url": "https://github.com/proycon/folia/raw/master/docs/folia.pdf"
    }
  ],
  "targetProduct": [
    {
      "@type": "SoftwareLibrary",
      "executableName": "libfolia",
      "name": "libfolia",
      "runtimePlatform": [
        "Linux",
        "BSD",
        "macOS"
      ],
      "description": "FoLiA Library with API for C++"
    },
    {
      "@type": "CommandLineApplication",
      "executableName": "folialint",
      "name": "folialint",
      "runtimePlatform": [
        "Linux",
        "BSD",
        "macOS"
      ],
      "description": "FoLiA validation tool"
    }
  ]
}

GitHub Events

Total
  • Release event: 2
  • Watch event: 2
  • Push event: 49
  • Fork event: 1
  • Create event: 3
Last Year
  • Release event: 2
  • Watch event: 2
  • Push event: 49
  • Fork event: 1
  • Create event: 3

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 1,786
  • Total Committers: 6
  • Avg Commits per committer: 297.667
  • Development Distribution Score (DDS): 0.458
Past Year
  • Commits: 106
  • Committers: 2
  • Avg Commits per committer: 53.0
  • Development Distribution Score (DDS): 0.075
Top Committers
Name Email Commits
Ko van der Sloot K****t@l****l 968
sloot s****t@1****3 356
Ko van der Sloot K****t@z****l 304
Maarten van Gompel p****n@a****l 144
mvgompel m****l@1****3 13
Kobus van der Sloot s****t@f****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 56
  • Total pull requests: 0
  • Average time to close issues: 4 months
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 2.79
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kosloot (29)
  • proycon (24)
  • yurivict (2)
  • peterverhaar (1)
Pull Request Authors
Top Labels
Issue Labels
bug (21) enhancement (20) ready (6) question (5) packaging (5) low priority (4) Testing (4) waiting (4) PRIORITY (3)
Pull Request Labels

Packages

  • Total packages: 21
  • Total downloads: unknown
  • Total dependent packages: 12
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 53
  • Total maintainers: 1
alpine-edge: libfolia-doc

C++ library for FoLiA (Format for Linguistic Annotation) (documentation)

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 7.5%
Dependent packages count: 15.0%
Maintainers (1)
Last synced: 9 months ago
proxy.golang.org: github.com/LanguageMachines/libfolia
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 9 months ago
alpine-v3.16: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 6
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 12.0%
Average: 12.9%
Forks count: 19.7%
Stargazers count: 19.9%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.18: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 13.2%
Forks count: 26.3%
Stargazers count: 26.5%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.18: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 13.2%
Forks count: 26.3%
Stargazers count: 26.5%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.17: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 7.9%
Average: 13.7%
Forks count: 23.2%
Stargazers count: 23.7%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.16: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 16.7%
Forks count: 19.7%
Stargazers count: 19.9%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 9 months ago
alpine-edge: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 17.3%
Forks count: 27.0%
Stargazers count: 27.7%
Maintainers (1)
Last synced: 9 months ago
alpine-edge: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 11
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 17.4%
Forks count: 27.0%
Stargazers count: 27.9%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.17: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 18.5%
Forks count: 23.2%
Stargazers count: 23.7%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.20: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.22: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.19: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.19: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.21: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.21: libfolia-doc

C++ library for FoLiA (Format for Linguistic Annotation) (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.21: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.22: libfolia-doc

C++ library for FoLiA (Format for Linguistic Annotation) (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.22: libfolia-dev

C++ library for FoLiA (Format for Linguistic Annotation) (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.20: libfolia-doc

C++ library for FoLiA (Format for Linguistic Annotation) (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago
alpine-v3.20: libfolia

C++ library for FoLiA (Format for Linguistic Annotation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 9 months ago

Dependencies

.github/workflows/libfolia.yml actions
  • Gottox/irc-message-action v2 composite
  • actions/checkout v2 composite
  • styfle/cancel-workflow-action 0.11.0 composite