Skip to content

Commit e6e1e68

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
we hav news
finished transition to Git
1 parent 6ef1293 commit e6e1e68

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*.tar.gz
2+
ChangeLog
13
INSTALL
24
Makefile
35
Makefile.in
@@ -44,3 +46,7 @@ src/frog
4446
src/mbma
4547
src/mblem
4648
src/ner
49+
src/test-suite.log
50+
src/tst.out
51+
src/tst.sh.log
52+
src/tst.sh.trs

Makefile.am

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# $Id$
2-
# $URL$
3-
41
ACLOCAL_AMFLAGS = -I m4 --install
52

63
SUBDIRS = src include m4 docs tests
@@ -11,4 +8,4 @@ pkgconfigdir = $(libdir)/pkgconfig
118
pkgconfig_DATA = frog.pc
129

1310
ChangeLog: $(top_srcdir)/NEWS
14-
svn update; svn2cl --include-rev
11+
git pull; git2cl > ChangeLog

NEWS

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
0.13.0 - 2015-09-28
22
[Ko van der Sloot]
3-
* First version without Python dependencies
3+
* moved repository to GitHub
4+
* added Travis support
5+
* First version without Python dependencies!
6+
The CSI parser is implemented in C++
7+
* use more stuff from >ticcutils (BasicServer)
8+
* frog now runs on a minimal configurations too
9+
* a lot more stuff is configurable (te become more language independent)
10+
* added NER lookup from a file
11+
* mbma is improved.
12+
Doesn't have the "eer" and "ere" hacks anymore
13+
does hande C tags/inflections better
14+
better 'daring' mode
15+
adds some comopund info
16+
* fixed the mbma_prog and mblem_prog to run without a tagger or tokenizer
17+
* added a 'ner' commandline tool
18+
* a lot of smaller bug fixes and code refactoring
419

520
0.12.20 - 2015-01-29
621
[Ko van der Sloot]

0 commit comments

Comments
 (0)