This is a new version of the repository. Do let us know (lindat-help at ufal.mff.cuni.cz) if you encounter any issues.
 

EVALD 3.0 for Foreigners – Evaluator of Discourse

Please use the following text to cite this item or export to a predefined format:
Mírovský, Jiří; Novák, Michal; Rysová, Kateřina; Rysová, Magdaléna and Hajičová, Eva, 2018, EVALD 3.0 for Foreigners – Evaluator of Discourse, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL), http://hdl.handle.net/11234/1-2864.
Date issued
2018-10-23
Language(s)
Description
EVALD 3.0 for Foreigners is a software for automatic evaluation of surface coherence (cohesion) in Czech texts written by non-native speakers of Czech.
Acknowledgement

Version History

Showing 1 - 4 out of 4 results
VersionDateSummary
2019-11-13 00:00:00
3*
2018-10-23 00:00:00
2017-11-13 00:00:00
2016-11-07 00:00:00
* Selected version
 Files in this item
Name
Evald-3.0-Foreign.scen
Size
2.44 KB
Format
application/octet-stream
Description
Unknown
MD5
e7e4cea18480dbc045194fb8c5119488
Preview
  File Preview
Name
README-EVALD-3.0-FOREIGN.txt
Size
5.46 KB
Format
text/plain
Description
Text
MD5
13c7c027e8bfafe566558d94a7cabb66
Preview
  File Preview
    ========================
    EVALD 3.0 for Foreigners
    ========================
    
    EVALD 3.0 for Foreigners is a software for automatic evaluation of surface coherence (cohesion)
    in Czech texts written by non-native speakers of Czech.
    It is an update of the previous versions, EVALD 1.0 for Foreigners and EVALD 2.0 for Foreigners.
    
    The evaluation part (the server) is implemented in Treex (http://ufal.cz/treex), a highly modular
    NLP framework written in the Perl programming language, and uses the Weka toolkit
    (http://www.cs.waikato.ac.nz/ml/weka/) for the final prediction of a coherence mark.
    It can be used directly from a command line or as a backend server for a client.
    The client part is implemented as a web server, accessible with a web browser.
    
    ================================================================
    There are three possible ways of using EVALD 3.0 for Foreigners:
    ================================================================
    
    1. interactively as a web demo and RESTful web service hosted at the LINDAT/CLARIN server,
    2. interactively but locally, with both the server and the client running on the same machine (or two machines
       in the same network),
    3. in a batch mode run on the local machine.
    
    =================================================
    
    Ad 1) No installation is needed in this case; in a web browser (such as Firefox or Chrome),
    go to https://lindat.mff.cuni.cz/services/evald-foreign/.
    
    =================================================
    
    Ad 2) Both the backend server and the client components are distributed via the Docker software
    (https://www.docker.com/), which needs to be installed first. Docker greatly simplifies
    the installation process of the two components and allows them to be run on Linux-based
    operating systems, Windows 10, as well as Mac OS X.
    
    To download both the server and the client, run the following commands:
    
    docker pull ufal/evald.treex-server:3.0
    docker pull ufal/evald.php-server:3.0
    
    See the EVALD 3.0 for Foreigners project w . . .