commit cf2ddc25d0c2a98430fa6caf261ec49862be9dae Author: ruthenian8 Date: Tue Jun 1 22:21:21 2021 +0300 readme corrected diff --git a/README.md b/README.md index 8249ef3..a64b59e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ 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/stats.sh -* run \*corpus name\*.analyzed to analyze with the cyrillic transducer -* run \*corpus name\*.tr.analyzed to analyze with the IPA transducer -* run bash tr_stats.sh \*corpus name\*.analyzed to view the statistics - +* run corpora/\*corpus name\*.analyzed to analyze with the cyrillic transducer +* run 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 Current performance: ~65% \ No newline at end of file