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 2.0 for Foreigners

Please use the following text to cite this item or export to a predefined format:
Novák, Michal; Rysová, Kateřina; Mírovský, Jiří; Rysová, Magdaléna and Hajičová, Eva, 2017, EVALD 2.0 for Foreigners, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL), http://hdl.handle.net/11234/1-2509.
Date issued
2017-11-13
Language(s)
Description
EVALD 2.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
2018-10-23 00:00:00
2*
2017-11-13 00:00:00
2016-11-07 00:00:00
* Selected version
 Files in this item
Name
Evald-2.0-Foreign.scen
Size
1.67 KB
Format
application/octet-stream
Description
Unknown
MD5
38d4ddb8b8a9a63079f8dd3b5646f4bd
Preview
  File Preview
Name
README-EVALD-2.0-FOREIGN.txt
Size
5.01 KB
Format
text/plain
Description
Text
MD5
79dad5d63d9ccdf9edf33be4bf9016e3
Preview
  File Preview
    ========================
    EVALD 2.0 for Foreigners
    ========================
    
    EVALD 2.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 version, EVALD 1.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 2.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:2.0
    docker pull ufal/evald.php-server:2.0
    
    See the EVALD 2.0 for Foreigners project web pages
    (http://ufal.mff.cuni . . .