Skip to content

Commit

Permalink
bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jan 2, 2023
1 parent 07a6382 commit 104e2e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@type": "SoftwareSourceCode",
"identifier": "frog",
"name": "Frog",
"version": "0.26",
"version": "0.27",
"description": "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL.",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"url": "https://languagemachines.github.io/frog",
Expand All @@ -34,8 +34,8 @@
"givenName": "Ko",
"familyName": "van der Sloot",
"email": "ko.vandersloot@let.ru.nl",
"affiliation": {
"@id": "https://www.ru.nl/clst",
"affiliation": {
"@id": "https://www.ru.nl/clst",
"@type": "Organization",
"name": "Centre for Language and Speech Technology",
"url": "https://www.ru.nl/clst",
Expand Down Expand Up @@ -196,7 +196,7 @@
"name": "frog",
"runtimePlatform": [ "Linux", "BSD", "macOS" ],
"description": "Command-line interface to the full NLP suite",
"consumesData": [
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
Expand All @@ -218,7 +218,7 @@
}
}
],
"producesData": [
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
Expand Down Expand Up @@ -247,14 +247,14 @@
"runtimePlatform": [ "Linux", "BSD", "macOS" ],
"name": "mbma",
"description": "Memory-based Morphological Analysis (standalone)",
"consumesData": [
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
"inLanguage": { "@id": "https://iso639-3.sil.org/code/nld" }
}
],
"producesData": [
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
Expand All @@ -267,14 +267,14 @@
"executableName": "mblem",
"name": "mblem",
"description": "Memory-based Lemmatiser (standalone)",
"consumesData": [
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
"inLanguage": { "@id": "https://iso639-3.sil.org/code/nld" }
}
],
"producesData": [
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
Expand All @@ -287,14 +287,14 @@
"executableName": "ner",
"name": "ner",
"description": "Named Entity Recogniser (standalone)",
"consumesData": [
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
"inLanguage": { "@id": "https://iso639-3.sil.org/code/nld" }
}
],
"producesData": [
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
#also adapt version number in codemeta.json
AC_INIT([frog],[0.26],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([frog],[0.27],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 104e2e6

Please sign in to comment.