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 4.0 – Evaluator of Discourse

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

Version History

Showing 1 - 4 out of 4 results
VersionDateSummary
4*
2019-11-13 00:00:00
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-4.0.scen
Size
2.55 KB
Format
application/octet-stream
Description
Unknown
MD5
ad38c6698da78a07b68fd448e8077421
Preview
  File Preview
Name
README-EVALD-4.0.txt
Size
6.32 KB
Format
text/plain
Description
Text
MD5
e40d02f75ffbdbddaebea3c79cc98817
Preview
  File Preview
    =========
    EVALD 4.0
    =========
    
    EVALD 4.0 is a software for automatic evaluation of surface coherence (cohesion) in Czech texts
    written by native speakers of Czech. 
    It is an update of the previous versions, EVALD 1.0, EVALD 2.0 and EVALD 3.0.
    
    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 4.0:
    =================================================
    
    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/.
    
    =================================================
    
    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:4.0
    docker pull ufal/evald.php-server:4.0
    
    See the EVALD 4.0 project web pages (http://ufal.mff.cuni.cz/evald/documentation) for further
    instructions.
    
    =================================================
    
    Ad 3) The dockeri . . .