LanguageMachines / ucto

Unicode tokeniser. Ucto tokenizes text files: it separates words from punctuation, and splits sentences. It offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation. Ucto comes with tokenisation rules for several languages and can be easily extended to suit other languages. It has been incorporated for tokenizing Dutch text in Frog, our Dutch morpho-syntactic processor. http://ilk.uvt.nl/ucto --
https://languagemachines.github.io/ucto
GNU General Public License v3.0
65 stars 13 forks source link

Latest ucto make check fails on Mac OS X #54

Closed proycon closed 6 years ago

proycon commented 6 years ago
$ brew install --debug ucto
===================================
   ucto 0.13: src/test-suite.log
===================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tst.sh
============

libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: TiCC::searchFilesMatch: the name '' doesn't match a file or directory.
proycon commented 6 years ago

Does not seem to reproduce in the development LaMachine, perhaps an artefact of the homebrew installation?

kosloot commented 6 years ago

Fixed in latest release 0.13.2