Computing co-reference chain statistics.
Clone the repository or download it as zip. If you download the zip, you must decompress it (do not just enter into it with your file manager: decompress it). Then run the crviewer-<VERSION>.jar file.
On Windows, you can double-click on the jar file icon, but this will start Java with the default Windows encoding (Windows-1252). If your text files are encoded using UTF-8, you will need to tell Java to use UTF-8. Start it with the command:
java -Dfile.encoding=UTF-8 -jar crviewer-<VERSION>.jaror just double-click on the start.bat file.
On Linux, you may use the following command to start the program:
java -jar crviewer-<VERSION>.jarTutorial videos are available on my Youtube channel, with a dedicated playlist:
- présentation,
- récupérer et éditer les données,
- filtrer par chaînes,
- filtrer par textes,
- coefficient de stabilité,
- récapitulatif,
Released under the terms of the Mozilla Public License v2.0. See the LICENSE file for details. This program comes with ABSOLUTELY NO WARRANTY.
Want to talk? Reach me at bruno@boberle.com.


