Skip to content

Commit ff6c00f

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
we have NEWS. get ready for release
1 parent 525b7e8 commit ff6c00f

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

NEWS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
0.16 - 2018-05-15
2+
[Ko vd Sloot]
3+
This is the last release using pre FoLiA 2.0
4+
It includes a total rework of the Frog Internals, aiming at better
5+
maintainability and hoping for a speedup and a smaller memory footprint.
6+
This work will continue in the upcoming release for FoLiA 2.0
7+
8+
Major Changes:
9+
* total rework. Not using a FoLiA document as the internal datastructure anymore
10+
but a FrogData structure.
11+
* use folia::engine for all FoLiA processing
12+
* -Q option is NOT supported anymore. It was unreliable anyway
13+
* builds on the newest ucto versions only
14+
* fix for https://github.com/proycon/LaMachine/issues//135
15+
https://github.com/LanguageMachines/frog/issues/66
16+
* handles some corner cases in FoLiA better
17+
* lots of code cleanup
18+
* numerous small fixes ( e.g. in NER and MBMA results)
19+
* improved working of --languages option
20+
* avoid invalid FoLiA: https://github.com/LanguageMachines/frog/issues/60
21+
* fixed memory leaks
22+
* better handling of weird FoLiA
23+
24+
[Maarten van Gompel]
25+
* added skeleton for new Frog documentation
26+
27+
128
0.15 - 2018-05-16
229
[Ko vd Sloot]
330
* ucto_tokenizer_mod: removed call of (useless) ucto:setSentenceDetection(true)

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@type": "SoftwareSourceCode",
1414
"identifier": "frog",
1515
"name": "Frog",
16-
"version": "0.15",
16+
"version": "0.16",
1717
"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.",
1818
"license": "https://spdx.org/licenses/GPL-3.0",
1919
"url": "https://languagemachines.github.io/frog",

0 commit comments

Comments
 (0)