ticcutils

Ticcutils, a generic utility library shared by our software.

https://github.com/languagemachines/ticcutils

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.4%) to scientific vocabulary

Keywords from Contributors

learning-algorithm ngram folia computational-linguistics timbl nearest-neighbours knn k-nearest-neighbours igtree ib1-ig
Last synced: 10 months ago · JSON representation

Repository

Ticcutils, a generic utility library shared by our software.

Basic Info
  • Host: GitHub
  • Owner: LanguageMachines
  • License: gpl-3.0
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 1.5 MB
Statistics
  • Stars: 7
  • Watchers: 9
  • Forks: 9
  • Open Issues: 1
  • Releases: 30
Created about 13 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Authors Codemeta

README

Please see README.md for for information.

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": "ticcutils",
  "name": "ticcutils",
  "version": "0.36",
  "description": "This module contains useful functions for general use in the TiCC software stack and beyond.",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "url": "https://github.com/LanguageMachines/ticcutils",
  "author": [
    {
      "@type": "Person",
      "givenName": "Ko",
      "familyName": "van der Sloot",
      "email": "ko.vandersloot@let.ru.nl",
      "affiliation": {
        "@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"
            }
          }
        }
      }
    }
  ],
  "sourceOrganization": {
    "@id": "https://www.ru.nl/clst"
  },
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "identifier": "c++",
    "name": "C++"
  },
  "operatingSystem": [
    "Linux",
    "BSD",
    "macOS"
  ],
  "codeRepository": "https://github.com/LanguageMachines/ticcutils",
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "icu",
      "name": "icu"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "libxml2",
      "name": "libxml2"
    }
  ],
  "readme": "https://github.com/LanguageMachines/ticcutils/blob/master/README.md",
  "issueTracker": "https://github.com/LanguageMachines/ticcutils/issues",
  "contIntegration": "https://travis-ci.org/LanguageMachines/ticcutils",
  "releaseNotes": "https://github.com/LanguageMachines/ticcutils/releases",
  "developmentStatus": "https://www.repostatus.org/#active",
  "keywords": [
    "nlp",
    "natural language processing"
  ],
  "dateCreated": "2011-03-27",
  "targetProduct": [
    {
      "@type": "SoftwareLibrary",
      "executableName": "ticcutils",
      "name": "ticcutils",
      "runtimePlatform": [
        "Linux",
        "BSD",
        "macOS"
      ],
      "description": "Software library with generic utility functions"
    }
  ]
}

GitHub Events

Total
  • Create event: 2
  • Issues event: 1
  • Release event: 1
  • Push event: 33
  • Fork event: 1
Last Year
  • Create event: 2
  • Issues event: 1
  • Release event: 1
  • Push event: 33
  • Fork event: 1

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 741
  • Total Committers: 9
  • Avg Commits per committer: 82.333
  • Development Distribution Score (DDS): 0.468
Past Year
  • Commits: 71
  • Committers: 2
  • Avg Commits per committer: 35.5
  • Development Distribution Score (DDS): 0.127
Top Committers
Name Email Commits
Ko van der Sloot K****t@l****l 394
sloot s****t@1****3 172
Ko van der Sloot K****t@z****l 137
Maarten van Gompel p****n@a****l 21
mvgompel m****l@1****3 13
Jacek Smit j****j@g****m 1
Joost van Baal-Ilić j****b@n****x 1
joostvb j****b@1****3 1
pberck p****k@1****3 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 27
  • Total pull requests: 2
  • Average time to close issues: 6 months
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 14
  • Total pull request authors: 2
  • Average comments per issue: 4.11
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 6 months
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 10.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • proycon (8)
  • kosloot (6)
  • yurivict (2)
  • egpbos (1)
  • limogin (1)
  • evanmiltenburg (1)
  • gblib (1)
  • padurucr7 (1)
  • diizzyy (1)
  • mhkuu (1)
  • supersym (1)
  • joostvb-gh (1)
  • vivekpatani (1)
  • fbkarsdorp (1)
Pull Request Authors
  • jargij (1)
  • diizzyy (1)
Top Labels
Issue Labels
enhancement (4) ready (4) bug (3) packaging (3) waiting (3) TESTING (1) help wanted (1)
Pull Request Labels

Packages

  • Total packages: 25
  • Total downloads: unknown
  • Total dependent packages: 43
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 56
  • Total maintainers: 1
alpine-v3.16: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • Versions: 1
  • Dependent Packages: 21
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 4.4%
Average: 11.2%
Forks count: 19.3%
Stargazers count: 20.9%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.17: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • Versions: 1
  • Dependent Packages: 14
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 2.9%
Average: 12.6%
Forks count: 22.8%
Stargazers count: 24.8%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 13.4%
Forks count: 25.9%
Stargazers count: 27.9%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 13.4%
Forks count: 25.9%
Stargazers count: 27.9%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 13.4%
Forks count: 25.9%
Stargazers count: 27.9%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.16: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 16.9%
Forks count: 19.3%
Stargazers count: 20.9%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.16: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 16.9%
Forks count: 19.3%
Stargazers count: 20.9%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • Versions: 9
  • Dependent Packages: 7
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 17.6%
Forks count: 26.5%
Stargazers count: 29.2%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (documentation)

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 17.6%
Forks count: 26.5%
Stargazers count: 29.2%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (development files)

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 14.6%
Average: 17.6%
Forks count: 26.5%
Stargazers count: 29.2%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.17: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 18.7%
Forks count: 22.8%
Stargazers count: 24.8%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.17: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 18.7%
Forks count: 22.8%
Stargazers count: 24.8%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: ticcutils
  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 39.9%
Forks count: 43.4%
Stargazers count: 53.5%
Last synced: 10 months ago
alpine-v3.20: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.19: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.21: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.22: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • 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: 10 months ago
alpine-v3.22: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.20: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.22: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.21: ticcutils-doc

Common library with shared functions for Frog, ucto, libfolia, timbl (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: 10 months ago
alpine-v3.21: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • 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: 10 months ago
alpine-v3.20: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • 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: 10 months ago
alpine-v3.19: ticcutils-dev

Common library with shared functions for Frog, ucto, libfolia, timbl (development files)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Last synced: 10 months ago
alpine-v3.19: ticcutils

Common library with shared functions for Frog, ucto, libfolia, timbl

  • 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: 10 months ago

Dependencies

.github/workflows/codeql-analysis.yml.NOT actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/ticcutils.yml actions
  • Gottox/irc-message-action v2 composite
  • actions/checkout v2 composite
  • styfle/cancel-workflow-action 0.11.0 composite
  • webiny/action-post-run 1.0.0 composite