pax_global_header 0000666 0000000 0000000 00000000064 14354570014 0014515 g ustar 00root root 0000000 0000000 52 comment=3aa28330d77c9e38456bb22f1708c3566d80b5b4
LanguageMachines-mbtserver-3aa2833/ 0000775 0000000 0000000 00000000000 14354570014 0017245 5 ustar 00root root 0000000 0000000 LanguageMachines-mbtserver-3aa2833/.github/ 0000775 0000000 0000000 00000000000 14354570014 0020605 5 ustar 00root root 0000000 0000000 LanguageMachines-mbtserver-3aa2833/.github/workflows/ 0000775 0000000 0000000 00000000000 14354570014 0022642 5 ustar 00root root 0000000 0000000 LanguageMachines-mbtserver-3aa2833/.github/workflows/badge.svg 0000664 0000000 0000000 00000006164 14354570014 0024434 0 ustar 00root root 0000000 0000000
LanguageMachines-mbtserver-3aa2833/.github/workflows/mbtserver.yml 0000664 0000000 0000000 00000010376 14354570014 0025405 0 ustar 00root root 0000000 0000000 name: C/C++ CI
on:
push:
branches: [master]
paths:
- 'src/**'
- 'include/**'
- '.github/**'
pull_request:
branches: [master]
jobs:
notification:
runs-on: ubuntu-latest
name: Notify start to irc-gitlama
outputs:
branch: ${{ steps.extract_branch.outputs.branch }}
steps:
- name: Extract Branch name
shell: bash
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
id: extract_branch
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
nickname: GitHub
message: >
${{ github.actor }} started a build of
${{ github.event.repository.name }}
[${{ steps.extract_branch.outputs.branch }}]
build:
runs-on: ${{ matrix.os }}
needs: notification
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [g++, clang++]
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Install Build Environment
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install pkg-config autoconf-archive
else
brew upgrade;
brew install pkg-config
brew install autoconf-archive
brew install autoconf
brew install automake
fi
- name: Install Dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install libicu-dev libxml2-dev libbz2-dev
sudo apt-get install zlib1g-dev libtar-dev cppcheck
else
brew install libxml2
brew install bzip2
brew install zlib
brew install libtar
brew install cppcheck
fi
- name: install TiccUtils
env:
CXX: ${{ matrix.compiler }}
run: |
git clone https://github.com/LanguageMachines/ticcutils;
cd ticcutils;
bash bootstrap.sh;
./configure;
make;
sudo make install;
cd ..;
- name: install TiMBL
env:
CXX: ${{ matrix.compiler }}
run: |
git clone https://github.com/LanguageMachines/timbl;
cd timbl;
bash bootstrap.sh;
./configure;
make;
sudo make install;
cd ..;
- name: install Mbt
env:
CXX: ${{ matrix.compiler }}
run: |
git clone https://github.com/LanguageMachines/mbt;
cd mbt;
bash bootstrap.sh;
./configure;
make;
sudo make install;
cd ..;
- name: bootstrap
run: sh bootstrap.sh
- name: configure
env:
CXX: ${{ matrix.compiler }}
run: ./configure
- name: Get the cleaned compiler name
id: compiler
env:
COMPILER: ${{ matrix.compiler }}
run: |
cid=$(echo $COMPILER | cut -d\+ -f1)
echo "cid=$cid" >> $GITHUB_ENV
- run: echo "${{env.cid}}"
- name: Static Code-check
run: cppcheck --enable=all --quiet --error-exitcode=0 -I include .
- name: make
run: make
- name: install
run: sudo make install
- name: Notify IRC of failure
if: ${{ failure() }}
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
nickname: GH-${{ runner.os }}-${{ env.cid }}
message: "mbtServer [${{ needs.notification.outputs.branch }}] build with ${{ matrix.compiler }} by ${{ github.actor }} on ${{ matrix.os }}: \u00034FAIL\u0003"
- name: Notify IRC of succes
if: ${{ success() }}
uses: Gottox/irc-message-action@v2
with:
server: irc.uvt.nl
channel: '#gitlama'
nickname: GH-${{ runner.os }}-${{ env.cid }}
message: "mbtServer [${{ needs.notification.outputs.branch }}] build with ${{ matrix.compiler }} by ${{ github.actor }} on ${{ matrix.os }}: \u00033SUCCESS\u0003"
LanguageMachines-mbtserver-3aa2833/.gitignore 0000664 0000000 0000000 00000001017 14354570014 0021234 0 ustar 00root root 0000000 0000000 INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
docs/Makefile
docs/Makefile.in
example/Makefile
example/Makefile.in
include/Makefile
include/Makefile.in
include/mbtserver/Makefile
include/mbtserver/Makefile.in
install-sh
libtool
ltmain.sh
m4/ax_pthread.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/pkg.m4
missing
src/.deps/
src/Makefile
src/Makefile.in
src/*.o
src/mbtserver
stamp-h1
LanguageMachines-mbtserver-3aa2833/AUTHORS 0000664 0000000 0000000 00000000623 14354570014 0020316 0 ustar 00root root 0000000 0000000 MbtServer authors
Lead programmer:
Ko van der Sloot
Code, algorithm, and design contributions by:
Antal van den Bosch
Walter Daelemans
Jakub Zavrel
Contributors:
People who contributed to MbtServer and Mbt by suggesting improvements,
filing bug reports, asking the right questions etc.:
Bertjan Busser
Sander Canisius
Dana Dannells
Koen Dejonghe
Frederik Durant
Michael Piotrowski
Joseph Turian
LanguageMachines-mbtserver-3aa2833/COPYING 0000664 0000000 0000000 00000104513 14354570014 0020304 0 ustar 00root root 0000000 0000000 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
LanguageMachines-mbtserver-3aa2833/Makefile.am 0000664 0000000 0000000 00000000373 14354570014 0021304 0 ustar 00root root 0000000 0000000 ACLOCAL_AMFLAGS = -I m4 --install
SUBDIRS = src include docs example
EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS README.md mbtserver.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mbtserver.pc
ChangeLog: NEWS
git pull; git2cl > ChangeLog
LanguageMachines-mbtserver-3aa2833/NEWS 0000664 0000000 0000000 00000003261 14354570014 0017746 0 ustar 00root root 0000000 0000000 0.16 -2023-01-02
[Ko van der Sloot]
* needs most recent ticcutils
* more Unicode aware
* added and improved GitHub action
0.15 - 2020-12-15
[Ko vd Sloot]
* adapted to recent ticcutils
* added dependency on ICU
* several code refactorings
* bumped library version
0.14 - 2020-04-15
[Ko vd Sloot]
* adapted to the newest ticcutils
- changed namespace TimblServer to TiCCServer
- modifications in Socket stuff
0.13 - 2019-10-21
[Ko vd Sloot]
* added JSON support.
The JSON syntax might change in the future, so handle with care.
* lots of refactoring.
0.12 - 2018-05-16
[Ko van der Sloot]
Maintenance release:
- configure/build/test stuff
- typo in man page
- MbtServer: --debug is also a valid option
0.11 - 2016-07-11
[Ko van der Sloot]
Bug fix:
* also work with more recent ticcutils
0.10 - 2016-01-14
[Ko van der Sloot]
* moved repository to GitHub
* added Travis support
* now based on basic Server stuff from ticcutils
* a lot of small bug fixes
0.9 - 2014-09-23
[Ko van der Sloot]
* release
0.8 - 2014-06-xx
* now build on NEW timblserver API
0.7 - 2013-04-03
* more ticctutils stuff is used
0.6 - 2012-10-11
* now based on libticcutils stuff
0.5 - 2012-01-05
* Bug fix Release:
* --daemonize=no option now works
* fixed random crashes on broken pipe
0.4 - 2011-12-20
* New release. Depends on recent versions of Timbl et.al.
0.3 - 2011-08-30
* moved the class in a new namespace MbtServer, and renamed the MbtServer
class to MbtServerClass
* added a startup message
* added --version and --help options (depends on Mbt >= 3.2.6)
0.2 - 2011-03-21
* Decapped MbtServer ==> mbtserver. lib and man too
0.1 - 2010-12-08
[ Ko van der Sloot ]
* Initial release
* 22-11-2010 Started
LanguageMachines-mbtserver-3aa2833/README 0000664 0000000 0000000 00000000052 14354570014 0020122 0 ustar 00root root 0000000 0000000 Please see README.md for for information.
LanguageMachines-mbtserver-3aa2833/README.md 0000664 0000000 0000000 00000004312 14354570014 0020524 0 ustar 00root root 0000000 0000000 [](https://github.com/LanguageMachines/mbtserver/actions/)
[](http://applejack.science.ru.nl/languagemachines/)
===================================
MbtServer: Tilburg Memory Based Tagger Server extension
===================================
MbtServer 0.9 (c) CLST/ILK/CNTS 1998-2016
Centre for Language and Speech Technology, Radboud University Nijmegen
Induction of Linguistic Knowledge Research Group, Tilburg University and
Centre for Dutch Language and Speech, University of Antwerp
**Website:** https://languagemachines.github.io/mbt
Comments and bug-reports are welcome on our issue tracker at
https://github.com/LanguageMachines/mbtserver/issues , or by mailing
lamasoftware (at) science.ru.nl .
MbtServer is distributed under the GNU Public Licence v3 (see the file COPYING)
This software has been tested on:
- Intel platform running several versions of Linux, including Ubuntu, Debian,
Arch Linux, Fedora (both 32 and 64 bits)
- Apple platform running Mac OS X 10.10
Compilers:
- GCC. It is highly recommended to upgrade to at least GCC 4.8
- Clang
Contents of this distribution:
- sources
- Licensing information ( COPYING )
- Installation instructions ( INSTALL )
- Build system based on GNU Autotools
- example data files ( in the demos directory )
- documentation ( in the docs directory )
Dependecies:
To be able to succesfully build Timbl from the tarball, you need the
following pakages:
- pkg-config
- ticcutils (https://github.com/LanguageMachines/ticcutils)
- timbl (https://github.com/LanguageMachines/timbl)
- mbt (https://github.com/LanguageMachines/mbt)
To install MbtServer, first consult whether your distribution's package manager has an up-to-date package for TiMBL.
If not, for easy installation of Mbt, TiMBL, and all dependencies, it is included as part of our software
distribution LaMachine: https://proycon.github.io/LaMachine .
To compile and install manually from source instead, provided you have all the dependencies installed:
$ bash bootstrap.sh
$ ./configure
$ make
$ make install
LanguageMachines-mbtserver-3aa2833/TODO 0000664 0000000 0000000 00000000012 14354570014 0017726 0 ustar 00root root 0000000 0000000 packaging
LanguageMachines-mbtserver-3aa2833/bootstrap.sh 0000775 0000000 0000000 00000003323 14354570014 0021622 0 ustar 00root root 0000000 0000000 # bootstrap - script to bootstrap the distribution rolling engine
# usage:
# $ sh ./bootstrap && ./configure && make dist[check]
#
# this yields a tarball which one can install doing
#
# $ tar zxf PACKAGENAME-*.tar.gz
# $ cd PACKAGENAME-*
# $ ./configure
# $ make
# # make install
# requirements:
# GNU autoconf, from e.g. ftp.gnu.org:/pub/gnu/autoconf/
# GNU automake, from e.g. http://ftp.gnu.org/gnu/automake/
automake=automake
aclocal=aclocal
# if you want to autogenerate a ChangeLog form svn:
#
# svn2cl, a python script, as used in the GNU Enterprise project.
# By jcater (Jason Cater), contributions by reinhard (Reinhard Müller).
# Get it from
# http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/*checkout*/gnue/trunk/gnue-common/utils/svn2cl .
# svn2cl is used in Makefile.am too.
#
# (Another svn2cl implementation, in perl, is at
# http://www.contactor.se/~dast/svn/archive-2002-04/0910.shtml)
#
# see also toplevel Makefile.am
# test -f ChangeLog || {
# svn log --verbose > ChangeLog
#}
if $automake --version|head -1 |grep ' 1\.[4-9]'; then
echo "automake 1.4-1.9 is active. You should use automake 1.10 or later"
if test -f /etc/debian_version; then
echo " sudo apt-get install automake"
echo " sudo update-alternatives --config automake"
fi
exit 1
fi
# Debian automake package installs as automake-version. Use this
# to make sure the right automake is being used.
# if not installed, use: apt-get install automake1.9
AUTOMAKE=automake ACLOCAL=aclocal autoreconf --install \
--symlink
# add --make if you want to run "make" too.
# autoreconf should run something like:
#
# aclocal-1.9 \
# && automake-1.9 --add-missing --verbose --gnu \
# && autoconf
LanguageMachines-mbtserver-3aa2833/configure.ac 0000664 0000000 0000000 00000003640 14354570014 0021536 0 ustar 00root root 0000000 0000000 # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([mbtserver],[0.16],[lamasoftware@science.ru.nl])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([.])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
if test x"${CXXFLAGS+set}" = xset; then
# the user set CXXFLAGS; don't override it.
cxx_flags_were_set=true
else
cxx_flags_were_set=false
fi
if $cxx_flags_were_set; then
CXXFLAGS=$CXXFLAGS
fi
# Checks for programs.
AC_PROG_CXX( [g++] )
LT_INIT
# when running tests, use CXX
AC_LANG([C++])
AC_OPENMP
# Checks for libraries.
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_C_INLINE
AC_TYPE_PID_T
AC_TYPE_SIZE_T
# Checks for library functions.
AC_CHECK_FUNCS([strerror])
# check for pthreads first otherwise this may fail on OpenMp stuff
AX_PTHREAD([],[AC_MSG_NOTICE([no pthread support found])])
if test x"$ax_pthread_ok" = xyes; then
LIBS="$PTHREAD_LIBS $LIBS" \
CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS"
fi
PKG_PROG_PKG_CONFIG
if test "x$prefix" = "xNONE"; then
prefix="/usr/local"
fi
if test "x$PKG_CONFIG_PATH" = x; then
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig"
else
export PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
fi
AC_OSX_PKG( [icu4c] )
PKG_CHECK_MODULES([ICU], [icu-uc >= 50 icu-io] )
CXXFLAGS="$CXXFLAGS $ICU_CFLAGS"
LIBS="$ICU_LIBS $LIBS"
PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.28] )
CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS"
LIBS="$LIBS $ticcutils_LIBS"
PKG_CHECK_MODULES([timbl], [timbl >= 6.4.14] )
CXXFLAGS="$CXXFLAGS $timbl_CFLAGS"
LIBS="$LIBS $timbl_LIBS"
PKG_CHECK_MODULES([mbt], [mbt >= 3.5] )
CXXFLAGS="$CXXFLAGS $mbt_CFLAGS"
LIBS="$LIBS $mbt_LIBS"
AC_CONFIG_FILES([
Makefile
mbtserver.pc
src/Makefile
include/Makefile
include/mbtserver/Makefile
docs/Makefile
example/Makefile
])
AC_OUTPUT
LanguageMachines-mbtserver-3aa2833/docs/ 0000775 0000000 0000000 00000000000 14354570014 0020175 5 ustar 00root root 0000000 0000000 LanguageMachines-mbtserver-3aa2833/docs/Makefile.am 0000664 0000000 0000000 00000000062 14354570014 0022227 0 ustar 00root root 0000000 0000000 man1_MANS = mbtserver.1
EXTRA_DIST = mbtserver.1
LanguageMachines-mbtserver-3aa2833/docs/mbtserver.1 0000664 0000000 0000000 00000003676 14354570014 0022304 0 ustar 00root root 0000000 0000000 .TH mbtserver 1 "2014 december 2"
.SH NAME
mbtserver \- Tilburg Memory Based Tagger Server
.SH SYNOPSIS
mbtserver [server options]
or
mbtserver \-s settingsfile \-S portnumber
.B (deprecated)
.SH DESCRIPTION
mbtserver extends
.B mbt
with a server layer. It provided the possibility to access a trained tagger
from multiple sessions. It also allows one to run and access different taggers
in parallel.
.SH OPTIONS
.BR \-h " or " \-\-help
.RS
show help
.RE
.BR \-\-config=file
.RS
read the settings for one or more taggers from the specified configuration file.
A configuration file
.I must
contain a port specification:
port=
It
.I may
provide a limit to the number of parallel connections:
maxconn=
And it
.I must
give one or more mbt tagger descriptions:
=
The is a basename for the Tagger that will be started with the options
specified. The basename is needed because it is possible to start several (different)
taggers. When accessing the server, we need a way to tell which Tagger we want
to use.
In general, the mbt options line will just be something like:
"\-s ", where settingsfile is a file generated by
.B mbtg
example config file:
.RS
.nf
port=4567
maxconn=15
test1 = \-s tests/eindh.set
another = \-s tests/wotan.set
.fi
.RE
.RE
.BR \-\-pidfile =file
.RS
store the pid of the main server process in file
.RE
.BR \-\-logfile =file
.RS
log server actions to file
.RE
.BR \-\-daemonize =[yes|no]
.RS
run the server as a daemon. Default is yes.
.RE
.BR \-V " or " \-\-version
.RS
show version
.RE
.B deprecated
options are
.B \-s
settingsfile
.RS
read settings (probably generated with
.B mbtg
) from the settingsfile
.RE
.B \-S
.RS
run the server on 'port'.
.RE
For
.B mbt
options see
.BR mbt (1)
.SH Accessing the server
To Do
.SH BUGS
possibly
.SH AUTHORS
Ko van der Sloot Timbl@uvt.nl
Antal van den Bosch Timbl@uvt.nl
.SH SEE ALSO
.BR mbt (1)
.BR mbtg (1)
.BR timbl (1)
LanguageMachines-mbtserver-3aa2833/example/ 0000775 0000000 0000000 00000000000 14354570014 0020700 5 ustar 00root root 0000000 0000000 LanguageMachines-mbtserver-3aa2833/example/Makefile.am 0000664 0000000 0000000 00000000146 14354570014 0022735 0 ustar 00root root 0000000 0000000 exdir = $(datadir)/doc/@PACKAGE@/examples
ex_DATA = eindh.data eindh.test
EXTRA_DIST = $(ex_DATA)
LanguageMachines-mbtserver-3aa2833/example/eindh.data 0000664 0000000 0000000 00003403176 14354570014 0022640 0 ustar 00root root 0000000 0000000 Dit Pron
in Prep
verband N
met Prep
de Art
gemiddeld Adj
langere Adj
levensduur N
van Prep
de Art
vrouw N
. Punc
De Art
verzekeringsmaatschappijen N
verhelen V
niet Adv
dat Conj
ook Adv
de Art
rentegrondslag N
van Prep
vier Num
procent N
nog Adv
een Art
ruime Adj
marge N
laat V
ten Prep
opzichte N
van Prep
de Art
thans Adv
geldende V
rentestand N
. Punc
Gezien Prep
de Art
lange Adj
duur N
van Prep
vele Num
verzekeringscontracten N
is V
dit Pron
onvermijdelijk Adj
, Punc
vooral Adv
omdat Conj
de Art
aard N
van Prep
deze Pron
contracten N
een Art
tussentijdse Adj
premieverhoging N
niet Adv
toelaat V
. Punc
De Art
premieverlaging N
geldt V
, Punc
zoals Conj
onlangs Adv
reeds Adv
werd V
aangekondigd V
, Punc
voor Prep
nieuwe Adj
verzekeringen N
, Punc
gesloten V
vanaf Prep
15 Num
september N
jl. Adj
Het Art
EEGtoporgaan N
heeft V
gisteravond Adv
in Prep
Brussel N
besloten V
WestDuitsland N
zijn Pron
beperkende V
maatregelen N
tegen Prep
de Art
import N
van Prep
landbouwprodukten N
moet V
opheffen V
. Punc
In Prep
plaats N
van Prep
het Art
stelsel N
van Prep
importheffingen N
en Conj
exportsubsidies N
mag V
de Art
Bondsrepubliek N
wel Adv
de Art
grenzen N
sluiten V
voor Prep
granen N
en Conj
zuivelprodukten N
. Punc
Eigenlijk Adj
zou V
ik Pron
niks Pron
anders Pron
moeten V
doen V
dan Conj
de Art
hele Adj
dag N
vastleggen V
, Punc
vastleggen V
, Punc
vastleggen V
. Punc
Niks Pron
anders Pron
doen V
dan Conj
almaar Adv
ruw Adj
materiaal N
verzamelen V
. Punc
Dat Pron
zou V
je Pron
dan Adv
in Prep
een Art
fabriek N
moeten V
kunnen V
schuiven V
die Pron
dat Pron
allemaal Pron
afwerkt V
. Punc
Ik Pron
zou V
alsmaar Adv
informatie N
moeten V
geven V
waarin Adv
besloten Adj
ligt V
wat Pron
ik Pron
voel V
, Punc
hoe Adv
ik Pron
het Pron
zie V
, Punc
wat Pron
er Adv
gebeurt V
. Punc
Ik Pron
ben V
altijd Adv
op Prep
zoek Adv
naar Prep
de Art
tweede Num
Van N
Gasteren N
. Punc
Een Art
man N
die Pron
ik Pron
hier Adv
een Art
jaar N
kan V
zetten V
met Prep
salaris N
en Conj
die Pron
dan Adv
alles Pron
wat Pron
ik Pron
maak V
, Punc
uitwerkt V
. Punc
De Art
enige Adj
maatregel N
die Pron
de Art
Duitsers N
mogen V
nemen V
om Conj
hun Pron
boeren N
te Prep
beschermen V
tegen Prep
de Art
gevolgen N
van Prep
de Art
koersstijging N
van Prep
de Art
mark N
is V
een Art
concrete Adj
sluiting N
van Prep
de Art
grenzen N
voor Prep
buitenlandse Adj
granen N
en Conj
zuivelprodukten N
. Punc
Dat Pron
houdt V
in Adv
, Punc
dat Conj
, Punc
als Conj
tenminste Adv
de Art
Duitsers N
de Art
Europese N
Commissie N
gehoorzamen V
, Punc
waartoe Adv
zij Pron
juridisch Adj
verplicht V
zijn V
, Punc
voor Prep
alle Pron
andere Pron
landbouwprodukten N
de Art
grenzen N
volledig Adj
open Adj
moeten V
. Punc
Granen N
en Conj
zuivelprodukten N
zijn V
nl. Adv
de Art
enige Adj
produkten N
waarvoor Adv
in Prep
de Art
Bondsrepubliek N
een Art
vaste Adj
interventieprijs N
geldt V
, Punc
uitgedrukt V
in Prep
Europese Adj
rekeneenheden N
. Punc
Zo Adv
ziet V
u Pron
! Punc
De Art
kleur N
blijkt V
toch Adv
wel Adv
een Art
onmisbaar Adj
bestanddeel N
van Prep
zo'n Pron
uitzending N
te Prep
zijn V
. Punc
Maar Conj
waarom Adv
kregen V
we Pron
nu Adv
kwart N
voor Prep
tien Num
niet Adv
nog Adv
een Art
korte Adj
film N
na Adv
? Punc
Het Art
forum N
" Punc
Persoonlijk N
" Punc
was V
na Prep
al Pron
die Pron
spanning N
toch Adv
wel Adv
erg Adj
saai N
. Punc
Dan Adv
was V
Ncrv's N
nieuwe Adj
" Punc
Popparlement N
" Punc
voor Prep
achten Num
heel Adv
wat Pron
fleuriger Adj
, Punc
een Art
goede Adj
synthese N
tussen Prep
een Art
forum N
en Conj
een Art
amusementsprogramma N
met Prep
de Art
ingelaste V
interviews N
en Conj
de Art
optredende V
artiesten N
als Conj
afwisseling N
. Punc
Maar Conj
er Adv
zijn V
, Punc
volgens Prep
de Art
heer N
Van N
Muylwijk N
, Punc
ook Adv
juristen N
, Punc
artsen N
en Conj
andere Pron
academici N
, Punc
die Pron
zich Pron
geen Pron
aflevering N
van Prep
" Punc
Het N
Weten N
Waard N
" Punc
laten V
ontgaan V
. Punc
Om Conj
hun Pron
algemene Adj
ontwikkeling N
op Adv
te Prep
frissen V
. Punc
" Punc
Instant Adj
" Punc
en Conj
" Punc
compact Adj
" Punc
zijn V
typische Adj
slagwoorden N
voor Prep
deze Pron
tijd N
. Punc
Niet Adv
alleen Adv
op Prep
het Art
gebied N
van Prep
levensmiddelen N
en Conj
auto's N
, Punc
maar Conj
ook Adv
op Prep
dat Pron
van Prep
kennis N
en Conj
informatie N
. Punc
Wij Pron
, Punc
moderne Adj
mensen N
, Punc
willen V
geen Pron
tijd N
verspillen V
; Punc
we Pron
houden V
van Prep
snel Adj
, Punc
kort Adj
, Punc
krachtig Adj
en Conj
gemakkelijk Adj
. Punc
Aan Prep
de Art
andere Pron
kant N
is V
er Adv
in Prep
de Art
hele Adj
wereld N
een Art
sterk Adj
groeiende V
lees- N
en Conj
weethonger N
merkbaar Adj
. Punc
Minister N
mr. N
H. N
K. N
J. N
Beernink N
( Punc
Binnenlandse N
Zaken N
) Punc
zal V
tegen Prep
het Art
eind N
van Prep
dit Pron
parlementaire Adj
jaar N
- Punc
dat Pron
16 Num
september N
jl. Adj
begon V
- Punc
met Prep
een Art
aantal N
wetsontwerpen N
komen V
voor Prep
een Art
gedeeltelijke Adj
herziening N
van Prep
de Art
Grondwet N
. Punc
Dit Pron
maakte V
hij Pron
bekend Adj
aan Prep
de Art
hand N
van Prep
het Art
tweede Num
rapport N
dat Pron
de Art
staatscommissie N
Cals N
Donner N
, Punc
die Pron
zich Pron
speciaal Adj
bezighoudt V
met Prep
het Art
onderzoek N
naar Prep
veranderingen N
in Prep
de Art
Grondwet N
en Conj
de Art
Kieswet N
, Punc
dezer Pron
dagen N
heeft V
uitgebracht V
. Punc
Chevrolet N
brengt V
voor Prep
1970 Num
een Art
nieuw Adj
model N
uit Adv
de Art
"Monte N
Carlo" N
Coupe N
, Punc
die Pron
de Art
zevende Num
wagenserie N
van Prep
Chevrolet N
vormt V
. Punc
Gebouwd V
op Prep
een Art
wielbasis N
van Prep
2,95 Num
m N
is V
de Art
wagen N
23 Num
cm N
korter Adj
dan Conj
een Art
Impala N
Coupe N
en Conj
ook Adv
10 Num
cm N
smaller Adj
. Punc
Hij Pron
heeft V
de Art
langste Adj
motorkap N
van Prep
het Art
gehele Adj
Chevrolet N
programma N
en Conj
is V
op Prep
een Art
nieuw Adj
perimeter N
chassisframe N
gebouwd V
. Punc
De Art
wielophanging N
heeft V
schroefveren N
rondom Adv
. Punc
Er Adv
kan V
uit Prep
vijf Num
V8 N
motoren N
en Conj
vier Num
transmissies N
worden V
gekozen V
. Punc
Met Prep
het Art
concert N
van Prep
woensdag N
door Prep
het Art
Concertgebouworkest N
onder Prep
Eugen N
Jochum N
is V
voor Prep
Amsterdam N
de Art
muziekwinter N
aangebroken V
, Punc
en Conj
ter Prep
onderstreping N
eventueel Adj
hiervan Adv
speelde V
de Art
avond N
zich Pron
af Adv
in Prep
een Art
onaangenaam Adj
saai Adj
en Conj
bijzonder Adj
sfeerloos Adj
licht N
. Punc
Of Conj
dat Pron
zijn Pron
weerslag N
had V
op Prep
de Art
zaal N
, Punc
weten V
wij Pron
niet Adv
, Punc
maar Conj
in Prep
die Pron
zaal N
ontbrak V
het Pron
ten Prep
enenmale Adv
aan Prep
de Art
feestelijk-opgewekte Adj
spanning N
van Prep
de Art
verwachting N
, Punc
met Prep
parallel Adj
daaraan Adv
als Conj
symptoom N
hiervan Adv
het Art
flauwe Adj
, Punc
fletse Adj
applaus N
, Punc
waarmee Adv
Jochum N
werd V
begroet V
. Punc
Dat Pron
verdient V
hij Pron
niet Adv
, Punc
vriend N
van Prep
het Art
Concertgebouworkest N
en Conj
voortreffelijk Adj
en Conj
gedegen Adj
musicus N
die Pron
hij Pron
is V
. Punc
Dit Pron
staat V
overigens Adv
heel Adv
sterk Adj
in Prep
het Art
teken N
van Prep
Scholte N
die Pron
alsnog Adv
een Art
kans N
wil V
hebben V
om Conj
deel N
te Prep
kunnen V
nemen V
aan Prep
het Art
wereldkampioenschap N
dat Pron
in Prep
november N
a.s. Adj
in Prep
Linz N
zal V
worden V
gespeeld V
. Punc
De Art
Parijse Adj
crack N
Marty N
wordt V
vergezeld V
door Prep
zijn Pron
landgenoot N
Dufetedde N
. Punc
Ook Adv
hij Pron
is V
een Art
beroepsbiljarter N
die Pron
liever Adj
naar Prep
de Art
rijen N
van Prep
de Art
" Punc
amateurs N
" Punc
terug Adv
wilde V
keren V
. Punc
Een Art
nieuw Adj
gezicht N
dus Adv
. Punc
Tonny N
Schrauwen N
wereldkampioen N
47/2 Num
in Prep
Groningen N
behaald V
is V
een Art
oude Adj
bekende Adj
. Punc
Het Art
vorig Adj
jaar N
kon V
Breero's N
" Punc
De N
Spaanse N
Brabander N
" Punc
nog Adv
uitkomst N
bieden V
; Punc
dit Pron
jaar N
ziet V
men Pron
zich Pron
al Adv
voor Prep
problemen N
gesteld V
. Punc
Het Pron
moet V
en Conj
zal V
een Art
Nederlands Adj
stuk N
worden V
. Punc
Dan Adv
maar Adv
eens Adv
iets Pron
nieuws Adj
geprobeerd V
. Punc
Er Adv
werd V
een Art
opdracht N
verstrekt V
aan Prep
Eduard N
Hoornik N
en Conj
Mies N
Bouhuys N
voor Prep
een Art
stuk N
, Punc
dat Conj
" Punc
Roerig N
Amsterdam N
" Punc
moet V
heten V
. Punc
Hoornik N
heeft V
in Prep
de Art
jaren N
vijftig Num
, Punc
in Prep
navolging N
van Prep
de Art
Engelsen Adj
T.S. N
Eliot N
en Conj
Christopher N
Fry N
, Punc
geprobeerd V
met Prep
de Art
vrije Adj
versvorm N
als Conj
toneelschrijver N
een Art
nieuwe Adj
koers N
te Prep
varen V
. Punc
Om Conj
onze Pron
lezers N
buiten Prep
Amsterdam N
een Art
betere Adj
service N
te Prep
bieden V
drukken V
wij Pron
voor Prep
hen Pron
een Art
bestelbon N
op Prep
deze Pron
pagina N
af Adv
, Punc
waarmee Adv
zij Pron
schriftelijk Adj
hun Pron
reservering N
kunnen V
opgeven V
. Punc
Deze Pron
bon N
dient V
dinsdagmiddag N
a.s. Adj
echter Adv
om Prep
vier Num
uur N
bij Prep
het Art
Concertgebouw N
, Punc
Van N
Baerlestraat N
, Punc
Amsterdam N
, Punc
te Prep
zijn V
. Punc
Op Prep
deze Pron
bon N
kunt V
u Pron
precies Adj
opgeven V
welke Pron
kaarten N
u Pron
wilt V
hebben V
. Punc
Mochten V
de Art
kaarten N
, Punc
die Pron
u Pron
bestelt V
, Punc
er Adv
niet Adv
meer Adv
zijn V
, Punc
dan Adv
zullen V
wij Pron
op Prep
de Art
dichtsbijzijnde Adj
rang N
voor Prep
u Pron
reserveren V
. Punc
Popke N
Oosterhof N
uit Prep
Eelde N
was V
in Prep
La N
Ferte N
Mace N
, Punc
waar Adv
hij Pron
de Art
eerste Num
etappe N
in Prep
de Art
Tour N
de N
l'Avenir N
na Prep
93,5 Num
km N
vanuit Prep
Le N
Mans N
eindigde V
en Conj
waar Adv
Gosta N
Petterson N
de Art
leiderstrui N
in Prep
handen N
hield V
, Punc
misschien Adv
wel Adv
de Art
meest Adv
teleurgestelde V
coureur N
van Prep
het Art
gehele Adj
deelnemersveld N
. Punc
Van Prep
zijn Pron
gezicht N
was V
die Pron
teleurstelling N
bepaald Adv
niet Adv
af Adv
te Prep
lezen V
, Punc
want Conj
de Art
man N
uit Prep
Eelde N
is V
niet Adv
iemand Pron
die Pron
zich Pron
snel Adj
blootgeeft V
. Punc
Zijn Pron
woorden N
na Prep
afloop N
van Prep
de Art
kortste Adj
etappe N
in Prep
deze Pron
Tour N
, Punc
die Pron
door Prep
de Art
Deen N
Hoch N
werd V
gewonnen V
, Punc
spraken V
echter Adv
duidelijke Adj
taal N
. Punc
Op Prep
de Art
oude Adj
Emmeloordse Adj
zeebodem N
zondagmiddag N
de Art
laatste Adj
hordenren N
voor Prep
halfbloeds N
in Prep
dit Pron
seizoen N
. Punc
Het Pron
belooft V
een Art
goed Adj
en Conj
open Adj
afscheid N
te Prep
worden V
, Punc
want Conj
niet Adv
minder Num
dan Conj
16 Num
paarden N
zullen V
aantreden V
voor Prep
de Art
slotstrijd N
om Prep
het Art
Kampioenschap N
van Prep
Emmeloord N
. Punc
De Art
routiniers N
in Prep
dit Pron
gezelschap N
, Punc
dat Pron
over Prep
het Art
bijna Adv
drie Num
kilometer N
lange Adj
parkoers N
veertien Num
horden N
moet V
springen V
, Punc
zijn V
Enusa N
, Punc
Texas N
, Punc
Fady N
Scott N
en Conj
Gezant N
, Punc
wiens Pron
vorige Adj
prestaties N
tot Prep
uitdrukking N
worden V
gebracht V
met Prep
topgewichten N
tot Prep
maar Adv
liefst Adj
negentig Num
kilogram N
. Punc
" Punc
De Art
grootste Adj
opdrachten N
die Pron
we Pron
onlangs Adv
hebben V
verkregen V
zijn V
de Art
bouw N
van Prep
drie Num
supersnelle Adj
containerschepen N
voor Prep
de Art
Amerikaanse Adj
maatschappij N
Sealand N
Service N
, Punc
die Pron
in Prep
de Art
periode N
begin N
1972 Num
en Conj
eind N
1973 Num
moeten V
worden V
opgeleverd V
en Conj
de Art
opdracht N
voor Prep
de Art
bouw N
van Prep
een Art
passagiersschip N
van Prep
14.000 Num
ton N
voor Prep
Overseas N
National N
Airways N
. Punc
Waarschijnlijk Adj
zal V
in Prep
november N
met Prep
de Art
kiellegging N
van Prep
dit Pron
speciaal Adj
voor Prep
vakantietochten N
ingerichte V
schip N
worden V
begonnen V
. Punc
Financieringsproblemen N
hebben V
we Pron
niet Adv
" Punc
. Punc
Toch Adv
wil V
ir. N
Van N
der N
Pols N
wel Adv
bekennen V
dat Conj
de Art
sector N
reparaties N
primair Adj
voor Prep
RijnSchelde N
blijft V
. Punc
Neem V
spoedig Adj
een Art
principiele Adj
beslissing N
over Prep
de Art
Schiphollijn N
. Punc
Als Conj
de Art
berekeningen N
uitkomen V
, Punc
zal V
deze Pron
tussen Prep
Amsterdam N
en Conj
Warmond N
aan Adv
te Prep
leggen V
spoorlijn N
tot Prep
de Art
drukste Adj
baanvakken N
van Prep
ons Pron
net N
gaan V
behoren V
. Punc
Hij Pron
zal V
een Art
investering N
vergen V
van Prep
flo N
419 Num
miljoen Num
, Punc
de Art
aanleg N
zal V
acht Num
jaar N
duren V
. Punc
Tussen Prep
Amsterdam N
en Conj
Schiphol N
zal V
de Art
lijn N
ruim Adj
twaalf Num
miljoen Num
reizigers N
per Prep
jaar N
vervoeren V
, Punc
tussen Prep
Schiphol N
en Conj
Leiden N
ruim Adj
elf Num
miljoen Num
. Punc
Eerste Num
machinist N
J. N
Kralt N
van Prep
de Art
trawler N
Marjan N
Ellen N
, Punc
de Art
Katwijk N
9 N
, Punc
is V
gistermiddag Adv
zwaar Adj
gewond V
door Prep
een Art
helikopter N
van Prep
de Art
Marine N
Opsporingsen N
reddingsdienst N
van Prep
boord N
gehaald V
. Punc
Het Art
schip N
bevond V
zich Pron
35 Num
mijl N
buitengaats Adv
van Prep
Ijmuiden N
toen Conj
om Prep
vier Num
uur N
een Art
explosie N
brand N
veroorzaakte V
in Prep
de Art
machinekamer N
. Punc
Van Prep
de Art
veertien Num
bemanningsleden N
werd V
alleen Adj
machinist N
Kralt N
gewond V
. Punc
Hij Pron
is V
opgenomen V
in Prep
het Art
marinehospitaal N
in Prep
Overveen N
. Punc
Een Art
historische Adj
ontmoeting N
maandagmiddag N
in Prep
Rijswijk N
-- Punc
enkele Pron
uren N
voordat Conj
hij Pron
zijn Pron
lang Adj
verbeide V
come-back N
op Prep
het Art
televisiescherm N
maakte V
, Punc
verscheen V
Jacob N
de N
Uil N
in Prep
het Art
gebouw N
van Prep
Drukkerij N
Levisson N
in Prep
Rijswijk N
, Punc
waar Adv
hij Pron
de Art
lancering N
van Prep
het Art
nieuwe Adj
Stripschrift N
, Punc
het Art
verenigingsorgaan N
van Prep
het Art
twee Num
jaar N
geleden Adv
opgerichte V
Stripschap N
, Punc
bijwoonde V
. Punc
Hij Pron
ontmoette V
daar Adv
de Art
heer N
Olivier N
B. N
Bommel N
en Conj
diens Pron
jonge Adj
vriend N
Tom N
Poes N
, Punc
die Pron
zich Pron
voor Prep
dezelfde Pron
gelegenheid N
per Prep
Oude N
Schicht N
derwaarts Adv
hadden V
gespoed V
. Punc
De Art
drie Num
populaire Adj
beeldverhaalhelden N
raakten V
onmiddelijk Adj
in Prep
een Art
geanimeerd V
gesprek N
over Prep
de Art
inhoud N
van Prep
het Art
nieuwe Adj
Stripschrift N
. Punc
Drs. N
Clijssen N
-- Punc
Nog Adv
steeds Adv
functioneert V
het Art
sociale Adj
systeem N
dat Pron
de Art
mensen N
in Prep
onvrijheid N
bindt V
, Punc
zoals Conj
dat Pron
is V
geconstateerd V
door Prep
Marx N
. Punc
Toch Adv
zijn V
het Pron
geen Pron
schurken N
die Pron
daar Adv
verantwoordelijk Adj
voor Adv
zijn V
. Punc
Het Pron
is V
ingebakken V
in Prep
de Art
hele Adj
cultuur N
en Conj
de Art
traditie N
. Punc
Deze Pron
zaken N
kunnen V
alleen Adv
uit Prep
de Art
wereld N
worden V
geholpen V
door Prep
een Art
steeds Adv
grotere Adj
bewustwording N
. Punc
Drs. N
Clijssen N
-- Punc
" Punc
De Art
mensen N
voelen V
het Pron
vaag Adj
aan Adv
. Punc
Dat Pron
blijkt V
als Conj
ze Pron
mopperen V
over Prep
de Art
politiek N
die Pron
een Num
pot N
nat N
is V
en Conj
over Prep
" Punc
hoge Adj
omes N
" Punc
. Punc
In Prep
het Art
juli-augustusnummer N
van Prep
" Punc
De N
Gemeente N
" Punc
, Punc
een Art
uitgave N
van Prep
de Art
Dr. N
Wiardi N
Beckman N
Stichting N
, Punc
is V
ir. N
H.T. N
Vink N
, Punc
stedebouwkundige Adj
te Prep
Amsterdam N
, Punc
van Prep
mening N
dat Pron
kritiekloze Adj
kritiek N
op Prep
de Art
woningbouw N
niet Adv
alleen Adv
baarlijke Adj
, Punc
maar Adv
ook Adv
gevaarlijke Adj
nonsens N
is V
. Punc
" Punc
Ook Adv
over Prep
de Art
wijk N
waar Adv
ik Pron
zelf Pron
woon V
( Punc
Buitenveldert N
in Prep
Amsterdam N
) Punc
worden V
door Prep
lieden N
, Punc
die Pron
dit Pron
stadsdeel N
kennelijk Adj
slechts Adv
oppervlakkig Adj
kennen V
, Punc
de Art
meest Adv
krasse Adj
veroordelingen N
uitgesproken V
. Punc
" Punc
Kinderen N
zijn V
veel Num
minder Num
vooringenomen Adj
, Punc
moet V
ir. N
Vink N
hebben V
gedacht V
. Punc
De Art
collectieve Adj
boerderijen N
voerden V
wagenladingen N
vol Adj
verse Adj
komkommers N
en Conj
tomaten N
naar Prep
het Art
distributiekantoor N
. Punc
De Art
kostelijke Adj
ladingen N
werden V
allemaal Pron
afgekeurd V
, Punc
terwijl Conj
in Prep
de Art
etalages N
van Prep
de Art
groentewinkels N
vergeelde V
komkommers N
en Conj
gekneusde V
tomaten N
" Punc
pronken V
" Punc
. Punc
Er Adv
liggen V
bovendien Adv
fraaie Adj
kansen N
voor Prep
speculanten N
. Punc
Een Art
waterdichte Adj
dekmantel N
voor Prep
dergelijke Pron
machinaties N
is V
de Art
" Punc
doordraai N
" Punc
van Prep
de Art
bedorven V
groente N
of Conj
fruit N
, Punc
waarvoor Adv
de Art
distributiekantoren N
min Num
of Conj
meer Num
eigen Pron
normen N
kunnen V
hanteren V
. Punc
Zwarte Adj
of Conj
donkerbruine Adj
kousebenen N
, Punc
zegt V
Holthaus N
, Punc
en Conj
een Art
herenhoed N
( Punc
of Conj
die Pron
strakke Adj
muts N
) Punc
in Prep
de Art
kleur N
van Prep
de Art
benen N
. Punc
Holthaus N
voert V
tailleurjasjes N
en Conj
lange Adj
mouwloze Adj
vesten N
( Punc
op Prep
de Art
pantalons N
) Punc
met Prep
bont N
zonder Conj
dat Conj
een Art
vrouw N
er Adv
een Art
prop N
in Adv
wordt V
. Punc
Zijn Pron
blouses N
zijn V
tunieken N
tot Prep
halfweg Prep
de Art
dij N
en Conj
's Art
avonds N
maakt V
hij Pron
die Pron
tunieken N
uit Prep
fantastische Adj
brokaatstoffen N
en Conj
zo Adv
lang Adj
, Punc
dat Conj
de Art
pantalon N
eronder Adv
pas Adv
te Prep
zien V
komt V
, Punc
waar Adv
de Art
kuit N
al Adv
onder Prep
het Art
overkleed N
verdween V
. Punc
De Art
Nederlandse Adj
afvaardiging N
naar Prep
de Art
wereldkampioenschappen N
judo N
, Punc
die Pron
in Prep
oktober N
in Prep
Mexico N
Stad N
worden V
gehouden V
, Punc
is V
toch Adv
groter Adj
dan Conj
werd V
verwacht V
. Punc
Dat Pron
is V
te Prep
danken V
aan Prep
een Art
inzameling N
door Prep
supporters N
van Prep
top-judoka's N
. Punc
Enige Pron
maanden N
geleden Adv
waren V
de Art
resultaten N
van Prep
de Art
Nederlanders N
op Prep
het Art
toernooi N
om Prep
de Art
Europese Adj
titels N
in Prep
Oostende N
zodanig Pron
dat Conj
10 Num
judoka's N
in Prep
aanmerking N
kwamen V
om Conj
naar Prep
Mexico N
te Prep
gaan V
. Punc
De Art
Judobond N
had V
flo N
10.000,- Num
beschikbaar Adj
gesteld V
. Punc
Nsf N
en Conj
Noc N
, Punc
gedreven V
door Prep
de Art
uitstekende Adj
verrichtingen N
, Punc
voegden V
hieraan Adv
eenzelfde Pron
bedrag N
toe Adv
. Punc
In Prep
uitzonderlijke Adj
gevallen N
zou V
de Art
regering N
de Art
afkoeling N
moeten V
instellen V
, Punc
waarbij Adv
de Art
regeling N
zo Adv
moet V
zijn V
, Punc
dat Conj
de Art
stakingsvrijheid N
zoveel Num
mogelijk Adj
gegarandeerd V
blijft V
. Punc
De Art
werkgevers N
denken V
aan Prep
een Art
invoering N
na Prep
het Art
horen V
van Prep
de Art
SociaalEconomische N
Raad N
. Punc
Het Art
adres N
acht V
blijkbaar Adv
de Art
noodzaak N
voor Prep
deze Pron
afkoeling N
steeds Adv
groter Adj
. Punc
De Art
toenemende V
industrialisering N
en Conj
automatisering N
van Prep
het Art
bedrijfsleven N
, Punc
die Pron
gepaard V
gaat V
met Prep
grote Adj
diepte-investeringen N
zullen V
tot Prep
een Art
zodanige Pron
schaalvergroting N
ook Adv
van Prep
de Art
gevolgen N
van Prep
een Art
werkstaking N
leiden V
, Punc
dat Conj
deze Pron
in Prep
een Art
toenemend V
aantal N
sectoren N
van Prep
het Art
bedrijfsleven N
nauwelijks Adv
meer Adv
verantwoord V
zal V
zijn V
. Punc
Hij Pron
liep V
een Art
shock N
op Adv
en Conj
kneusde V
enkele Pron
ribben N
. Punc
Tijdens Prep
de Art
opruimingswerkzaamheden N
reed V
een Art
Russische Adj
personenauto N
- Punc
ook Adv
al Adv
in Prep
een Art
slip N
- Punc
tegen Prep
de Art
gekantelde V
bus N
. Punc
Hierdoor Adv
werden V
drie Num
Russische Adj
Ehboers N
gedood V
. Punc
Het Pron
kwam V
allemaal Pron
bij Prep
stukjes N
en Conj
brokjes N
bij Prep
de Art
familie N
Balemans N
binnen Adv
. Punc
" Punc
De Art
Russische Adj
ambassade N
en Conj
vooral Adv
het Art
departement N
van Prep
Buitenlandse N
Zaken N
deden V
veel Num
voor Prep
ons Pron
. Punc
En Conj
in Prep
Rusland N
zelf Pron
was V
de Art
Nederlandse Adj
ambassadeur N
zeer Adv
actief Adj
. Punc
Hoe Adv
moeilijk Adj
de Art
besprekingen N
ook Adv
zullen V
zijn V
, Punc
dat Conj
zij Pron
worden V
gehouden V
was V
gedurende Prep
een Art
lange Adj
reeks N
van Prep
naoorlogse Adj
jaren N
geheel Adj
ondenkbaar Adj
. Punc
De Art
Chinese Adj
dreiging N
is V
een Art
nieuw Adj
element N
, Punc
dat Pron
Rusland N
tegemoetkomender V
heeft V
gemaakt V
, Punc
maar Conj
er Adv
is V
misschien Adv
ook Adv
een Art
factor N
van Prep
invloed N
die Pron
aan Prep
de Art
besprekingen N
een Art
sterkere Adj
basis N
kan V
verschaffen V
. Punc
Beide Num
supergrote Adj
mogendheden N
hebben V
in Prep
het Art
tijdperk N
na Prep
de Art
tweede Num
wereldoorlog N
de Art
grenzen N
van Prep
hun Pron
macht N
ondervonden V
. Punc
Insiders N
voorspellen V
een Art
spannend Adj
vervolg N
op Prep
de Art
" Punc
affaire N
Nosjournaal N
" Punc
, Punc
omdat Conj
het Pron
algemeen Adj
bekend Adj
is V
, Punc
dat Conj
journaalchef N
Dick N
Simons N
en Conj
de Art
heer N
Enkelaar N
het Pron
niet Adv
zo Adv
bijster Adv
met Prep
elkaar Pron
kunnen V
vinden V
. Punc
Geen Pron
wonder N
trouwens Adv
, Punc
want Conj
beide Num
heren N
koesteren V
gans Adj
andere Pron
opvattingen N
over Prep
de Art
manier N
, Punc
waarop Adv
een Art
goed Adj
journaal N
tot Prep
stand N
moet V
komen V
. Punc
Vele Num
omroepmedewerkers N
zijn V
de Art
pioniersdagen N
van Prep
de Art
Nederlandse Adj
televisie N
nog Adv
niet Adv
vergeten V
, Punc
toen Conj
Carel N
Enkelaar N
op Prep
de Art
stoel N
van Prep
de Art
heer N
Simons N
een Art
journaal N
maakte V
dat Conj
vaktechnisch Adj
gesproken V
, Punc
klonk V
als Conj
een Art
klok N
. Punc
Je Pron
kwam V
doodmoe Adj
thuis Adv
, Punc
maar Conj
je Pron
had V
dan Adv
ook Adv
het Art
gevoel N
wat Pron
te Prep
hebben V
gedaan V
" Punc
. Punc
Jan N
Tinbergen N
is V
er Adv
heilig Adj
van Adv
overtuigd V
, Punc
dat Conj
oost N
en Conj
west N
sterk Adj
naar Prep
elkaar Pron
toegroeien V
. Punc
" Punc
Er Adv
is V
steeds Adv
minder Num
reden N
voor Adv
, Punc
dat Conj
de Art
westerse Adj
wereld N
en Conj
Rusland N
elkaar Pron
zo Adv
in Prep
de Art
haren N
zitten V
. Punc
We Pron
waren V
allemaal Pron
geschokt V
door Prep
de Art
gebeurtenissen N
in Prep
Tsjechoslowakije N
, Punc
maar Conj
dat Pron
moet V
je Pron
eigenlijk Adj
zien V
als Conj
een Art
rimpeltje N
in Prep
de Art
vijver N
. Punc
De Art
psychologiestudenten N
van Prep
Amsterdam N
, Punc
die Pron
zich Pron
het Art
afgelopen V
jaar N
als Conj
" Punc
activisten N
" Punc
deden V
kennen V
, Punc
laten V
zich Pron
nu Adv
lelijk Adj
in Prep
de Art
kaart N
kijken V
. Punc
Zij Pron
wilden V
inspraak N
, Punc
medezeggenschap N
, Punc
democratisering N
, Punc
gelijkheid N
; Punc
en Conj
zij Pron
hebben V
er Adv
op Prep
vele Num
drukbezochte Adj
vergaderingen N
herrie N
om Adv
geschopt V
. Punc
Welnu Int
, Punc
zij Pron
hebben V
hun Pron
inspraak N
, Punc
medezeggenschap N
en Conj
democratisering N
. Punc
In Prep
principe N
althans Adv
. Punc
Nu Adv
gaat V
het Pron
er Adv
nog Adv
om Adv
de Art
zaak N
te Prep
regelen V
, Punc
te Prep
organiseren V
, Punc
uit Adv
te Prep
WERKEN V
. Punc
Ik Pron
begrijp V
al Pron
die Pron
opwinding N
dan Adv
ook Adv
niet Adv
. Punc
" Punc
Regisseur N
Gunther N
Hassert N
, Punc
die Pron
zich Pron
volgens Prep
Bild N
am N
Sonntag N
nogal Adv
onaardig Adj
over Prep
Corry N
had V
uitgelaten V
, Punc
kwam V
ook Adv
aan Prep
de Art
telefoon N
-- Punc
" Punc
Het Pron
is V
waanzin N
wat Pron
er Adv
geschreven V
is V
, Punc
" Punc
zei V
hij Pron
, Punc
" Punc
ik Pron
ben V
zeer Adv
tevreden Adj
over Prep
Corry N
. Punc
natuurlijk Adj
zijn V
er Adv
wel Adv
eens Adv
meningsverschillen N
voor Prep
een Art
opname N
; Punc
dat Pron
is V
heel Adv
normaal Adj
in Prep
zo'n Pron
gespannen V
atmosfeer N
, Punc
maar Conj
ruzie N
is V
er Adv
echt Adj
niet Adv
geweest V
. Punc
Overigens Adv
is V
het Pron
ook Adv
niet Adv
uitgesloten V
, Punc
dat Conj
het Art
stichtingsbestuur N
van Prep
Sparta N
zelf Pron
ook Adv
wijzigingen N
zal V
ondergaan V
. Punc
In Prep
het Art
bestuur N
zelf Pron
schijnt V
de Art
hele Adj
zaak N
al Adv
in Prep
" Punc
kannen N
en Conj
kruiken N
" Punc
te Prep
zijn V
. Punc
Het Art
eerste Num
elftal N
van Prep
Sparta N
zal V
het Pron
, Punc
wanneer Conj
het Pron
een Art
dezer Pron
dagen N
tot Prep
een Art
mogelijk Adj
ontslag N
van Prep
trainer N
Wiel N
Coerver N
zal V
komen V
, Punc
niet Adv
eens Adj
zijn V
met Prep
het Art
stichtinsbestuur N
. Punc
De Art
spelers N
vinden V
zoiets Pron
niet Adv
reeel Adj
. Punc
Bij Prep
de Art
opening N
van Prep
de Art
beurs N
waren V
vooral Adv
de Art
twee Num
nieuwe Adj
8 Num
procent N
staatsleningen N
vast Adj
gestemd V
. Punc
De Art
korte Adj
lening N
zette V
in Adv
op Prep
101,40 Num
tegen Prep
vorige Adj
week N
vrijdag N
100,80 Num
. Punc
Voor Prep
de Art
lange Adj
lening N
werd V
98,80 Num
betaald V
. Punc
De Art
handel N
was V
ruim Adj
. Punc
Later Adj
gingen V
de Art
prijzen N
mede Adv
als Conj
gevolg N
van Prep
winstnemingen N
wat Pron
achteruit Adv
tot Prep
respectievelijk Adj
101 Num
en Conj
98,60 Num
. Punc
Ook Adv
de Art
overige Adj
staatsfondsen N
waren V
vriendelijk Adj
gestemd V
. Punc
De Art
Nobelprijs N
voor Prep
economie N
is V
toegekend V
aan Prep
de Art
Nederlandse Adj
econoom N
prof. N
dr. N
Jan N
Tinbergen N
( Punc
66 Num
) Punc
. Punc
Hij Pron
deelt V
de Art
prijs N
( Punc
flo N
260.000 Num
) Punc
met Prep
zijn Pron
Noorse Adj
collega N
Ragnar N
Frisch N
( Punc
74 Num
) Punc
. Punc
Deze Pron
eerste Num
Nobelprijs N
voor Prep
economie N
zal V
op Prep
10 Num
december N
door Prep
koning N
Gustaaf N
Adolf N
van Prep
Zweden N
in Prep
Stockholm N
worden V
uitgereikt V
. Punc
De Art
beide Num
economen N
zijn V
gekozen V
uit Prep
een Art
groep N
van Prep
200 Num
kandidaten N
voor Prep
hun Pron
baanbrekend Adj
werk N
op Prep
het Art
gebied N
van Prep
econometrie N
( Punc
toepassing N
van Prep
economische Adj
modellen N
bij Prep
de Art
analyse N
van Prep
economische Adj
problemen N
) Punc
. Punc
Hij Pron
merkte V
op Adv
" Punc
als Conj
de Art
bewoners N
van Prep
dit Pron
land N
de Art
wet N
moeten V
eerbiedigen V
, Punc
waarom Adv
moeten V
deze Pron
vreemde Adj
vogels N
die Pron
slechts Adv
een Art
paar N
jaar N
hier Adv
blijven V
, Punc
er Adv
dan Adv
een Art
loopje N
mee Adv
nemen V
? Punc
" Punc
De Art
Engelsen N
hebben V
van Prep
oudsher Adv
weinig Num
respect N
voor Prep
de Art
status N
van Prep
de Art
diplomaat N
. Punc
Diplomaten N
krijgen V
geen Pron
speciale Adj
"Cd"-nummerplaten N
op Prep
hun Pron
wagens N
. Punc
Op Prep
goedertierenheid N
van Prep
parkeerwachters N
behoeft V
niemand Pron
te Prep
rekenen V
. Punc
Zij Pron
hebben V
de Art
opdracht N
iedereen Pron
die Pron
verkeerd Adj
staat V
, Punc
zelfs Adv
al Conj
zou V
het Pron
de Art
Koningin N
zijn V
, Punc
te Prep
bekeuren V
. Punc
Pardon Int
, Punc
ik Pron
ben V
de Art
draad N
van Prep
deze Pron
zin N
een Art
beetje N
kwijt Adj
. Punc
De Art
bedoeling N
was V
om Conj
mijn Pron
lezers N
duidelijk Adj
te Prep
maken V
dat Conj
het Pron
even Adv
erg Adj
moet V
zijn V
om Conj
in Prep
de Art
Bijlmerbetonmeer N
te Prep
moeten V
wonen V
als Conj
om Conj
er Adv
toe Adv
veroordeeld V
te Prep
worden V
alle Pron
uitzendingen N
van Prep
" Punc
Achterlangs N
het N
nieuws N
" Punc
te Prep
moeten V
uitzitten V
. Punc
Nee Int
, Punc
ik Pron
geloof V
dat Conj
ik Pron
liever Adj
tien Num
jaar N
Bijlmer N
uitzit V
dan Conj
drie Num
jaar N
Wigbold N
in Prep
Nieuwersluis N
. Punc
De Art
twaalfde Num
Jumping N
Amsterdam N
, Punc
op Prep
24, Num
25 Num
en Conj
26 Num
oktober N
in Prep
de Art
Rai N
, Punc
belooft V
al Adv
zijn Pron
voorgangers N
te Prep
overtreffen V
. Punc
Nooit Adv
eerder Adj
is V
het Art
organisatiecomite N
erin Adv
geslaagd V
een Art
dergelijk Pron
sterk Adj
veld N
bij Prep
elkaar Pron
te Prep
brengen V
dit Pron
jaar N
. Punc
De Art
allersterksten Adj
uit Prep
het Art
nomadencircus N
, Punc
dat Pron
van Prep
het Art
ene Pron
concours Misc
hippique Misc
naar Prep
het Art
andere Pron
trekt V
, Punc
zal V
in Prep
de Art
Rai N
het Art
Nederlandse Adj
publiek N
vergasten V
op Prep
een Art
reeks N
van Prep
attractieve Adj
wedstrijden N
. Punc
Dat Conj
een Art
sterke Adj
roep N
dit Pron
evenement N
is V
voorafgegaan V
, Punc
blijkt V
uit Prep
de Art
grote Adj
belangstelling N
. Punc
Bij Prep
de Art
algemene Adj
politieke Adj
en Conj
financiele Adj
beschouwingen N
over Prep
de Art
Troonrede N
en Conj
de Art
Miljoenennota N
kwamen V
voorts Adv
de Art
volgende V
punten N
aan Prep
de Art
orde N
-- Punc
de Art
Tweede N
Kamer N
gaat V
akkoord Adj
met Prep
een Art
uitstel N
van Prep
de Art
huurverhoging N
van Prep
1 Num
januari N
1970 Num
tot Prep
1 Num
juli N
van Prep
het Art
volgend V
jaar N
; Punc
minister N
W. N
F. N
Schut N
( Punc
Volkshuisvesting N
) Punc
werd V
zowel Conj
door Prep
de Art
Kvp N
als Conj
door Prep
de Art
Pvda N
onder Prep
druk N
gezet V
het Art
aantal N
woningen N
per Prep
jaar N
van Prep
125.000 Num
binnen Prep
enkele Pron
jaren N
te Prep
verhogen V
tot Prep
140.000 Num
; Punc
verschillende Pron
partijen N
- Punc
met Prep
name N
de Art
Pvda N
- Punc
maakten V
zich Pron
ernstige Adj
zorgen N
over Prep
de Art
toestand N
van Prep
de Art
gemeentefinancien N
. Punc
Binnenkort Adv
zal V
door Prep
de Art
Gewestelijke N
Arbeidsbureaus N
een Art
wervingsteam N
naar Prep
Marokko N
worden V
gestuurd V
om Conj
te Prep
zoeken V
naar Prep
timmerlui N
, Punc
metselaars N
en Conj
vaklieden N
in Prep
de Art
metaalsector N
. Punc
Mr. N
J. N
Pabon N
van Prep
het Art
Directoraat N
voor Prep
de Art
Arbeidsvoorziening N
vertelde V
mij Pron
-- Punc
, Punc
in Prep
mei N
jl. Adj
werd V
een Art
wervingsovereenkomst N
tussen Prep
onze Pron
regering N
en Conj
die Pron
van Prep
Marokko N
getekend V
en Conj
sindsdien Adv
wordt V
er Adv
door Prep
ons Pron
wervingskantoor N
in Prep
Casablanca N
naarstig Adj
gezocht V
naar Prep
jonge Adj
kerels N
, Punc
wier Pron
opleiding N
gelijk Adj
staat V
met Prep
onze Pron
Lts N
. Punc
Werving N
in Prep
Marokko N
duurt V
slechts Adv
2 Num
tot Prep
3 Num
weken N
, Punc
veel Num
korter Adj
dan Conj
bij Prep
voorbeeld N
in Prep
Spanje N
. Punc
De Art
Haarlemse Adj
officier N
van Prep
justitie N
, Punc
mr. N
Van N
der N
Valk N
Bouman N
, Punc
wilde V
dit Pron
echter Adv
niet Adv
bevestigen V
. Punc
" Punc
Ik Pron
kan V
dat Pron
ook Adv
niet Adv
" Punc
, Punc
zei V
hij Pron
, Punc
" Punc
omdat Conj
hierover Adv
nog Adv
geen Pron
eenstemmigheid N
is V
bereikt V
tussen Prep
de Art
procureur-generaal N
en Conj
de Art
officieren N
van Prep
justitie N
in Prep
Amsterdam N
en Conj
Haarlem N
. Punc
Het Art
loodswezen N
ressorteert V
onder Prep
de Art
Marine N
waardoor Adv
de Art
loodsen N
ambtenaren N
zijn V
. Punc
De Art
honderd Num
mannen N
uit Prep
Ijmuiden N
en Conj
Amsterdam N
zouden V
jarenlang Adj
steekpenningen N
hebben V
aangenomen V
van Prep
de Art
rederijen N
Goedkoop N
en Conj
Wijsmuller N
om Conj
kapiteins N
van Prep
koopvaardijschepen N
meer Num
sleepboten N
te Prep
laten V
nemen V
dan Conj
noodzakelijk Adj
was V
. Punc
Het Art
socialistische Adj
Kamerlid N
A. N
J. N
Lems N
zal V
de Art
minister N
van Prep
Binnenlandse N
Zaken N
morgen Adv
vragen V
of Conj
deze Pron
nog Adv
van Prep
oordeel N
is V
, Punc
dat Conj
er Adv
niet Adv
kan V
worden V
gesproken V
over Prep
een Art
bedreiging N
van Prep
de Art
bestuurbaarheid N
van Prep
Gorkum N
. Punc
In Prep
de Art
Tweede N
Kamer N
is V
meegedeeld V
, Punc
dat Conj
de Art
heer N
Lems N
deze Pron
vragen N
mondeling Adj
zal V
stellen V
. Punc
Al Adv
eerder Adj
had V
de Art
socialist N
schriftelijke Adj
vragen N
gesteld V
. Punc
Ook Adv
zal V
de Art
heer N
Lems N
de Art
minister N
een Art
oordeel N
vragen V
over Prep
de Art
" Punc
pogingen N
van Prep
burgemeester N
mr. N
L. N
J. N
R. N
ridder N
van N
Rappard N
om Conj
een Art
van Prep
de Art
wethouders N
tot Prep
het Art
nemen V
van Prep
ontslag N
te Prep
bewegen V
. Punc
" Punc
Albert N
Niks N
( Punc
27 Num
) Punc
, Punc
zijn Pron
vrouw N
Theresa N
en Conj
hun Pron
dochtertje N
Tracy N
van Prep
15 Num
maanden N
zijn V
uit Prep
de Art
hel N
van Prep
de Art
Noordierse Adj
plaats N
Belfast N
naar Prep
het Art
rustige Adj
Dedemsvaart N
gevlucht V
. Punc
Zij Pron
voelden V
zich Pron
bedreigd V
door Prep
de Art
voortdurende V
botsingen N
tussen Prep
protestanten N
en Conj
katholieken N
in Prep
Ierland N
. Punc
" Punc
Wij Pron
hebben V
niet Adv
gewacht V
tot Conj
ze Pron
ons Pron
huis N
in Prep
brand N
zouden V
steken V
. Punc
Er Adv
zijn V
Belfast N
geen Pron
toekomstmogelijkheden N
meer Adv
. Punc
We Pron
willen V
dat Conj
ons Pron
dochtertje N
in Prep
vrede N
opgroeit V
. Punc
Daarom Adv
zijn V
we Pron
naar Prep
Dedemsvaart N
gereisd V
, Punc
waar Adv
mijn Pron
ouders N
wonen V
" Punc
, Punc
zegt V
Albert N
. Punc
Maar Conj
geen Pron
nood N
. Punc
Men Pron
vindt V
elkaar Pron
telkens Adv
terug Adv
in Prep
de Art
gemeenschappelijke Adj
ergernis N
over Prep
de Art
negatieve Adj
, Punc
eenzijdige Adj
linkse Adj
en Conj
demagogische Adj
politieke Adj
uitzendingen N
van Prep
sommige Pron
omroeporganisaties N
" Punc
, Punc
verklaarde V
de Art
socialistische Adj
fractievoorzitter N
. Punc
De Art
Chufractievoorzitter N
J. N
T. N
Mellema N
zei V
-- Punc
" Punc
Van Prep
deze Pron
vredelievende Adj
minister N
kan V
ik Pron
moeilijk Adj
aannemen V
, Punc
dat Conj
hij Pron
schoten N
voor Prep
de Art
boeg N
zal V
lossen V
. Punc
Dat Conj
de Art
regering N
haar Pron
houding N
zal V
verstrakken V
moet V
ik Pron
maar Adv
opvatten V
als Conj
een Art
mededeling N
, Punc
dat Conj
hij Pron
zich Pron
in Prep
de Art
krachtsport N
heeft V
getraind V
en Conj
voorbereid V
is V
op Prep
de Art
parlementaire Adj
gedachtenwisseling N
. Punc
" Punc
Hoe Adv
denkt V
Serge N
over Prep
alle Pron
vrijheden N
, Punc
die Pron
men Pron
zich Pron
op Prep
het Art
ogenblik N
kan V
permitteren V
. Punc
" Punc
Er Adv
is V
een Art
revolutie N
aan Prep
de Art
gang N
. Punc
Juist Adj
nu Adv
kun V
je Pron
eigenlijk Adj
over Prep
alles Pron
praten V
, Punc
maar Conj
ik Pron
hoop V
toch Adv
, Punc
dat Conj
dit Pron
zal V
veranderen V
. Punc
Ik Pron
heb V
een Art
dochtertje N
, Punc
dat Pron
nu Adv
ruim Adj
vijf Num
jaar N
is V
, Punc
maar Conj
ik Pron
zou V
het Pron
helemaal Adv
niet Adv
leuk Adj
vinden V
als Conj
ze Pron
nu Adv
vijftien Num
zou V
zijn V
. Punc
" Punc
Dat Conj
alle Pron
taboes N
weer Adv
zullen V
terugkeren V
gelooft V
Serge N
ook Adv
niet Adv
, Punc
maar Conj
zegt V
hij Pron
-- Punc
" Punc
Vrouwen N
maken V
zich Pron
ontzettend Adj
veel Num
illusies N
. Punc
Het Art
gemeentebestuur N
van Prep
Utrecht N
wil V
regels N
voor Prep
" Punc
schoolparlementen N
" Punc
in Prep
een Art
verordening N
vastleggen V
. Punc
De Art
meeste Num
schoolparlementen N
tot Prep
nu Adv
toe Prep
waren V
overlegorganen N
van Prep
leerlingen N
en Conj
leraren N
. Punc
In Prep
het Art
Utrechtse Adj
gemeenteontwerp N
hebben V
in Prep
het Art
schoolparlement N
ook Adv
ouders N
inspraak N
. Punc
Leraren N
, Punc
leerlingen N
en Conj
ouders N
zullen V
alle Pron
zaken N
kunnen V
bespreken V
, Punc
die Pron
het Art
belang N
van Prep
de Art
school N
en Conj
het Art
onderwijs N
raken V
. Punc
Over Prep
deze Pron
zaken N
zullen V
zij Pron
het Art
gemeentebestuur N
kunnen V
adviseren V
, Punc
terwijl Conj
B. N
en N
W. N
ook Adv
uit Prep
eigen Pron
beweging N
advies N
kunnen V
vragen V
. Punc
In Prep
het Art
stuk N
treden V
slechts Adv
twee Num
personen N
op Adv
, Punc
de Art
jurist N
JeanJacques N
, Punc
een Art
welgestelde Adj
vrijgezel N
, Punc
wonend V
in Prep
een Art
bijzonder Adj
prettige Adj
flat N
, Punc
die Pron
van Prep
zijn Pron
talloze Pron
liefdesaffaires N
nauwgezet Adj
boek N
houdt V
in Prep
een Art
" Punc
aidememoire N
" Punc
, Punc
waarin Adv
bijzonderheden N
van Prep
zijn Pron
veroveringen N
zijn V
vermeld V
. Punc
Op Prep
een Art
ochtend N
, Punc
juist Adj
wanneer Conj
hij Pron
naar Prep
zijn Pron
kantoor N
wil V
gaan V
, Punc
stapt V
een Art
jonge Adj
aantrekkelijke Adj
vrouw N
, Punc
Suzanne N
, Punc
binnen Adv
, Punc
die Pron
naar Prep
een Art
zekere Pron
Ferrand N
vraagt V
. Punc
JeanJacques N
zegt V
deze Pron
Ferrand N
niet Adv
te Prep
kennen V
, Punc
maar Conj
de Art
vrouw N
is V
niet Adv
meer Adv
uit Prep
zijn Pron
flat N
weg Adv
te Prep
krijgen V
. Punc
Voor Prep
het Art
Concertgebouworkest N
stond V
zondagmiddag N
Hans N
Vonk N
, Punc
die Pron
, Punc
in Prep
zijn Pron
functie N
van Prep
assistent N
van Prep
de Art
dirigenten N
, Punc
het Art
orkest N
kent V
. Punc
Bij Prep
die Pron
gelegenheid N
dirigeerde V
hij Pron
een Art
programma N
waarmee Adv
hij Pron
zich Pron
als Conj
artiest N
minder Num
kon V
afficheren V
dan Conj
als Conj
vakman N
en Conj
het Pron
dient V
gezegd V
dat Conj
Vonk N
in Prep
die Pron
kwaliteit N
een Art
solide Adj
indruk N
maakte V
. Punc
Die Pron
soliditeit N
was V
er Adv
al Adv
direct Adj
in Prep
de Art
Cantate N
" Punc
Falsche N
Welt N
" Punc
van Prep
Bach N
voor Prep
sopraan N
, Punc
koor N
en Conj
orkest N
. Punc
Drie Num
belangrijke Adj
wedstrijden N
-- Punc
twee Num
doelpunten N
. Punc
De Art
goal N
van Prep
Ruud N
Witgen N
voor Prep
Nijmegen N
zou V
men Pron
een Art
" Punc
verlossende V
" Punc
kunnen V
noemen V
, Punc
want Conj
na Prep
liefst Adj
185 Num
minuten N
beslissingshockey N
konden V
de Art
Nijmegenaren N
juichend V
het Art
veld N
van Prep
stadgenoot N
Union N
verlaten V
omdat Conj
Upward N
- Punc
dit Pron
seizoen N
gepromoveerd V
- Punc
dan Adv
toch Adv
het Art
hoofd N
gebogen V
had V
en Conj
daarmee Adv
het Art
recht N
verworven V
was V
om Conj
als Conj
" Punc
tweede Num
" Punc
in Prep
oost N
alsnog Adv
in Prep
de Art
landencompetitie N
te Prep
mogen V
spelen V
. Punc
De Art
tweede Num
treffer N
van Prep
deze Pron
week N
kwam V
van Prep
de Art
stick N
van Prep
Star N
Busmann N
van Prep
Hattem N
, Punc
maar Conj
de Art
leden N
van Prep
het Art
niet-spelende Adj
Pw N
waren V
hierover Adv
enthousiaster Adj
dan Conj
Busmann's N
eigen Pron
teamgenoten N
. Punc
Sprintster N
Cora N
Schouten N
stelde V
echter Adv
danig Adj
teleur Adv
, Punc
en Conj
daarmee Adv
nauw Adj
samenhangend V
kwamen V
ook Adv
de Art
damesestafetteteams N
tot Prep
nauwelijks Adv
aanvaardbare Adj
verrichtingen N
. Punc
Bij Prep
de Art
heren N
vielen V
- Punc
maar Conj
dat Pron
was V
minder Num
verrassend V
- Punc
de Art
estafetteformaties N
volledig Adj
door Prep
de Art
mand N
. Punc
De Art
schoolslag N
van Prep
Addy N
Nijhuis N
( Punc
1.14 Num
) Punc
is V
nu Adv
eenmaal Adv
te Adv
zwak Adj
om Conj
het Art
verdienstelijke Adj
werk N
van Prep
Schoutsen N
, Punc
Rood N
en Conj
Drenth N
af Adv
te Prep
ronden V
. Punc
En Conj
de Art
4 Num
x Punc
200 Num
meter N
vrijeslag-equipe N
heeft V
trainers N
en Conj
bondsofficials N
dit Pron
weekeinde N
op Prep
slag N
enkele Pron
jaren N
ouder Adj
gemaakt V
. Punc
Na Prep
de Art
races N
op Prep
Zandvoort N
heeft V
de Art
Formule N
Fordrijder N
Ton N
Strous N
( Punc
Radio N
Veronica N
Team N
) Punc
een Art
protest N
ingediend V
tegen Prep
de Art
Dnrt-coureur N
Huub N
Vermeulen N
, Punc
die Pron
hij Pron
ervan Adv
beschuldigde V
hem Pron
bij Prep
de Art
Tarzanbocht N
opzettelijk Adj
van Prep
de Art
baan N
te Prep
hebben V
geramd V
. Punc
Het Art
Navbestuur N
wees V
het Art
protest N
na Prep
ampel Adj
beraad N
af Adv
. Punc
Inmiddels Adv
zorgde V
Strous N
tijdens Prep
de Art
prijsuitreiking N
in Prep
het Art
Gemeenschapshuis N
voor Prep
een Art
onverkwikkelijk Adj
incident N
. Punc
Hij Pron
vuurde V
een Art
scheldkannonade N
af Adv
op Prep
Wim N
Beers N
( Punc
teammanager N
van Prep
het Art
Dutch N
National N
Racing N
Team N
) Punc
, Punc
die Pron
hij Pron
op Prep
zijn Pron
beurt N
ervan Adv
beschuldigde V
Huub N
Vermeulen N
te Prep
hebben V
geinstrueerd V
hem Pron
van Prep
het Art
circuit N
te Prep
vegen V
. Punc
" Punc
Tot Prep
ziens V
in Prep
oktober N
in Prep
de Art
Zesdaagse Adj
van Prep
Berlijn N
, Punc
" Punc
zeiden V
de Art
doktoren N
bij Prep
mijn Pron
vertrek N
uit Prep
het Art
Virchowziekenhuis N
. Punc
En Conj
eerlijk Adj
gezegd V
heb V
ik Pron
zelf Pron
het Art
gevoel N
, Punc
dat Conj
ik Pron
inderdaad Adv
weer Adv
kan V
starten V
" Punc
. Punc
Peter N
Post N
, Punc
de Art
Amstelveense Adj
zesdaagse-keizer N
keerde V
dit Pron
weekeinde N
terug Adv
uit Prep
Berlijn N
, Punc
toch Adv
weer Adv
vroeger Adj
dan Conj
hij Pron
zelf Pron
en Conj
de Art
doktoren N
hadden V
verwacht V
. Punc
" Punc
Ze Pron
hebben V
me Pron
geadviseerd V
, Punc
verder Adj
nauwkeurig Adj
onder Prep
behandeling N
te Prep
blijven V
bij Prep
een Art
Amsterdamse Adj
nierspecialist N
en Conj
dokter N
Rolink N
, Punc
die Pron
mij Pron
door Adv
en Conj
door Adv
kent V
en Conj
die Pron
precies Adj
weet V
wat Pron
ik Pron
wel Adv
en Conj
niet Adv
kan V
. Punc
Denken N
en N
Doen N
, Punc
maandblad N
van Prep
de Art
Ver. N
van N
Huisvrouwen N
, Punc
doet V
in Prep
dit Pron
opzicht N
enkele Pron
suggesties N
-- Punc
" Punc
Kan V
een Art
doodlopende V
of Conj
stille Adj
straat N
voor Prep
het Art
verkeer N
worden V
afgesloten V
met Prep
hefbomen N
, Punc
zodat Conj
verhuiswagen N
, Punc
ziekenauto N
e.d. Adv
zonodig Adv
wel Adv
kunnen V
passeren V
-- Punc
de Art
z.g. Adj
" Punc
speelstraat N
, Punc
die Pron
hier Adv
en Conj
daar Adv
al Adv
bestaat V
? Punc
Misschien Adv
kan V
de Art
speelplaats N
van Prep
een Art
school N
, Punc
die Pron
slechts Adv
een Art
half Adj
uur N
per Prep
dag N
( Punc
! Punc
) Punc
gebruikt V
wordt V
voor Prep
het Art
doel N
worden V
omgebouwd V
en Conj
opengesteld V
. Punc
Of Conj
is V
er Adv
een Art
stukje N
park N
of Conj
plantsoen N
dat Pron
er Adv
voor Adv
" Punc
opgeofferd V
" Punc
kan V
worden V
. Punc
Om Prep
tien Num
uur N
op Prep
de Art
zondagmorgen N
is V
Antwerpen N
een Art
bedeesde Adj
stad N
. Punc
Maar Conj
in Prep
een Art
bovenzaal N
, Punc
boven Prep
een Art
ijssalon N
, Punc
zijn V
een Art
200 Num
Belgen N
bijeen Adj
om Conj
te Prep
protesteren V
tegen Prep
kruidendokter N
Van N
de N
Moosdijk N
. Punc
Het Art
gezelschap N
bestaat V
voor Prep
het Art
merendeel N
uit Prep
ouderen Adj
, Punc
kreupelen Adj
en Conj
zieken Adj
, Punc
die Pron
eens Adv
hun Pron
heil N
hebben V
gezien V
in Prep
het Art
Brabantse Adj
wonderpakket N
, Punc
maar Conj
die Pron
nu Adv
het Art
bloed N
, Punc
althans Adv
het Art
geld N
van Prep
de Art
genezer N
, Punc
willen V
zien V
. Punc
Deze Pron
mensen N
hebben V
gemiddeld Adj
2500 Num
gulden N
betaald V
voor Prep
geneeskrachtige Adj
kruiden N
, Punc
die Pron
Van N
de N
Moosdijk N
heeft V
aanbevolen V
als Conj
tovermiddel N
. Punc
De Art
rijstprijs N
vormt V
met Prep
die Pron
van Prep
- Punc
eveneens Adv
met Prep
hulpgelden N
in Adv
te Prep
voeren V
- Punc
textielgoederen N
, Punc
gedroogde V
vis N
, Punc
braadolie N
, Punc
petroleum N
en Conj
een Art
paar N
andere Pron
artikelen N
, Punc
de Art
zg. Adj
prijsindex N
van Prep
het Art
dagelijks Adj
levensonderhoud N
. Punc
Stijgen V
de Art
prijzen N
van Prep
deze Pron
goederen N
door Prep
gebrek N
aan Prep
buitenlandse Adj
deviezen N
als Conj
gevolg N
van Prep
te Adv
late Adj
hulp N
, Punc
dan Adv
zou V
de Art
prijsindex N
stijgen V
. Punc
Volgens Prep
de Art
Indonesische Adj
zienswijze N
, Punc
zou V
dat Pron
een Art
nieuwe Adj
inflatie N
betekenen V
. Punc
Na Prep
een Art
half Adj
uur N
was V
het Pron
de Art
goed Adj
spelende V
Seemann N
die Pron
het Art
hoofd N
van Prep
Nuninga N
zocht V
. Punc
Juist Adj
verkeerd Adj
beoordeelde V
Nuninga N
deze Pron
kans N
, Punc
zoals Conj
eerder Adj
Bonsink N
finaal Adj
had V
misgetrapt V
toen Conj
Pijlman N
hem Pron
vrij Adj
voor Prep
Van N
Zoghel N
bracht V
en Conj
zoals Conj
Bachofner N
kort Adj
daarna Adv
zou V
missen V
toen Conj
Bonsink N
hem Pron
op Prep
de Art
bal N
haarzuiver Adj
op Prep
het Art
voorhoofd N
plaatste V
. Punc
Drie Num
uitstekende Adj
kansen N
dus Adv
voor Prep
Dws N
in Prep
de Art
eerste Num
helft N
, Punc
waarin Adv
Go N
Ahead N
zich Pron
verbaasd V
moet V
hebben V
over Prep
het Art
spel N
van Prep
de Art
Amsterdammers N
, Punc
die Pron
voortdurend Adv
het Art
initiatief N
hielden V
. Punc
De Art
internationale Adj
vlootbezoeken N
, Punc
die Pron
de Art
fregatten N
afleggen V
, Punc
hebben V
ook Adv
een Art
economisch Adj
tintje N
. Punc
Voor Prep
het Art
eerst Adj
in Prep
de Art
geschiedenis N
is V
het Pron
de Art
commandanten N
toegestaan V
reclame N
voor Prep
het Art
niet-geheime Adj
deel N
van Prep
de Art
apparatuur N
te Prep
maken V
. Punc
Op Prep
verzoek N
van Prep
belangstellenden V
kunnen V
de Art
door Prep
Nederlandse Adj
bedrijven N
gefabriceerde V
apparaten N
worden V
gedemonstreerd V
. Punc
" Punc
Als Conj
de Art
ervaringen N
goed Adj
zijn V
, Punc
zullen V
we Pron
in Prep
de Art
toekomst N
misschien Adv
op Prep
grotere Adj
schaal N
een Art
aantal N
economische Adj
belangen N
dienen V
" Punc
, Punc
aldus Adv
Kltz N
Valk N
. Punc
De Art
commissie N
is V
tot Prep
de Art
volgende V
conclusies N
gekomen V
-- Punc
De Art
ontwikkelingen N
van Prep
het Art
containervervoer N
op Prep
langere Adj
termijn N
noodzaken V
tot Prep
vergroting N
van Prep
de Art
overslagcapaciteit N
voor Prep
de Art
behandeling N
van Prep
containerschepen N
. Punc
De Art
uitbreiding N
in Prep
het Art
Nieuwe-Waterweggebied N
dient V
in Prep
een Num
nieuw Adj
havencomplex N
geconcentreerd V
te Prep
worden V
. Punc
De Art
omvang N
van Prep
de Art
Rijnpoorthaven N
in Prep
de Art
door Prep
Rotterdam N
voorgestelde V
vorm N
en Conj
de Art
plaats N
, Punc
waar Adv
deze Pron
haven N
is V
geprojecteerd V
, Punc
zijn V
aanvaardbaar Adj
. Punc
Het Pron
is V
uit Prep
die Pron
overtuiging N
vandaan Prep
dat Conj
de Art
generaal N
Grigorenko N
naar Prep
Tasjkent N
trok V
om Conj
de Art
Krimtartaren N
te Prep
steunen V
in Prep
hun Pron
strijd N
voor Prep
terugkeer N
naar Prep
hun Pron
geboortegrond N
. Punc
Het Pron
is V
uit Prep
dezelfde Pron
overtuiging N
, Punc
dat Conj
de Art
generaal N
Grigorenko N
demonstreerde V
bij Prep
de Art
schandelijke Adj
rechtskomedie N
waarbij Adv
Daniel N
en Conj
Siniavski N
tot Prep
vrijheidsstraffen N
veroordeeld V
werden V
. Punc
Zoals Conj
dezelfde Pron
overtuiging N
hem Pron
met Prep
Litvinov N
jr. Adj
en Conj
Larissa N
Daniel N
op Prep
het Art
Rode N
Plein N
deed V
demonstreren V
tegen Prep
de Art
overweldiging N
van Prep
Tsjechoslowakije N
door Prep
de Art
troepen N
van Prep
de Art
SovjetUnie N
. Punc
Als Conj
Sherlock N
Holmes N
deze Pron
avond N
nog Adv
aanwezig Adj
was V
geweest V
, Punc
en Conj
Chief N
Ironside N
zijn Pron
komst N
een Art
uur N
had V
vervroegd V
, Punc
zouden V
zij Pron
hun Pron
hart N
hebben V
kunnen V
ophalen V
aan Prep
wat Pron
zij Pron
" Punc
Het N
geheim N
van N
de N
storing N
" Punc
of Conj
" Punc
De N
verdwenen N
waaier N
van N
Sevilla N
" Punc
zouden V
hebben V
kunnen V
noemen V
. Punc
Na Prep
de Art
avonturen N
van Prep
scheepsjongen N
Padde N
las V
de Art
omroepster N
een Art
resume N
van Prep
de Art
vorige Adj
aflevering N
van Prep
" Punc
De N
waaier N
van N
Sevilla N
" Punc
voor Adv
in Prep
een Art
volkomen Adj
en Conj
ondoorgrondelijk Adj
duister N
. Punc
Even Adv
duister Adj
en Conj
ondoorgrondelijk Adj
als Conj
het Art
feit N
, Punc
dat Conj
het Pron
kennelijk Adj
het Art
verkeerde Adj
resume N
was V
, Punc
namelijk Adv
van Prep
iets Pron
, Punc
dat Pron
wij Pron
nog Adv
nooit Adv
hadden V
gezien V
en Conj
vermoedelijk Adj
deze Pron
avond N
te Prep
zien V
zouden V
hebben V
gekregen V
. Punc
Bij Prep
het Art
Concertgebouworkest N
onder Prep
Bernard N
Haitink N
ging V
een Art
werk N
van Prep
Hans N
Henkemans N
in Prep
premiere N
-- Punc
" Punc
Elegies N
pour N
quatre N
flutes N
et N
orchestre N
" Punc
, Punc
opgedragen V
aan Prep
de Art
nagedachtenis N
van Prep
Pierre N
Monteux N
en Conj
drie Num
jaar N
geleden Adv
gecomponeerd V
in Prep
opdracht N
van Prep
de Art
Nederlandse Adj
regering N
. Punc
Zoals Conj
men Pron
tijdens Prep
de Art
eerste Num
wereldoorlog N
in Prep
afkeurende V
zin N
wel Adv
eens Adv
sprak V
van Prep
regeringsbrood N
, Punc
zo Adv
kan V
men Pron
bij Prep
deze Pron
noviteit N
spreken V
van Prep
regeringsmuziek N
. Punc
Het Art
werk N
heeft V
twee Num
gebreken N
, Punc
te Prep
weten V
een Art
tekort N
aan Prep
pregnante Adj
thematiek N
of Conj
melodiek N
en Conj
te Adv
weinig Num
relief N
in Prep
de Art
partij N
van Prep
de Art
vier Num
fluiten N
, Punc
die Pron
te Adv
veel Num
vermengd V
is V
met Prep
het Art
algemene Adj
koloriet N
. Punc
Aanvoerder N
Gert N
Bals N
die Pron
voor Prep
zijn Pron
komst N
naar Prep
Ajax N
al Adv
gelouterd V
was V
door Prep
zes Num
Europa N
Cup-wedstrijden N
bij Prep
Psv N
en Conj
in Prep
het Art
Ajax-team N
de Art
man N
met Prep
de Art
meeste Num
ervaring N
in Prep
Europa N
Cup N
-- N
voetbal N
is V
, Punc
ziet V
het Art
optreden V
van Prep
dit Pron
Ajax N
als Conj
een Art
logisch Adj
gevolg N
van Prep
de Art
in Prep
het Art
afgelopen V
jaar N
opgedane V
ervaring N
. Punc
" Punc
Natuurlijk Adj
is V
er Adv
een Art
groot Adj
verschil N
tussen Prep
de Art
Europa N
Cup N
voor Prep
landskampioenen N
en Conj
de Art
beker N
voor Prep
Jaarbeurssteden N
, Punc
maar Conj
de Art
druk N
is V
niet Adv
alleen Adv
daardoor Adv
niet Adv
zo Adv
groot Adj
meer Adv
. Punc
Ons Pron
hele Adj
elftal N
is V
gewoon Adj
geroutineerder Adj
geworden V
. Punc
De Art
Verenigde V
Hva-Maatschappijen N
willen V
het Art
dividend N
over Prep
1969 Num
verder Adj
verlagen V
tot Prep
5 Num
procent N
. Punc
Over Prep
1968 Num
werd V
8 Num
procent N
gegeven V
en Conj
over Prep
'67 Num
nog Adv
11 Num
procent N
. Punc
De Art
bedrijfswinst N
kwam V
over Prep
het Art
afgelopen V
jaar N
met Prep
flo N
9,7 Num
miljoen Num
nog Adv
wel Adv
iets Pron
hoger Adj
uit Adv
dan Conj
de Art
flo N
9,3 Num
miljoen Num
van Prep
het Art
voorgaande V
jaar N
. Punc
Doordat Conj
voor Prep
de Art
suikerfabriek N
Shoa N
de Art
periode N
van Prep
belastingvrijdom N
voorbij Adj
is V
, Punc
moest V
echter Adv
een Art
fors Adj
hoger Adj
bedrag N
aan Prep
de Art
fiscus N
worden V
afgedragen V
van Prep
flo N
4,4 Num
( Punc
v.j. Adv
2,8 Num
) Punc
miljoen Num
. Punc
" Punc
Ofschoon Conj
we Pron
nog Adv
geen Pron
bewijzen N
hebben V
, Punc
lijkt V
het Pron
ons Pron
duidelijk Adj
, Punc
dat Conj
hier Adv
sprake N
is V
van Prep
brandstichting N
" Punc
, Punc
vertelde V
gistermorgen Adv
een Art
politiewoordvoerder N
over Prep
de Art
brand N
, Punc
die Pron
gisternacht Adv
drie Num
bedrijven N
in Prep
de Art
Amsterdamse Adj
Govert N
Flinckstraat N
omtoverde V
in Prep
een Art
ruine N
. Punc
In Prep
het Art
pand N
, Punc
even Adv
om Prep
de Art
hoek N
van Prep
de Art
Eerste N
Sweelinckstraat N
, Punc
waren V
drie Num
bedrijven N
gevestigd V
, Punc
die Pron
alle Pron
zwaar Adj
gedupeerd V
zijn V
. Punc
Raadselachtig Adj
is V
, Punc
dat Conj
toen Conj
de Art
brandweer N
terplaatse Adv
kwam V
, Punc
zowel Conj
uit Prep
de Art
linkerarmen N
, Punc
als Conj
uit Prep
de Art
rechterramen N
vuur N
kwam V
, Punc
terwijl Conj
in Prep
het Art
midden N
van Prep
het Art
pand N
niets Pron
van Prep
brand N
was V
te Prep
bespeuren V
. Punc
Het Art
grootste Adj
probleem N
was V
dat Conj
de Art
Franse Adj
soldaat N
, Punc
die Pron
in Prep
La N
Courtine N
komt V
trainen V
, Punc
het Art
ongelooflijke Adj
bedrag N
van Prep
dertig Num
Nederlandse Adj
centen N
per Prep
dag N
uitgekeerd V
krijgt V
om Conj
wijn N
en Conj
sigaretten N
van Adv
te Prep
kopen V
en Conj
in Prep
de Art
dorpsbars N
zijn Pron
overtollige Adj
levenslust N
uit Adv
te Prep
vieren V
. Punc
Hij Pron
doet V
dat Pron
door Prep
de Art
aankoop N
van Prep
hooguit Adv
een Art
glaasje N
drank N
, Punc
waarna Adv
hij Pron
met Prep
een Art
lege Adj
portemonnaie N
huiswaarts Adv
keert V
. Punc
Zo Adv
niet Adv
de Art
Nederlanders N
. Punc
Die Pron
krijgen V
volgens Prep
de Art
Franse Adj
winkeliers N
hier Adv
een Art
bedrag N
van Prep
zo'n Pron
vijf Num
a Prep
zes Num
gulden N
per Prep
dag N
. Punc
Wanneer Conj
de Art
minister N
van Prep
Verkeer N
en N
Waterstaat N
, Punc
drs. N
J. N
A. N
Bakker N
, Punc
ermee Adv
akkoord Adj
gaat V
, Punc
zal V
de Art
tweede Num
bestelling N
van Prep
postpakketten N
en Conj
briefpakjes N
per Prep
1 Num
juli N
worden V
afgeschaft V
. Punc
Het Pron
gaat V
hier Adv
om Prep
postpakketten N
, Punc
die Pron
door Prep
de Art
postbode N
- Punc
vergeefs Adj
- Punc
zijn V
aangeboden V
, Punc
omdat Conj
er Adv
bijvoorbeeld Adv
niemand Pron
thuis Adv
was V
. Punc
De Art
tweede Num
bestelling N
op Prep
de Art
volgende V
(werk)dag N
wil V
de Art
Ptt N
nu Adv
laten V
vervallen V
. Punc
De Art
geadresseerde V
zou V
voortaan Adv
zijn Pron
postpakket N
op Prep
het Art
postkantoor N
moeten V
afhalen V
. Punc
Het Art
Westfriese Adj
Zwaag N
haalt V
verlicht V
adem N
, Punc
sinds Conj
zich Pron
als Conj
een Art
lopend V
vuurtje N
door Prep
het Art
dorp N
het Art
nieuws N
verspreidde V
, Punc
dat Conj
de Art
sinds Prep
oktober N
1968 Num
opererende V
pyromaan N
is V
gearresteerd V
. Punc