Difference between revisions of "Talk:Matxin"
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
Then edit <code>freeling/src/main/Makefile.am</code> and remove $(TH_AN) from the bin_PROGRAMS. |
Then edit <code>freeling/src/main/Makefile.am</code> and remove $(TH_AN) from the bin_PROGRAMS. |
||
==Old instructions (before 2016)== |
Revision as of 12:18, 5 May 2016
Documentation Descripción del sistema de traducción es-eu Matxin page 30, 6.1: image is missing (Diagrama1.dia) Muki987 12:18, 9 April 2009 (UTC)
- Please could you email this to the developers of Matxin. I have emailed you their contact details. - Francis Tyers 12:39, 9 April 2009 (UTC)
New instructions (2012)
a) install Foma
svn co http://devel.cpl.upc.edu/freeling/svn/trunk freeling svn co http://matxin.svn.sourceforge.net/svnroot/matxin/trunk matxin
In freeling if you get an error like:
g++ -DPACKAGE_NAME=\"FreeLing\" -DPACKAGE_TARNAME=\"freeling\" -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"FreeLing\ 3.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"freeling\" -DVERSION=\"3.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BOOST_REGEX_HPP=1 -DHAVE_BOOST_REGEX_ICU_HPP=1 -DHAVE_BOOST_FILESYSTEM_HPP=1 -DHAVE_BOOST_PROGRAM_OPTIONS_HPP=1 -DHAVE_BOOST_THREAD_HPP=1 -DHAVE_STDBOOL_H=1 -DSTDC_HEADERS=1 -I. -I../../src/include -I../../src/libfreeling/corrector -O3 -Wall -MT threaded_analyzer.o -MD -MP -MF .deps/threaded_analyzer.Tpo -c -o threaded_analyzer.o `test -f 'sample_analyzer/threaded_analyzer.cc' || echo './'`sample_analyzer/threaded_analyzer.cc In file included from /usr/include/boost/thread/thread_time.hpp:9, from /usr/include/boost/thread/locks.hpp:11, from /usr/include/boost/thread/pthread/mutex.hpp:11, from /usr/include/boost/thread/mutex.hpp:16, from /usr/include/boost/thread/pthread/thread.hpp:14, from /usr/include/boost/thread/thread.hpp:17, from /usr/include/boost/thread.hpp:12, from sample_analyzer/threaded_processor.h:35, from sample_analyzer/threaded_analyzer.cc:51: /usr/include/boost/date_time/microsec_time_clock.hpp:68: error: expected identifier before numeric constant /usr/include/boost/date_time/microsec_time_clock.hpp:68: error: expected `}' before numeric constant /usr/include/boost/date_time/microsec_time_clock.hpp:68: error: expected unqualified-id before numeric constant /usr/include/boost/date_time/microsec_time_clock.hpp:70: error: expected unqualified-id before ‘public’ /usr/include/boost/date_time/microsec_time_clock.hpp:79: error: ‘time_type’ does not name a type /usr/include/boost/date_time/microsec_time_clock.hpp:84: error: expected unqualified-id before ‘private’ sample_analyzer/threaded_analyzer.cc:341: error: expected `}' at end of input sample_analyzer/threaded_analyzer.cc:341: error: expected `}' at end of input make[2]: *** [threaded_analyzer.o] Error 1
Then edit freeling/src/main/Makefile.am
and remove $(TH_AN) from the bin_PROGRAMS.