Maarten van Gompel
Maarten van Gompel
(requested by Gabor Toth)
The following library could be pluggable into our current framework: *STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks.*: http://stxxl.sourceforge.net/
Currently, Colibri Core only extracts skipgrams in which the skip is not at an initial or final position, but in the middle. For example, patterns like `x {*}` and `{*}...
I am currently missing the ability to specify what types of files the SoftwareApplication consumes or produces. I think this is important software metadata. I would want to propose adding...
# Linking source code to software applications (entrypoints and service endpoints aka SaaS) with regard for interface type The aim of this proposal is to: - explicitly specify the interface...
Schema.org defines [EntryPoint](http://schema.org/EntryPoint) as an entrypoint (a URL in some web-based protocol) to software described by the (``EntryPoint.actionApplication``) property. Python Packages also define entrypoints in their metadata (see https://github.com/proycon/codemetapy/blob/master/setup.py#L35 for...
Developments regarding annotation within the CLARIAH-PLUS project seem to converge on the use of [W3C Web Annotations](https://www.w3.org/TR/annotation-model/) as a standardized means of sharing decentralized annotations; and more generically, the use...
This issue came up in discussions with @luutuntin who was looking for a search and retrieval tool capable of handling FoLiA. There is some FoLiA support in both [Blacklab](https://github.com/INL/BlackLab) and...
Now FoLiA uses a generic external specification since v1.0 (`folia.yml`), we can augment this and generate a formal OWL ontology from it. Requested by the OpenMinTeD project.