1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
0.12.15 - 2012-03-29
* using the new Mbt 3.2.8 API for Tagging.
The code is much simpler and less error-prone now.
* depends on libfolia 0.9
* improved mblem module: <alt> tags for alternative readings, faster too
* refactoctoring all over the place
* We no longer ship the datafiles. Use frogdata package instead
0.12.14 - 2012-02-29
* NER was disabled. fixed
0.12.13 - 2012-02-27
* adapted to libfolia 0.8, which is more strict on set definitions
* added an IOB NER
* added a --max-parser-tokens option
* the mwu list is reduced a lot (by AntalB)
* fixed a threading problem
* code refactoring continues
0.12.12 - 2012-02-09
[Ko vd Sloot]
* fixed stupid error in frog-dp-update script
* added a manpage for that script
0.12.11 - 2012-02-09
[Ko vd Sloot]
* added a simple script: frog-dp-update.sh
this installs the DP config and a full functional frog.cfg
* some small cleanups in iob-chunker code.
* added newest chunker configuration, now also gives confidence values
* fixed some problems with iob chunker
0.12.10 - 2012-02-06
[Ko vd Sloot]
* now frog ships with small-frog.cfg. Larger config is to be distributed
separately from the DPconfig directory.
* made debug handling better and the same for all modules
* added IOB chunker
* added -x option
* added --xmldir option
* fixed --skip=t. It was totally ignored!?
* removed the 0.12.2 patch. TimblServer solves it now.
* fixed problem with tags containing //
* update usage()
* updated man page
0.12.9 - 2012-01-12
[Ko vd Sloot]
* fixed threading problems.
* split very long function into 2 parts
[Maarten van Gompel]
* when in servermode, set_omp_num_threads(1). Otherwise every call
to the server would start extra threads.
0.12.8 - 2012-01-10
[Ko vd Sloot]
* fixed argument escaping problem when calling libfolia
[ Maarten van Gompel ]
* fixed a typo in cgn_tagger_mod
0.12.7 - 2012-01-05
* fixed compilation on GNU/Hurd
* temporary parserfiles get a unique name now (using the pid).
0.12.6 - 2011-12-22
* merged with the foliabased branch. So now we use the folia based Tokenizer.
folia XML is now the main interface between the modules in Frog.
0.12.5 - 2011-10-10
* is released
0.12.4 - ??
* missing in action
0.12.3 - 2011-08-23
[Ko vd Sloot]
* added a column for confidence. Needs the most recent Timbl and Mbt!
* changed the behaviour of the -Q option. (adapt to ucto 0.4.7)
[ Maarten van Gompel ]
* moved nasty sentence per line patch away, support now in ucto itself
0.12.2 - 2011-04-19
[ Maarten van Gompel ]
* fixed max read buffer (2048 byte) problem in server mode
0.12.1 - 2011-04-18
[ Ko vd Sloot ]
* added a fixed mbma.igtree file
* better reaction when startup fails. Try to bail out asap.
0.12.0 - 2011-03-21
{ Ko vd Sloot ]
* decapped progs and man
0.11.1 - 2011-03-20
[ Joost van Baal ]
* NEWS: record changes and releases
* docs/Frog.1, docs/Makefile.am: add Frog.1 .so link: consistent with name of
binary
0.11.0 - 2011-03-17
[ Ko van der Sloot ]
* Reworked mblem and mbma: less dependant on tagger results
* minor fixes
* more stuff is handled in parallel (work in progress)
* docs/frog.1: added a man page
[ Antal van den Bosch ]
* config/mblem.tree: "weesten" issue
* config/mblem.tree: let's hope this tree file reverts to the correct encoding
situation
* config/mblem.tree, config/mblem.tree.wgt: fixed "emmen" and "vrienden" errors
0.10.4 - 2011-03-01
[ Ko van der Sloot ]
* configure.ac: We need the most recent ucto!
* Makefile.am: now bootstrap works
[ Maarten van Gompel ]
* src/Frog-util.cxx: when using testdir, ignore hidden files (dotfiles)
* src/Frog.cxx: sentence per line on input side
* src/Frog.cxx: prettier help output
0.10.3 - 2011-02-27
[ Joost van Baal ]
* scripts/Makefile.am, scripts/pylet/{data,util}/Makefile.am: Minor changes
to make life easier for software packagers. Install python code and
compiled python in sane locations.
[ Ko van der Sloot ]
* src/Frog.cxx: added a '-n' option to do 'one sentence per line' tokenizing.
0.10.2 - 2011-02-13
[ Joost van Baal ]
* Minor changes to make life easier for software packagers.
0.10.1 - 2011-02-12
[ Joost van Baal ]
* configure.ac: merge frog-ng patch to deal with unavailable icu 4.6
[ Ko van der Sloot ]
* configure.ac: we need ucto >= 0.3.6
* src/Frog.cxx: added -e option to set the encoding
* configure.ac: bumped version, now uses ucto-icu.pc
[ Antal van den Bosch ]
* config/Frog.mwu.1.0, config/Makefile.am, config/frog.cfg,
config/mwu.suspects5: moved to a more comprehensive MWU file
based on the Lassy + Alpino treebanks
0.9.3 - 2010-01-26
[ Ko van der Sloot ]
* New release
[ Maarten van Gompel ]
* 2010-08-30 Added paragraph detection, added beginofsentence role, restyled
view of usage options, implemented '--stok' mode for tokenisation (one
sentence per line), roles are now shown explicitly in verbose tokeniser
output. (0.6)
* 2010-08-17 Improved server mode, without intermediate files (new tokeniser
only) (0.5)
* 2010-05-11 Integrated new tokeniser (from ucto) (0.3?)
2008-06-01 Ko vd Sloot
Source is moved to SVN
2007-12-03 Ko vd Sloot
Finished packaging.
2007-10-09 Started packaging
|