mbt
MBT: Memory-based tagger generation and tagging MBT is a memory-based tagger-generator and tagger in one.
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 (2.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
MBT: Memory-based tagger generation and tagging MBT is a memory-based tagger-generator and tagger in one.
Basic Info
- Host: GitHub
- Owner: LanguageMachines
- License: gpl-3.0
- Language: C++
- Default Branch: master
- Homepage: https://languagemachines.github.io/mbt
- Size: 6.5 MB
Statistics
- Stars: 9
- Watchers: 8
- Forks: 1
- Open Issues: 1
- Releases: 13
Topics
Metadata Files
README
Please see README.md for for information.
Owner
- Name: Language Machines
- Login: LanguageMachines
- Kind: organization
- Email: proycon@anaproy.nl
- Location: Nijmegen, The Netherlands
- Website: http://cls.ru.nl/languagemachines
- Repositories: 53
- Profile: https://github.com/LanguageMachines
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": "mbt",
"name": "mbt",
"version": "3.11",
"description": "MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. It has also been used for named-entity recognition, information extraction in domain-specific texts, and disfluency chunking in transcribed speech. ",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://languagemachines.github.io/mbt",
"producer": {
"@id": "https://huc.knaw.nl",
"@type": "Organization",
"name": "KNAW Humanities Cluster",
"url": "https://huc.knaw.nl",
"parentOrganization": {
"@id": "https://knaw.nl",
"@type": "Organization",
"name": "KNAW",
"url": "https://knaw.nl",
"location": {
"@type": "Place",
"name": "Amsterdam"
}
}
},
"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"
}
}
}
}
},
{
"@id": "https://orcid.org/0000-0003-2493-656X",
"@type": "Person",
"givenName": "Antal",
"familyName": "van den Bosch",
"email": "antal.vandenbosch@let.ru.nl"
},
{
"@type": "Person",
"givenName": "Walter",
"familyName": "Daelemans"
},
{
"@type": "Person",
"givenName": "Jakub",
"familyName": "Zavrel"
}
],
"programmingLanguage": {
"@type": "ComputerLanguage",
"identifier": "c++",
"name": "C++"
},
"operatingSystem": [
"Linux",
"BSD",
"macOS"
],
"codeRepository": "https://github.com/LanguageMachines/mbt",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "libxml2",
"name": "libxml2"
},
{
"@type": "SoftwareApplication",
"identifier": "ticcutils",
"name": "ticcutils"
},
{
"@type": "SoftwareApplication",
"identifier": "timbl",
"name": "timbl"
}
],
"readme": "https://github.com/LanguageMachines/mbt/blob/master/README.md",
"issueTracker": "https://github.com/LanguageMachines/mbt/issues",
"contIntegration": "https://travis-ci.org/LanguageMachines/mbt",
"releaseNotes": "https://github.com/LanguageMachines/mbt/releases",
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"nlp",
"natural language processing",
"memory based learning",
"tagger",
"machine learning"
],
"referencePublication": [
{
"@type": "Book",
"name": "Memory-Based Language Processing",
"author": [
"Walter Daelemans",
"Antal van den Bosch"
],
"url": "http://ilk.uvt.nl/mblp",
"publisher": "Cambridge University Press"
}
],
"targetProduct": [
{
"@type": "SoftwareLibrary",
"executableName": "libmbt",
"name": "libmbt",
"runtimePlatform": [
"Linux",
"BSD",
"macOS"
],
"description": "Memory-based Tagging Library with API for C++"
},
{
"@type": "CommandLineApplication",
"executableName": "mbt",
"name": "mbt",
"runtimePlatform": [
"Linux",
"BSD",
"macOS"
],
"description": "Memory-based tagger, command-line tool"
}
]
}
GitHub Events
Total
- Release event: 1
- Push event: 7
- Create event: 2
Last Year
- Release event: 1
- Push event: 7
- Create event: 2
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| sloot | s****t@1****3 | 198 |
| Ko van der Sloot | K****t@l****l | 112 |
| Ko van der Sloot | K****t@z****l | 52 |
| joostvb | j****b@1****3 | 36 |
| (no author) | (****)@1****3 | 19 |
| Maarten van Gompel | p****n@a****l | 15 |
| antalb | a****b@1****3 | 6 |
| mvgompel | m****l@1****3 | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 7
- Total pull requests: 0
- Average time to close issues: 7 months
- Average time to close pull requests: N/A
- Total issue authors: 4
- Total pull request authors: 0
- Average comments per issue: 1.29
- 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
- proycon (3)
- kosloot (2)
- WillemJan (1)
- antalvdb (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 24
- Total downloads: unknown
-
Total dependent packages: 10
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 42
- Total maintainers: 1
alpine-v3.18: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.9-r2
published almost 3 years ago
Rankings
Maintainers (1)
alpine-v3.18: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.9-r2
published almost 3 years ago
Rankings
Maintainers (1)
alpine-v3.18: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.9-r2
published almost 3 years ago
Rankings
Maintainers (1)
alpine-v3.17: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.8-r1
published over 3 years ago
Rankings
Maintainers (1)
alpine-edge: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-v3.16: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.7-r2
published almost 4 years ago
Rankings
Maintainers (1)
alpine-v3.16: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.7-r2
published almost 4 years ago
Rankings
Maintainers (1)
alpine-v3.16: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.7-r2
published almost 4 years ago
Rankings
Maintainers (1)
alpine-edge: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-edge: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-v3.17: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.8-r1
published over 3 years ago
Rankings
Maintainers (1)
alpine-v3.17: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.8-r1
published over 3 years ago
Rankings
Maintainers (1)
alpine-v3.19: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.21: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.22: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-v3.22: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-v3.20: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.20: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.22: mbt-dev
Memory-based Tagger and Tagger Generator (development files)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.11-r1
published 11 months ago
Rankings
Maintainers (1)
alpine-v3.21: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.19: mbt-doc
Memory-based Tagger and Tagger Generator (documentation)
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
alpine-v3.19: mbt
Memory-based Tagger and Tagger Generator
- Homepage: https://github.com/LanguageMachines/mbt
- License: GPL-3.0-only
-
Latest release: 3.10-r1
published over 2 years ago
Rankings
Dependencies
- Gottox/irc-message-action v2 composite
- actions/checkout v2 composite
- styfle/cancel-workflow-action 0.11.0 composite
- alpine latest build