2018-11-28 Ko van der Sloot * NEWS: typo 2018-11-28 Ko van der Sloot * NEWS: updated NEWS for release 2018-11-13 Ko van der Sloot * src/RunTagger.cxx: fix timing 2018-11-12 Ko van der Sloot * include/mbt/Tagger.h, src/RunTagger.cxx, src/Tagger.cxx: added some timers to measure performance 2018-10-02 Ko van der Sloot * src/RunTagger.cxx: fixed debug output (to wrong file....) 2018-06-28 Ko van der Sloot * include/mbt/Sentence.h, include/mbt/Tagger.h, src/GenerateTagger.cxx, src/MbtAPI.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/Tagger.cxx: added an option to set the word/tag separator to TABS only. Also handle unknown options better. 2018-05-28 Ko van der Sloot * src/Makefile.am, src/RunTagger.cxx: removed unused function old_style() 2018-05-16 Ko van der Sloot * configure.ac: bumped version after release 2018-05-16 Ko van der Sloot * NEWS, configure.ac: get ready for release 3.3.2 2018-04-18 Maarten van Gompel * : commit ffd8efb2d528be3a117577079f146d041a469042 Author: Maarten van Gompel Date: Wed Apr 18 22:17:00 2018 +0200 2018-04-18 Maarten van Gompel * Makefile.am: Added codemeta.json 2018-04-05 Ko van der Sloot * .travis.yml: update .travis.yml 2018-03-22 Ko van der Sloot * src/RunTagger.cxx: satisfy cppceck even more 2018-03-22 Ko van der Sloot * .travis.yml: add ccache, cppcheck and scan-build to .travis.yml 2018-02-07 Ko van der Sloot * .travis.yml: updated .travis.yml 2018-01-23 Ko van der Sloot * src/Sentence.cxx: clang doesn't like adding '0' to a string, it seems 2018-01-23 Ko van der Sloot * src/Sentence.cxx: improved code readability 2018-01-23 Ko van der Sloot * src/Makefile.am: updated makefile 2018-01-03 Ko van der Sloot * .travis.yml: error in .travis file 2018-01-03 Ko van der Sloot * .travis.yml, configure.ac: added OSX to travis tests 2018-01-02 Ko van der Sloot * Makefile.am, README, README.md, bootstrap.sh, include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/GenerateTagger.cxx, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: fixed README stuff, and entered 2018 2017-12-06 Ko van der Sloot * docs/mbtg.1: typo corrected 2017-12-06 Ko van der Sloot * docs/mbt.1: typo corrected 2017-11-08 Ko van der Sloot * configure.ac: bumped version after releas 2017-11-08 Ko van der Sloot * NEWS, configure.ac: release 3.3.1 2017-11-07 Ko van der Sloot * NEWS: NEWS about release 2017-09-20 Ko van der Sloot * src/GenerateTagger.cxx, src/RunTagger.cxx: more refactoring 2017-09-20 Ko van der Sloot * configure.ac, src/Sentence.cxx: simplified configuration script. some refactoring too 2017-09-20 Ko van der Sloot * src/GenerateTagger.cxx, src/Sentence.cxx: added omp safeguards 2017-07-27 Ko van der Sloot * .travis.yml: updated .travis.yml 2017-07-19 Ko van der Sloot * : commit c449e36094d113aaf6c60a37da51003e2c3196ab Author: Ko van der Sloot Date: Wed Jul 19 13:19:07 2017 +0200 2017-07-17 Ko van der Sloot * src/RunTagger.cxx: fixed statistics for ENRICHED format 2017-05-09 Ko van der Sloot * .travis.yml: o noes 2017-05-09 Ko van der Sloot * .travis.yml: added Travis notices 2017-02-27 Ko van der Sloot * src/GenerateTagger.cxx, src/Tagger.cxx: some refactoring 2017-02-21 Ko van der Sloot * .travis.yml, src/Makefile.am: modernize Travis build 2017-01-25 Ko van der Sloot * include/mbt/MbtAPI.h, src/TagLex.cxx, src/Tagger.cxx: somre reactoring to improve code quality 2017-01-25 Ko van der Sloot * src/RunTagger.cxx: small refactor to satisfy scan-build 2017-01-23 Ko van der Sloot * .travis.yml: force Travis to use trusty 2017-01-23 Ko van der Sloot * include/mbt/Pattern.h, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx: some refactoring 2017-01-17 Ko van der Sloot * include/mbt/Tagger.h, src/RunTagger.cxx: small refactoring to avoid 0 pointers 2017-01-09 Ko van der Sloot * src/RunTagger.cxx: send manifest to cerr, not cout. (issue #3) 2016-12-21 Ko van der Sloot * src/GenerateTagger.cxx, src/RunTagger.cxx: entered 2017 2016-12-20 Ko van der Sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/GenerateTagger.cxx, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: bump year 2016-12-15 Ko van der Sloot * include/mbt/Tagger.h, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx: some refactoring and polishing 2016-12-15 Ko van der Sloot * src/simpletest.cxx: made sure the thes also runs from the commandline 2016-07-11 Ko van der Sloot * configure.ac: bumped version after release 2016-07-11 Ko van der Sloot * NEWS: spread the NEWS! 2016-06-29 Ko van der Sloot * include/mbt/Tagger.h, src/MbtAPI.cxx, src/RunTagger.cxx: merged duplicate code 2016-06-29 Ko van der Sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Tagger.h: some refactoring. less dependencies is good 2016-06-28 Ko van der Sloot * src/Sentence.cxx: fixed the -eNL option. 2016-02-22 Ko van der Sloot * include/mbt/MbtAPI.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Makefile.am, src/RunTagger.cxx: implement Rule Of Three 2016-02-17 Maarten van Gompel * README => README.md, bootstrap.sh: Converted README to markdown, added badgges 2016-01-18 Ko van der Sloot * configure.ac: Bumped version after release 2016-01-14 Ko van der Sloot * .gitignore, Makefile.am, NEWS: added .gitignore complet move from SVN to GIT 2016-01-04 Ko van der Sloot * README, configure.ac, fink/mbt.info, src/.cvsignore: removed fink stuff and medieval .cvsignore updated mail address 2015-12-23 Ko van der Sloot * src/GenerateTagger.cxx, src/RunTagger.cxx: changed logging a bit 2015-12-22 Ko van der Sloot * configure.ac, include/mbt/Tagger.h, src/GenerateTagger.cxx, src/RunTagger.cxx, src/Tagger.cxx: modifed. We don't store paths in the settingsfile anymore. 2015-12-22 Ko van der Sloot * src/simpletest.cxx: oesp 2015-12-22 Ko van der Sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/GenerateTagger.cxx, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: modernized copyright notice removed 'using namespace' from *.h files. Might break other software! 2015-12-08 Ko van der Sloot * include/mbt/Tagger.h, src/GenerateTagger.cxx, src/RunTagger.cxx, src/TagLex.cxx, src/Tagger.cxx: code cleanup 2015-12-07 Ko van der Sloot * include/mbt/Tagger.h, src/GenerateTagger.cxx, src/Tagger.cxx: added an option to generate a frequency list of ALL found tags 2015-12-01 Ko van der Sloot * src/Tagger.cxx: ARGL. read the comiler warnings! 2015-11-30 Ko van der Sloot * src/Tagger.cxx: fized problem with short filenames 2015-11-30 Ko van der Sloot * : commit 69f8a1a296df234a6f1054fad9511aee2b4527bc Author: Ko van der Sloot Date: Mon Nov 30 11:16:39 2015 +0100 2015-11-24 Ko van der Sloot * README: updatet mailaddress 2015-11-24 Maarten van Gompel * README: README update 2015-11-24 Ko van der Sloot * README: some additions 2015-11-24 Maarten van Gompel * README: explicit compile instructions in READMe 2015-11-24 Maarten van Gompel * README: README update 2015-11-19 sloot * src/GenerateTagger.cxx: oh noes -M was rejected too git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18854 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-11-19 sloot * src/GenerateTagger.cxx: OMG! -O option was rejected. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18853 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-11-05 sloot * include/mbt/Tagger.h, src/GenerateTagger.cxx, src/RunTagger.cxx: adapted CommandLine stuff git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18819 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-19 sloot * src/GenerateTagger.cxx: make G0 normalization the systemdefault for a Tagger git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18759 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-13 sloot * include/mbt/Pattern.h, include/mbt/Sentence.h, src/GenerateTagger.cxx, src/Pattern.cxx, src/RunTagger.cxx, src/Sentence.cxx: some refactoring git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18723 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * src/GenerateTagger.cxx, src/TagLex.cxx: modern iterators git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18721 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * .travis.yml: next attempt git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18708 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * .travis.yml: attempt to fix git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18707 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * .travis.yml: trigger again git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18706 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * .travis.yml: trigger git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18704 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * .travis.yml: my first yml git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18703 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-07 sloot * src/GenerateTagger.cxx, src/RunTagger.cxx: oesp git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18702 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-06 sloot * include/mbt/Tagger.h, src/Makefile.am, src/Tagger.cxx: Some refactoring. attempt to split the enormous Tagger.cxx file. A lot can be done still git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18701 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-01 sloot * m4/openmp.m4: No longer needed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18686 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-10-01 sloot * configure.ac: updated git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18682 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-09-17 sloot * : props git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18638 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-08-06 sloot * configure.ac, include/mbt/Tagger.h, src/Tagger.cxx: modernizing git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18566 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-07-02 sloot * src/Sentence.cxx: stupid bug. The word "EL" was sometimes detected as an Sentence delimitter git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18526 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-03-23 sloot * src/Makefile.am: fall back to c++0x git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18264 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-03-04 sloot * AUTHORS, README: I really wouldn't advise gcc 3 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18137 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-02-24 sloot * include/mbt/Sentence.h, src/Sentence.cxx, src/Tagger.cxx: more refactoring and cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18088 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-02-24 sloot * include/mbt/Sentence.h, src/Sentence.cxx: cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18087 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-02-24 sloot * include/mbt/Sentence.h, src/Sentence.cxx, src/Tagger.cxx: fixed some small problems. implemented smarter reading of sentences with usefull error messages. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18085 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-02-18 sloot * src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx: modernized git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18066 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-02-09 sloot * src/Makefile.am: c++11 aware git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@18039 12f355fe-0486-481a-ad91-c297ab22b4e3 2015-01-21 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: 2015 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17985 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-12-02 sloot * docs/mbtg.1: fixed hyphens according to /usr/share/doc/groff-base/README.Debian git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17897 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-12-02 sloot * docs/mbt.1: fixed hyphens according to /usr/share/doc/groff-base/README.Debian git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17896 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-10-20 mvgompel * configure.ac: macro fix git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17743 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-10-19 mvgompel * configure.ac: added compiler fallback git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17735 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-09-23 sloot * NEWS, configure.ac: bumping git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17701 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-08-14 sloot * include/mbt/MbtAPI.h, src/MbtAPI.cxx: added constructor git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17517 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-06-18 sloot * include/mbt/MbtAPI.h, include/mbt/Tagger.h, src/MbtAPI.cxx, src/Tagger.cxx: some refactoring. attempt to simplify git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17364 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-06-18 sloot * NEWS: test git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17359 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-04-30 sloot * Makefile.am: fixed 'make dist' git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@17168 12f355fe-0486-481a-ad91-c297ab22b4e3 2014-01-06 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: Happy Newyear! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@16818 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-10-17 sloot * bootstrap => bootstrap.sh, configure.ac: modernized git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@16621 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-05-13 sloot * docs/mbt.1: fixed doc git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@16069 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-05-13 sloot * src/MbtAPI.cxx: typo in usage() git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@16068 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-04-04 sloot * configure.ac: bump version after release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15935 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-04-03 sloot * src/Makefile.am: increment current library version git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15923 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-04-03 sloot * NEWS, configure.ac: Some NEWS about ticcutils git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15901 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-04-02 sloot * configure.ac: we need the latest and greatest ticcutils git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15881 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-03-28 sloot * src/TagLex.cxx: adapted to new ticcutils git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15830 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-02-12 sloot * src/TagLex.cxx: somewhat cleaner git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15663 12f355fe-0486-481a-ad91-c297ab22b4e3 2013-01-07 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: bump year git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15567 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-11-13 sloot * src/Tagger.cxx: small fix git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15421 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-10-30 mvgompel * bootstrap: bootstrap fix (matched failed on automake 1.11.6 with Ubuntu 12.10) git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15363 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-10-11 sloot * NEWS: News for release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15292 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-10-10 sloot * configure.ac, include/mbt/Logging.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Sentence.cxx: needs modern ticcutils. added MBT_ prefix to include guards git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15273 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-08-09 sloot * src/Sentence.cxx: moving towards ticcutils git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15087 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-08-08 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Tagger.h, src/Tagger.cxx: TiCC namespace git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15061 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-08-07 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h: fixed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15053 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-08-07 sloot * configure.ac: we need ticcutils git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@15048 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-28 sloot * configure.ac: bumped version after release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14573 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-08 sloot * src/Tagger.cxx: streamline some stuff git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14421 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-07 sloot * include/mbt/Sentence.h, src/Sentence.cxx, src/Tagger.cxx: more cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14420 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-07 sloot * include/mbt/Sentence.h, src/Sentence.cxx: cleanup code git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14419 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-07 sloot * src/Tagger.cxx: Ok, keep logging more in line with previous versions git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14413 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-07 sloot * include/mbt/Tagger.h, src/MbtAPI.cxx, src/Tagger.cxx: fixed some small memoryleak issues git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14402 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-07 sloot * src/Tagger.cxx: train in parallel now. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14391 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-06 antalb * m4/openmp.m4: configure needs the openmp.m4 macro file git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14385 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-06 sloot * configure.ac, include/mbt/Sentence.h, include/mbt/Tagger.h, src/Sentence.cxx, src/Tagger.cxx: started some refactoring, which is needed to implement parallel training git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14383 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-05 sloot * NEWS, include/mbt/MbtAPI.h, include/mbt/Tagger.h, src/MbtAPI.cxx, src/Tagger.cxx, src/simpletest.cxx: finished refactoring. Added a more generic TagLine() function to the API. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14374 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-03-01 sloot * include/mbt/Tagger.h, src/Tagger.cxx: start refactoring git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14369 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-02-27 sloot * src/Sentence.cxx, src/Tagger.cxx: fixed problem with -E still verru unsure about it. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@14340 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-12 sloot * mbt.spec, mbt.spec.README: Were moved to Timbl-dev/rpm git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13993 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-11 sloot * NEWS, include/mbt/Tagger.h, src/Tagger.cxx: ok, now we fixed the mangling, I hope git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13967 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-11 sloot * NEWS: updated git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13964 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-11 sloot * docs/mbt.1, src/MbtAPI.cxx, src/Tagger.cxx: fixed spurious output when running on a LogStream added -D option to usage() and man page git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13958 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-10 sloot * configure.ac: attempt to clean up configure.ac git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13940 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-02 sloot * src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/simpletest.cxx: as is said 2012 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13844 12f355fe-0486-481a-ad91-c297ab22b4e3 2012-01-02 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h: just another year git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13843 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-12-21 sloot * configure.ac: Bumped version after Release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13749 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-12-20 sloot * NEWS, mbt.pc.in: get ready for release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13737 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-12-20 sloot * configure.ac, docs/mbtg.1, include/mbt/Tagger.h, src/MbtAPI.cxx, src/TagLex.cxx, src/Tagger.cxx: typos! depency changed to timbl 6.4.2 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13736 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-12-13 sloot * src/Tagger.cxx: attempt to fix memory leak git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13690 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-11-02 sloot * mbt.pc.in: cleaner solution git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13502 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-10-25 sloot * NEWS, src/Tagger.cxx: made it "-pedantic proof" again. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13457 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-09-14 sloot * include/mbt/Tagger.h, src/Makefile.am, src/Tagger.cxx, src/simpletest.cxx: made 'make check' work made 'make distcheck' work, when a recent timbl is installed OR using 'DISTCHECK_CONFIGURE_FLAGS="--prefix=" make distcheck' to point to that recent Timbl git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13164 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-09-13 sloot * example/.cvsignore, include/mbt/MbtAPI.h, src/MbtAPI.cxx: extended the API with usefull variants git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13158 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-09-13 sloot * example/Makefile.am, example/simpletest.setting, src/Makefile.am, src/{demo.cxx => simpletest.cxx}: modified dem to simpletest 'make check' works 'make distcheck' fails when a recemt Timbl isn't installed :{ git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13157 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * NEWS: aha. it wasn't as bad as i thought git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13057 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * NEWS, src/Tagger.cxx: output of+v options is in line with Timbl now. This breaks frog! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13054 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * m4/acx_pthread.m4: make sure to use the same compiler as specified in configure.ac git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13050 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * include/mbt/Tagger.h, src/Tagger.cxx: Better handling of Timbl options. Only accept -vcf when -G is specified too git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13047 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * src/Tagger.cxx: be less critical. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13044 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-31 sloot * configure.ac: Bumped version after Release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13041 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-30 sloot * NEWS, docs/mbt.1, docs/mbtg.1, include/mbt/Tagger.h, src/MbtAPI.cxx, src/Tagger.cxx: some reshuffling regarding --version and --help options git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@13022 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-25 sloot * configure.ac: wee need new Timbl! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@12973 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-08-25 sloot * NEWS: get ready for release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@12972 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-05-16 sloot * NEWS, docs/mbt.1, src/MbtAPI.cxx: document -vc option git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9990 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-05-12 sloot * include/mbt/Tagger.h, src/Tagger.cxx: added a -vc option to add confidence to the outout git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9901 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-05-12 sloot * NEWS, include/mbt/MbtAPI.h, include/mbt/Tagger.h, src/MbtAPI.cxx: added function to API NEWS git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9881 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-05-11 sloot * include/mbt/Tagger.h, src/Tagger.cxx: fixed teriible bug in handling of +vdb parameter git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9872 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-04-07 sloot * src/MbtAPI.cxx: small change in announcement git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9342 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-04-07 sloot * NEWS, include/mbt/Tagger.h, src/Tagger.cxx: addded Version() and VersionName() functions to be consistent withe the whole Timbl family. updated NEWS git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9318 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-03-29 sloot * configure.ac: bumped version after Release props changed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9210 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-03-23 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/demo.cxx: More decapping CNTS ==> CLiPS git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9077 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-03-22 sloot * configure.ac: pthread test always failed. fixed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@9029 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-03-21 sloot * NEWS, configure.ac, docs/Makefile.am, docs/{Mbt.1 => mbt.1}, docs/{Mbtg.1 => mbtg.1}, mbt.pc.in, src/Makefile.am: more decapping. man pages too! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8992 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-28 sloot * acinclude.m4, configure.ac: deleted unneeded file and cleaned up configure git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8608 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-27 joostvb * fink/mbt.info: use splittoff, in order to be able to build mbtserver git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8571 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-26 joostvb * fink/mbt.info: no longer ships init script git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8560 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-26 joostvb * fink/mbt.info: s/cnts/clips/ git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8554 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-26 joostvb * fink/mbt.info: upgrade from 3.2.0-pre1 to 3.2.4, stap 1 van n git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8553 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-02 sloot * : props git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8194 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-02-02 sloot * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/demo.cxx: 2011 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8179 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-31 joostvb * mbt.spec: oops git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8094 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-31 joostvb * mbt.spec: init script gone git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8093 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-31 joostvb * mbt.spec: git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8092 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-31 joostvb * mbt.spec.README: git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8083 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-31 joostvb * mbt.spec: new upstream git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@8081 12f355fe-0486-481a-ad91-c297ab22b4e3 2011-01-05 sloot * ChangeLog, Makefile.am: removed ChangeLog from SVN git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7710 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-12 joostvb * debian/NEWS.debian, debian/TODO, debian/changelog, debian/compat, debian/control, debian/copyright, debian/docs, debian/rules: debian packaging now maintained at svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debiangit-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7311 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-09 sloot * configure.ac: Bumped version after Release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7238 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * debian/control: 6.3.1 it is git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7220 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * debian/control: hmm, of is het 6.3.1 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7219 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * debian/NEWS.debian: version naming git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7216 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * debian/NEWS.debian: Release 3.2.4 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7200 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * src/Tagger.cxx: compiler warning gone git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7197 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-08 sloot * src/MbtAPI.cxx: API change git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7196 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-06 sloot * include/mbt/Tagger.h, src/Tagger.cxx: small interface change git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7154 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-06 sloot * src/Tagger.cxx: the Tag() method should not add extra newlines! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7140 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-04 antalb * docs/Mbt.1: repaired the synopsis text git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7135 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-02 sloot * src/MbtAPI.cxx, src/Tagger.cxx: plugged some leaks git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7109 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-02 sloot * include/mbt/Tagger.h, src/Tagger.cxx: improved interface. fixed debugging output. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7094 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-02 sloot * configure.ac: refix last fix git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7093 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-01 sloot * configure.ac: typo git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7085 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-01 sloot * configure.ac: fixed same problem with g++ vs gcc as in Timbl git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7084 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-12-01 sloot * m4/acx_pthread.m4: arghhh git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7072 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-30 sloot * include/mbt/Tagger.h, src/Tagger.cxx: added a function git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7061 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-30 sloot * docs/Mbt.1: small edit git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7052 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-24 antalb * docs/Mbt.1, docs/Mbtg.1: some edits in the man pages of Mbt and Mbtg git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@7014 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-18 sloot * docs/Makefile.am: install the new manpage too git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6938 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-18 sloot * docs/Mbtg.1: New man page for Mbtg git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6937 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-18 sloot * src/MbtAPI.cxx: updated usage() git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6936 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-18 sloot * src/Tagger.cxx: use HAVE_PTHREAD now git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6923 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-18 sloot * configure.ac: fixed PTHREAD checking git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6922 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * : more old pdf's removed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6920 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * docs/Makefile.am, docs/Mbt.1: Added man page git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6919 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * debian/default: not neede too git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6908 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * debian/postinst, debian/postrm, debian/prerm: not needed anymore git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6907 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * debian/init.d: deleted git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6906 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * configure.ac: need recent timbl! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6905 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-17 sloot * ChangeLog, include/mbt/Logging.h, include/mbt/MbtAPI.h, src/Tagger.cxx: adapted to newetr Timbl git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6904 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-11 sloot * src/MbtAPI.cxx: more props git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6832 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-11 sloot * TODO: todo git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6824 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-11 sloot * ChangeLog: updated git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6812 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-11 sloot * .cvsignore, Makefile.am, configure.ac, include/mbt/MbtServerBase.h, init/.cvsignore, init/Makefile.am, init/mbt.in, src/MbtServer.cxx, src/MbtServerBase.cxx: more cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6810 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-11 sloot * configure.ac, include/mbt/Makefile.am, include/mbt/MbtAPI.h, src/Makefile.am, src/MbtAPI.cxx, src/Tagger.cxx: cleaning up git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6809 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-10 sloot * include/mbt/Makefile.am, include/mbt/MbtAPI.h, include/mbt/{MbtServer.h => MbtServerBase.h}, include/mbt/Sentence.h, include/mbt/Tagger.h, src/Makefile.am, src/MbtAPI.cxx, src/MbtServer.cxx, src/MbtServerBase.cxx, src/Sentence.cxx, src/Tagger.cxx: cleanup, renaming etc. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6794 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-10 sloot * include/mbt/Tagger.h, src/MbtAPI.cxx, src/MbtServer.cxx, src/Tagger.cxx: 't ontrafelen continues git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6787 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-09 sloot * include/mbt/MbtServer.h, include/mbt/Tagger.h, src/MbtServer.cxx, src/Tagger.cxx: moved most server stuff to MbtServer git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6783 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-09 sloot * include/mbt/Sentence.h, src/Sentence.cxx: last checkin contained a lot of "to be removed" stuff now it IS removed ;) git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6782 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-09 sloot * include/mbt/Sentence.h, src/Sentence.cxx: some cleanup. replaced Socket reading by a special readLines thingy git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6781 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-09 sloot * include/mbt/Sentence.h, src/Sentence.cxx: added output operator git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6774 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-04 sloot * include/mbt/MbtServer.h, src/MbtServer.cxx: oesp badley needed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6742 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-04 sloot * include/mbt/Tagger.h: next step git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6741 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-04 sloot * include/mbt/Makefile.am: more progress git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6740 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-04 sloot * include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Tagger.h, src/Makefile.am, src/MbtAPI.cxx, src/Pattern.cxx, src/Tagger.cxx: started to separate server from other stuff work in progress… git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6739 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-03 sloot * include/mbt/Tagger.h, src/Tagger.cxx: step by step, little by little git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6729 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-03 sloot * include/mbt/Tagger.h, src/Tagger.cxx: cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6728 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-03 sloot * include/mbt/MbtAPI.h: hmpff git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6723 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-11-03 sloot * include/mbt/MbtAPI.h, include/mbt/Sentence.h, include/mbt/Tagger.h, src/Tagger.cxx: start reshuffling code. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6722 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-10-06 sloot * debian/changelog: hmpff git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6380 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-10-06 sloot * debian/changelog, debian/control: getting ready for 3.2.2 release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@6378 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * mbt.spec.README: recorded idea for fix (yet left to implement) git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5770 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * mbt.spec.README: recording current status of libtool investigations git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5769 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * mbt.spec: new upstream git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5765 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * ChangeLog, NEWS, bootstrap, configure.ac: svn snapshot release: ship this fix for compile problems git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5764 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * mbt.spec.README: recording build failures on various platforms: stuff to do git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5761 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * ChangeLog, mbt.spec.README: problems with libtool performing linking git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5753 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-19 joostvb * mbt.spec, mbt.spec.README: new buildreq git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5750 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-18 joostvb * mbt.spec: start working on 3.2.2 upstream git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5737 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-08-18 joostvb * mbt.spec: rpm 3.2.1-1 was never published git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@5736 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-07 sloot * bootstrap, configure.ac: Bumped version after release bootstrap can be much simpler! git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4921 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-02 antalb * : small correction in PDF version of Mbt 3.2 manual git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4860 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-02 antalb * test.tok => example/test.tok: moved test.tok to the example directory git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4857 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-02 antalb * : added Mbt 3.2 manual git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4856 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-02 sloot * docs/Makefile.am: new manual upcoming git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4854 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-06-02 sloot * src/MbtAPI.cxx: intro messages improved git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4853 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-05-06 sloot * AUTHORS: courtesy git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4546 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-05-06 sloot * src/MbtAPI.cxx, src/Mbtg.cxx, src/Tagger.cxx: fixed exit codes problem git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4545 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-05-03 sloot * src/Tagger.cxx: quick hack for path problem git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4518 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * mbt.spec.README: instructies om rpm te bouwen git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4271 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * mbt.spec: oops, libxml2 is handled via timbl git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4270 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * mbt.spec: some needed libs git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4269 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * mbt.spec: wacky Makefile.am install git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4268 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * include/mbt/Makefile.am: do not install include/Makefile.am: just install header files git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4267 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-04-05 joostvb * mbt.spec: first shot at initial release of rpm git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4266 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-23 sloot * src/Tagger.cxx: use 'generic' daemonize form TimblServer git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4128 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * src/TagLex.cxx: changed lexicon sorting a bit. gave a better name git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4110 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * include/mbt/TagLex.h, src/TagLex.cxx, src/Tagger.cxx: a lot of code reshuflling. repaced some stuff by more C++ like things git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4109 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * include/mbt/TagLex.h, src/TagLex.cxx: another 'magic number' bites the dust git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4106 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * src/Tagger.cxx: dead code removed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4100 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * configure.ac, include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/Sentence.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/demo.cxx: it's 2010 now! cleaned up config git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4099 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * debian/changelog: i am a maintainer git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4098 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-22 sloot * README: adapted git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@4097 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-10 sloot * debian/control: better control git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3998 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-10 sloot * configure.ac: modernized more git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3997 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-10 sloot * configure.ac: modernized git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3996 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-09 sloot * AUTHORS, include/mbt/Logging.h, include/mbt/MbtAPI.h, src/Sentence.cxx, src/Tagger.cxx: oeps fixed, thanx to Joseph Turin git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3956 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * configure.ac: needs timbl 6.2.3 i said git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3834 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * configure.ac: cleanup. NEEDS latest and greatest Timbl git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3833 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * debian/control: added an uploader git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3830 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * debian/changelog: try to release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3828 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * debian/NEWS.debian, debian/control: added NEWS and changed control git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3827 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-03-01 sloot * ChangeLog, configure.ac: added libxml2 dependency git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3826 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-02-24 sloot * configure.ac: modified for seperate TimblServer lib git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3783 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-02-22 sloot * debian/changelog: updated git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3775 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-02-22 sloot * NEWS, mbt.pc.in: updated pkgconfig file some NEWS git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3774 12f355fe-0486-481a-ad91-c297ab22b4e3 2010-02-22 sloot * configure.ac: bumping version. release soon. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3773 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-12-23 sloot * configure.ac, include/mbt/MbtAPI.h, include/mbt/Tagger.h, src/MbtAPI.cxx, src/Tagger.cxx: added a function to the API and changed output somewhat. Now we can send our output to an external LogStream. Needed for Tadpole. minor version bump git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3436 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-12-22 sloot * configure.ac: fixed syntax (for Free BSD et al) minor bump git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3409 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-23 sloot * ChangeLog: nu echt fixed git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3276 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-23 sloot * ChangeLog: fixinated git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3275 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-23 joostvb * ChangeLog, NEWS: start preparing next release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3274 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-23 joostvb * NEWS: document requirement, ship snapshot release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3273 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * fink/mbt.info: git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3217 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * fink/mbt.info: it compiles git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3216 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * fink/mbt.info: first draft git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3215 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * NEWS, configure.ac: record current status of svn: fails to compile git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3214 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * src/Makefile.am: tags git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3213 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * NEWS: added some content about history git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3212 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-11-15 joostvb * fink/mbt.info: stolen from Timbl-pkg/fink/timbl.info git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3211 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-10-20 sloot * src/Tagger.cxx: fixed problem with empty sentence git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@3082 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-07 sloot * Makefile.am: 'make distcheck' works now git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2904 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-05 joostvb * Makefile.am: do not install ChangeLog: it interferes bad with Debian packaging git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2898 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-05 joostvb * Makefile.am: tags git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2897 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-03 sloot * debian/changelog: new upstream git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2886 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-03 sloot * ChangeLog, NEWS, configure.ac: ship it git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2885 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-09-02 sloot * configure.ac: cleanup git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2873 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-08-25 sloot * src/Sentence.cxx: arghh git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2833 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-08-25 sloot * include/mbt/Sentence.h, src/Sentence.cxx, src/Tagger.cxx: better git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2832 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-08-25 sloot * configure.ac, src/Sentence.cxx, src/Tagger.cxx: Now based on new Timbl Sockets stuff. Bumped version to reflect this git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2831 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-08-17 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * src/Tagger.cxx: dont't process empty sentences git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2810 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-07-05 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/postinst: git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2718 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-07-05 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/changelog, debian/default, debian/init.d: Do not start daemon on initial install git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2717 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-07-05 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/TODO: list debian packaging stuff to do git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2716 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-07-05 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * ChangeLog: git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2715 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-23 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * src/Tagger.cxx: ouch git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2690 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-23 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * ChangeLog, src/Sentence.cxx, src/Tagger.cxx: fixed problem for enriched input with at the begin git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2689 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/postrm: purge datafiles on purge. release git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2685 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/init.d, debian/postinst: fix LOGFILE and daemon data files git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2684 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/default, debian/postinst: supply needed options to daemon. make sure settings file is generated on initial install git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2682 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * ChangeLog, debian/changelog, debian/default, debian/init.d, debian/rules: use debian-specific configurable init-script git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2681 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * NEWS, configure.ac: release 3.1.4 git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2680 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-16 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * NEWS: News git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2665 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-11 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/control, debian/postinst, debian/postrm, init/mbt.in: user user "mbt" (not sloot) for running the daemon. create and remove user on package install/purge git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2655 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-11 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * debian/changelog, debian/compat, debian/control, debian/copyright, debian/docs, debian/postinst, debian/postrm, debian/prerm, debian/rules: debian packaging infrastructure. it compiles. git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2654 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-06-10 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * configure.ac: make sure it compiles with Debian cdbs, which sets CXX env var git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2653 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-01-26 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * Makefile.am: fix m4 stuff git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2466 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-01-21 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * Makefile.am, configure.ac: modernize git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2461 12f355fe-0486-481a-ad91-c297ab22b4e3 2009-01-07 (no author) <(no author)@12f355fe-0486-481a-ad91-c297ab22b4e3> * include/mbt/Logging.h, include/mbt/MbtAPI.h, include/mbt/Pattern.h, include/mbt/TagLex.h, include/mbt/Tagger.h, src/Mbt.cxx, src/MbtAPI.cxx, src/Mbtg.cxx, src/Pattern.cxx, src/Sentence.cxx, src/TagLex.cxx, src/Tagger.cxx, src/convert.cxx, src/demo.cxx: Bumped year git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2432 12f355fe-0486-481a-ad91-c297ab22b4e3 2008-12-09 sloot * src/Tagger.cxx: some desparate SGI hack git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2404 12f355fe-0486-481a-ad91-c297ab22b4e3 2008-08-12 sloot * configure.ac: fixed configuration to allow users to set CXXFLAGS at configuration time git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2266 12f355fe-0486-481a-ad91-c297ab22b4e3 2008-08-11 sloot * configure.ac: more strickt cjecking for icpc (-Wall is unwise) git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2262 12f355fe-0486-481a-ad91-c297ab22b4e3 2008-07-14 sloot * ChangeLog: modified after reinstall git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2247 12f355fe-0486-481a-ad91-c297ab22b4e3 2008-07-14 sloot * moved git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/Mbt3@2235 12f355fe-0486-481a-ad91-c297ab22b4e3