Difference between revisions of "AOT"

From Apertium
Jump to navigation Jump to search
Line 10: Line 10:
 
</pre>
 
</pre>
   
Edit the fie "compile_morph.sh" and replace "gmake" with "make"
+
Edit the file "compile_morph.sh" and replace "gmake" with "make"
  +
  +
Edit the file "Source/MorphWizardLib/FormInfo.h" and add:
  +
  +
<pre>
  +
#include <string.h>
  +
</pre>
  +
  +
Then:
   
 
<pre>
 
<pre>

Revision as of 18:24, 2 August 2011

mkdir /tmp/RML
cd /tmp/RML
wget http://heanet.dl.sourceforge.net/project/rupostagger/rupostagger/0.1.02/rupostagger-0.1.02.tar.gz
tar -xzvf rupostagger-0.1.02.tar.gz
cp rupostagger-0.1.02/LemServer/aot.ru/* .
tar -xzvf lemmatizer.tar.gz
tar -xzvf rus-src-morph.tar.gz 
export RML=~/RML

Edit the file "compile_morph.sh" and replace "gmake" with "make"

Edit the file "Source/MorphWizardLib/FormInfo.h" and add:

#include <string.h>

Then:

./compile_morph.sh
./generate_morph_bin.sh Russian