Giter VIP home page Giter VIP logo

andruxa-smirnov / aot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sokirko74/aot

0.0 1.0 0.0 72.11 MB

Seman is a set of linguistic tools to analyze Russian or German texts, it contains lexicons and grammars. The project is interesting as a base line for many research projects in computer linguistics area.

Home Page: http://aot.ru

License: GNU Lesser General Public License v2.1

Tcl 6.97% Batchfile 0.02% Shell 0.01% CMake 0.42% Awk 0.01% C++ 57.57% C 2.18% HTML 30.67% Objective-C 0.81% Lex 0.01% Yacc 0.06% Perl 0.56% Raku 0.01% Python 0.01% SWIG 0.01% CSS 0.17% JavaScript 0.41% Java 0.13%

aot's Introduction

====================== Introduction ====================

This is a RML package (RML is Russian acronym, stands for Linguistic Environment).

This program is distributed under the Library GNU Public Licence, which is in the file
COPYING.  

This program was  written by Alexey Sokirko, Igor Nozhov, Lev Gershenzon, Andrey Putrin 
and many other people.

The project started in Moscow in Dialing 
Company (Russian and English language). The German part was created  
at Berlin-Brandenburg Academy of Sciences and Humanities in  Berlin (the project DWDS). 

Russian website (Russian documents) is www.aot.ru.
More detail about Morphology dicts is here: Docs/Morph_UNIX.txt

==============  Prerequisites    ========================
0.   Install cmake (at least 3.5) from https://cmake.org/download/

1.  g++ 9.0 or higher or 

2. You need flex and bison to build projects after Morphology (Synan and Seman)
    For windows I used flex and bison from https://sourceforge.net/projects/winflexbison/?source=typ_redirect

3. To build lemmatizer_python(switched off by default) you need swig and python-dev,
    for windows I used 
    https://sourceforge.net/projects/swig/files/swigwin/swigwin-3.0.12/swigwin-3.0.12.zip/download
    https://www.python.org/downloads/release/python-2715/
 
5. To compile HTTP-daemons please install libevent 
        https://github.com/libevent/libevent:
   6.1. download source archive from  https://libevent.org/ , for example 
   6.2  wget https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/c
   6.3  tar xfz libevent-2.1.12-stable.tar.gz
   6.4  mv libevent-2.1.12-stable/libevent-2.1.12-stable $RML/Source/contrib/libevent
   6.5  cd $RML/Source/contrib/libevent
   6.6  ./configure --disable-openssl
   6.7  make & sudo make install

6. To compile COM-objects you need to run Visual Studio as administrator.

7. To run Windows GUI Rossdev.exe and MorphWizard you must set Russian everywhere in Region Setting.

=================   Compilation =======================
  export RML=/home/sokirko/RML
  export CXX=/usr/bin/g++
  export CC=/usr/bin/gcc
  cd $RML
  mkdir build
  cd build
  cmake ..
   // or with debug 
   // cmake .. -DCMAKE_BUILD_TYPE=Debug 
  make
  make DESTDIR=$RML install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.