Maarten van Gompel
Maarten van Gompel
It might be interesting to map our CGN PoS tags to universal pos tags, a pos tag vocabulary from the universal dependencies project that is in more widespread use (but...
Currently the NER module in Frog distinguishes persons, locations, events, products(?) and miscellaneous. Since the module has been enhanced with gazetteers, I think we can do better than this coarse...
Frog is currently quite tied to CGN (as we noticed in #52). I propose adding a parameter ``style`` for ``tagger`` in ``frog.cfg`` to indicate whether a PoS tagset is CGN-like...
Processing of huge amounts of pre-tokenised FoLiA documents (for Nederlab) goes unexpectedly slow, despite disabling various modules (``--skip=mcpa``). In about 24 hours, about 90 documents have been processed. Frog is...
Since the frog tests are in a separate repository, automatic testing of any arbitrary version (that includes old versions) is not possible without explicitly establishing which frogtests version is needed...
as requested by @HenkvdHeuvel : > Ook nu al wordt er een file met spk bij de output meegeleverd, maar het zou fijn zijn als de gebruiker zelf kan aangeven...
In schema.org there are properties for `processorRequirements`, `memoryRequirements` and `storageRequirements`. I propose adding a `graphicRequirements` that can be used to add GPU requirements (which are fairly essential in much of...
Documentation still refers to the binary as ``Timbl`` instead of ``timbl``. Also, I think it should be shipped inside this repo, currently we still refer to a pdf on a...