Skip to content

Commit

Permalink
metadata update + lowering version to 0.27.1 for upcoming release wit…
Browse files Browse the repository at this point in the history
…h improved metadata
  • Loading branch information
proycon committed Feb 22, 2023
1 parent 88abe37 commit 46a4612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 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.28",
"version": "0.27.1",
"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 Down Expand Up @@ -56,16 +56,14 @@
}
}
}
},
"position": 1
}
},
{
"@id": "https://orcid.org/0000-0003-2493-656X",
"@type": "Person",
"givenName": "Antal",
"familyName": "van den Bosch",
"email": "antal.vandenbosch@let.ru.nl",
"position": 2
"email": "antal.vandenbosch@let.ru.nl"
},
{
"@id": "https://orcid.org/0000-0002-1046-0006",
Expand All @@ -77,7 +75,6 @@
{ "@id": "https://huc.knaw.nl" },
{ "@id": "https://www.ru.nl/clst" }
],
"position": 3
}
],
"sourceOrganization": { "@id": "https://www.ru.nl/clst" },
Expand Down Expand Up @@ -166,7 +163,7 @@
}
],
"issueTracker": "https://github.com/LanguageMachines/frog/issues",
"contIntegration": "https://travis-ci.org/LanguageMachines/frog",
"contIntegration": "https://github.com/LanguageMachines/frog/actions/workflows/frog.yml",
"releaseNotes": "https://github.com/LanguageMachines/frog/releases",
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level9Proven" ],
"keywords": [ "nlp", "natural language processing", "pos", "lemma", "ner", "parser", "tagger", "part-of-speech tagging", "lemmatisation", "dependency parsing", "shallow parsing", "dutch" ],
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.28],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([frog],[0.27.1],[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 46a4612

Please sign in to comment.