Skip to content

Commit cb8d408

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
bug fix release dor Mac OSX
1 parent 403d06e commit cb8d408

37 files changed

Lines changed: 48 additions & 43 deletions

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
0.13.10 - 2018-01-29
2+
[Ko vd Sloot]
3+
Bug fix release to fix a compilation problem on Max OSX
4+
15
0.13.9 - 2017-11-07
26
[Ko vd Sloot]
3-
Bug fix relase, to get all our releases into balance. (Toad release
7+
Bug fix release, to get all our releases into balance. (Toad release
48
requires 0.13.9)
59

610
0.13.8 - 2017-10-26

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Build Status](https://travis-ci.org/LanguageMachines/frog.svg?branch=master)](https://travis-ci.org/LanguageMachines/frog) [![Language Machines Badge](http://applejack.science.ru.nl/lamabadge.php/frog)](http://applejack.science.ru.nl/languagemachines/)
1+
[![Build Status](https://travis-ci.org/LanguageMachines/frog.svg?branch=master)](https://travis-ci.org/LanguageMachines/frog) [![Language Machines Badge](http://applejack.science.ru.nl/lamabadge.php/frog)](http://applejack.science.ru.nl/languagemachines/)
22

33
==============================================================================
44
Frog - A Tagger-Lemmatizer-Morphological-Analyzer-Dependency-Parser for Dutch
55
==============================================================================
66

7-
Copyright 2006-2017
7+
Copyright 2006-2018
88
Bertjan Busser, Antal van den Bosch, Ko van der Sloot, Maarten van Gompel
99

1010
Centre for Language and Speech Technology, Radboud University Nijmegen
@@ -64,7 +64,7 @@ Contents of this distribution:
6464
To install Frog, first consult whether your distribution's package manager has
6565
an up-to-date package. If not, for easy installation of Frog and its many
6666
dependencies, it is included as part of our software distribution
67-
**LaMachine**: https://proycon.github.io/LaMachine .
67+
**LaMachine**: https://proycon.github.io/LaMachine .
6868

6969
To be able to succesfully build Frog from source instead, you need the following dependencies:
7070
- A sane C++ build enviroment with autoconf, automake, autoconf-archive, pkg-config, gcc or clang, libtool

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT([frog], [0.13.9], [lamasoftware@science.ru.nl])
5+
AC_INIT([frog], [0.13.10], [lamasoftware@science.ru.nl])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

include/frog/Frog-util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

include/frog/FrogAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

include/frog/Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

include/frog/cgn_tagger_mod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

include/frog/clex.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66
@@ -32,6 +32,7 @@
3232
#ifndef CLEX_H
3333
#define CLEX_H
3434

35+
#include <string>
3536
#include <map>
3637

3738
namespace CLEX {

include/frog/iob_tagger_mod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

include/frog/mblem_mod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ex: set tabstop=8 expandtab: */
22
/*
3-
Copyright (c) 2006 - 2017
3+
Copyright (c) 2006 - 2018
44
CLST - Radboud University
55
ILK - Tilburg University
66

0 commit comments

Comments
 (0)