Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/workflows/ | H | 15-Dec-2021 | - | 177 | 162 | |
docs/ | H | 15-Dec-2021 | - | 842 | 682 | |
include/ | H | 15-Dec-2021 | - | 30,606 | 17,908 | |
m4/ | H | 15-Dec-2021 | - | 570 | 500 | |
src/ | H | 03-May-2022 | - | 7,371 | 5,368 | |
tests/ | H | 03-May-2022 | - | 34 | 28 | |
.gitignore | H A D | 15-Dec-2021 | 642 | 50 | 49 | |
AUTHORS | H A D | 15-Dec-2021 | 138 | 13 | 6 | |
COPYING | H A D | 15-Dec-2021 | 34.3 KiB | 674 | 553 | |
INSTALL | H A D | 15-Dec-2021 | 15.4 KiB | 371 | 288 | |
Makefile.am | H A D | 15-Dec-2021 | 268 | 12 | 7 | |
NEWS | H A D | 15-Dec-2021 | 6.7 KiB | 224 | 195 | |
README | H A D | 15-Dec-2021 | 42 | 2 | 1 | |
README.md | H A D | 15-Dec-2021 | 2 KiB | 62 | 49 | |
TODO | H A D | 15-Dec-2021 | 18 | 2 | 1 | |
bootstrap.sh | H A D | 15-Dec-2021 | 1.7 KiB | 68 | 31 | |
codemeta.json | H A D | 15-Dec-2021 | 2.1 KiB | 72 | 70 | |
configure.ac | H A D | 15-Dec-2021 | 2.8 KiB | 120 | 98 | |
dox.cfg | H A D | 15-Dec-2021 | 106.1 KiB | 2,497 | 1,942 | |
ticcutils.pc.in | H A D | 15-Dec-2021 | 280 | 14 | 12 |
README
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