commit c9fd65e444111f09e5c49b8a53965c7371e57763 Author: ruthenian8 Date: Tue Jun 1 22:23:22 2021 +0300 README now gud diff --git a/README.md b/README.md index a64b59e..3378f14 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ This repository contains a prototype for a Bagvalal morphological analyzer. * run make merged.ana.hfst for cyrillic version * run make merged.tr.hfst for simplified IPA version ### Running the analyzers -* run corpora/\*corpus name\*.analyzed to analyze with the cyrillic transducer -* run corpora/\*corpus name\*.tr.analyzed to analyze with the IPA transducer +* run make corpora/\*corpus name\*.analyzed to analyze with the cyrillic transducer +* run make corpora/\*corpus name\*.tr.analyzed to analyze with the IPA transducer * run bash corpora/tr_stats.sh \*corpus name\*.analyzed to view the statistics + ###Example: - cd corpora - make k_newline.tr.analyzed - bash tr_stats.sh k_newline.tr.analyzed +* cd corpora +* make k_newline.tr.analyzed +* bash tr_stats.sh k_newline.tr.analyzed + Current performance: ~65% \ No newline at end of file