Difference between revisions of "Misc tools"

From LING073
Jump to: navigation, search
(lexccounter)
Line 1: Line 1:
You can install miscellaneous tools, like '''morphTests2yaml''' and '''lexccounter''', as follows:
+
You can install miscellaneous tools from [https://github.swarthmore.edu/Ling073-sp18/tools this repo], like '''morphTests2yaml''' and '''lexccounter''', as follows:
 
<pre>
 
<pre>
 
cd ~/ling073
 
cd ~/ling073

Revision as of 23:41, 28 March 2018

You can install miscellaneous tools from this repo, like morphTests2yaml and lexccounter, as follows:

cd ~/ling073
git clone git@github.swarthmore.edu:Ling073-sp18/tools.git
cd tools
make install

morphTests2yaml

You can scrape {{morphTest}}s from any page on this wiki like this:

morphTests2yaml "Language/Grammar" -l xyz

Put the file in a tests/ directory in your transducer repo and commit the file.

lexccounter

This script counts the number of unique entries in a lexc file.

$ lexccounter apertium-xyz.xyz.lexc 
Unique entries: 127


2017 version of this page