alpinograph
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 4
Created almost 6 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Changelog
Codemeta
Owner
- Name: Computational Linguistics, University of Groningen
- Login: rug-compling
- Kind: organization
- Location: Groningen, The Netherlands
- Website: https://www.rug.nl/research/clcg/research/cl/
- Repositories: 40
- Profile: https://github.com/rug-compling
CodeMeta (codemeta.json)
{
"@context": [
"https://schema.org",
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
{
"relation": {
"@id": "http://purl.org/dc/terms/relation",
"@type": "@id"
}
}
],
"@id": "https://www.let.rug.nl/alfa/rdf/alpinograph",
"@type": "SoftwareSourceCode",
"relation": [
"https://www.let.rug.nl/alfa/rdf/paqu",
"https://tools.clariah.nl/gretel"
],
"name": "AlpinoGraph",
"description": "AlpinoGraph is een tool om syntactisch geannoteerde corpora te doorzoeken. De tool maakt gebruik van AgensGraph. AgensGraph combineert databasetechnologie (PostgreSQL) en Cypher, de standaard zoektaal voor grafen. De zoek-queries die je in AlpinoGraph kunt gebruiken zijn daarom een mix van SQL en Cypher. Daar voegt AlpinoGraph nog enkele extra uitbreidingen aan toe, zoals een eenvoudig maar handig systeem van macro's, en visualisatie van de resultaten.",
"dateCreated": "2020-03-25",
"dateModified": "2024-04-24",
"version": "1.0.5",
"sameAs": "https://tools.clariah.nl/alpinograph",
"codeRepository": "https://github.com/rug-compling/alpinograph.git",
"issueTracker": "https://github.com/rug-compling/alpinograph/issues",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Stage4Complete"
],
"applicationCategory": [
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology",
"https://vocabs.dariah.eu/tadirah/structuralAnalysis"
],
"producer": {
"@id": "_:cl",
"@type": "Organization",
"name": [
{
"@value": "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Computational Linguistics, Faculty of Arts, Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/research/clcg/research/cl/",
"parentOrganization": {
"@id": "_:rug",
"@type": "Organization",
"name": [
{
"@value": "Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/",
"sameAs": "http://www.wikidata.org/entity/Q850730",
"location": {
"@id": "_:groningen",
"@type": "Place",
"name": "Groningen",
"address": {
"@id": "_:grnNL",
"@type": "PostalAddress",
"addressLocality": "Groningen",
"addressRegion": "Groningen",
"addressCountry": "NL"
},
"sameAs": [
"http://www.wikidata.org/entity/Q749",
"https://sws.geonames.org/2755251/"
]
}
}
},
"releaseNotes": "https://github.com/rug-compling/alpinograph/blob/master/Changes.txt",
"readme": "https://github.com/rug-compling/alpinograph/blob/master/README.md",
"downloadUrl": "https://github.com/rug-compling/alpinograph/archive/refs/heads/master.zip",
"keywords": [
"Alpino",
"Dependency parsing",
"SPOD: Syntactic profiler of Dutch",
"Cypher",
"UD: Universal Dependencies"
],
"programmingLanguage": "Go",
"operatingSystem": [
"Linux",
"Docker"
],
"softwareHelp": {
"@type": "WebSite",
"name": "AlpinoGraph",
"url": "https://urd2.let.rug.nl/~kleiweg/alpinograph-docs/"
},
"author": {
"@id": "_:pkleiweg",
"@type": "Person",
"sameAs": "https://orcid.org/0000-0001-8364-3201",
"givenName": "Peter",
"familyName": "Kleiweg",
"email": "mailto:p.c.j.kleiweg@rug.nl",
"affiliation": {
"@id": "_:cl"
}
},
"maintainer": {
"@id": "_:pkleiweg"
},
"referencePublication": {
"@type": "ScholarlyArticle",
"sameAs": [
"http://dx.doi.org/10.18653/v1/2020.tlt-1.13",
"https://research.rug.nl/en/publications/alpinograph-a-graph-based-search-engine-for-flexible-and-efficien"
],
"name": "AlpinoGraph: A Graph-based Search Engine for Flexible and Efficient Treebank Search",
"author": [
"Peter Kleiweg",
"Gertjan van Noord"
],
"pageStart": "151",
"pageEnd": "161",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2020",
"name": "Proceedings of the 19th International Workshop on Treebanks and Linguistic Theories",
"location": "Düsseldorf, Germany"
},
"url": "https://aclanthology.org/2020.tlt-1.13"
},
"targetProduct": {
"@type": "WebApplication",
"name": "AlpinoGraph",
"url": "https://urd2.let.rug.nl/~kleiweg/alpinograph/",
"provider": {
"@id": "_:cl"
}
}
}
GitHub Events
Total
Last Year
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
proxy.golang.org: github.com/rug-compling/alpinograph
- Homepage: https://github.com/rug-compling/alpinograph
- Documentation: https://pkg.go.dev/github.com/rug-compling/alpinograph#section-documentation
-
Latest release: v1.0.5
published about 2 years ago
Rankings
Dependent packages count: 8.4%
Average: 9.0%
Dependent repos count: 9.5%
Last synced:
11 months ago
Dependencies
go.mod
go
- github.com/bitnine-oss/agensgraph-golang v0.1.0
- github.com/lib/pq v1.10.1
- github.com/pebbe/compactcorpus v1.0.1
- github.com/pebbe/dbxml v1.3.1
- github.com/pebbe/util v0.9.0
- github.com/rug-compling/alpinods v1.16.2
- github.com/rug-compling/alud/v2 v2.13.0
- github.com/yuin/goldmark v1.3.5
go.sum
go
- github.com/bitnine-oss/agensgraph-golang v0.1.0
- github.com/lib/pq v1.10.1
- github.com/pebbe/compactcorpus v1.0.1
- github.com/pebbe/dbxml v1.3.1
- github.com/pebbe/util v0.9.0
- github.com/rug-compling/alpinods v1.16.2
- github.com/rug-compling/alud/v2 v2.13.0
- github.com/yuin/goldmark v1.3.5