• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H15-Dec-2021-177162

docs/H15-Dec-2021-842682

include/H15-Dec-2021-30,60617,908

m4/H15-Dec-2021-570500

src/H03-May-2022-7,3715,368

tests/H03-May-2022-3428

.gitignoreH A D15-Dec-2021642 5049

AUTHORSH A D15-Dec-2021138 136

COPYINGH A D15-Dec-202134.3 KiB674553

INSTALLH A D15-Dec-202115.4 KiB371288

Makefile.amH A D15-Dec-2021268 127

NEWSH A D15-Dec-20216.7 KiB224195

READMEH A D15-Dec-202142 21

README.mdH A D15-Dec-20212 KiB6249

TODOH A D15-Dec-202118 21

bootstrap.shH A D15-Dec-20211.7 KiB6831

codemeta.jsonH A D15-Dec-20212.1 KiB7270

configure.acH A D15-Dec-20212.8 KiB12098

dox.cfgH A D15-Dec-2021106.1 KiB2,4971,942

ticcutils.pc.inH A D15-Dec-2021280 1412

README

1Please see README.md for for information.
2

README.md

1[![GitHub build](https://github.com/LanguageMachines/ticcutils/actions/workflows/ticcutils.yml/badge.svg?branch=master)](https://github.com/LanguageMachines/ticcutils/actions/)
2[![Language Machines Badge](http://applejack.science.ru.nl/lamabadge.php/ticcutils)](http://applejack.science.ru.nl/languagemachines/)
3[![DOI](https://zenodo.org/badge/9028755.svg)](https://zenodo.org/badge/latestdoi/9028755)
4
5TiCC utils
6==============
7
8    TiCC utils 0.22 (c) ILK/CLST 1998 - 2021
9    by Ko van der Sloot
10
11    Tilburg centre for Cognition and Communication, Tilburg University.
12    Centre for Language and Speach Technology, Radboud University
13
14This module contains useful functions for general use in the TiCC software
15stack and beyond.
16
17TiCC utils is distributed under the GNU Public Licence (see the file ``COPYING``).
18
19This software has been tested on:
20- Intel/AMD platforms running several versions of Linux, including Ubuntu,
21  Debian and Fedora.
22- 64 bits
23- MAC platform running OS X 10.13
24
25Compilers:
26- GCC (4.9 - 7.0). It is highly recommended to upgrade to at least GCC 5.0
27- CLANG. Preferrable a recent version which supports OpenMP
28
29Contents of this distribution:
30- Sources
31- Licensing information ( ``COPYING`` )
32- Installation instructions ( ``INSTALL`` )
33- Build system based on Gnu Autotools
34- Documentation ( in the ``docs/`` directory )
35
36Dependencies:
37To be able to succesfully build libticcl from the tarball, you need the
38following pakages:
39- ``autotools``
40- ``autoconf-archive``
41- ``pkg-config``
42- ``libxml2-dev``
43- ``icu-dev``
44- ``libtar-dev``
45- ``libbz2-dev``
46- ``zlib1g-dev``
47
48Installation Instructions
49--------------------------------
50
51To install ticcutils, first consult whether your distribution's package manager
52has an up-to-date package.  If not, for easy installation of ticcutils, it is
53included as part of our software distribution LaMachine:
54https://proycon.github.io/LaMachine .
55
56To compile from source instead:
571. ``sh bootstrap.sh``
582. ``configure``
593. ``make``
604. ``make install``
615. *optional:* ``make check``
62