Permalink
Please sign in to comment.
Browse files
fixes:
- dependency processor now only runs in dep_to_4lang - text_to_4lang.process also converts old-style deps to new ones
- Loading branch information...
Showing
with
35 additions
and 6 deletions.
- +1 −0 4lang.primitive
- +15 −0 conf/eksz_firsts.cfg
- +15 −0 conf/nszt_firsts.cfg
- +0 −6 src/fourlang/dict_to_4lang.py
- +4 −0 src/fourlang/text_to_4lang.py
| @@ -0,0 +1 @@ | |||
| have | |||
| @@ -0,0 +1,15 @@ | |||
| [dict] | |||
| input_type = eksz | |||
| input_file = input/eksz.xml | |||
| output_file = data/dict/eksz_firsts.json | |||
|
|
|||
| [machine] | |||
| ext_definitions = data/machines/eksz_firsts.pickle | |||
| graph_dir = data/graphs/eksz_firsts | |||
|
|
|||
| [deps] | |||
| lang = hu | |||
| dep_map = dep_to_4lang_hu.txt | |||
|
|
|||
| [magyarlanc] | |||
| path = magyarlanc/magyarlanc-2.0.jar | |||
| @@ -0,0 +1,15 @@ | |||
| [dict] | |||
| input_type = nszt | |||
| input_file = input/nsztb.xml | |||
| output_file = data/dict/nszt_firsts.json | |||
|
|
|||
| [machine] | |||
| ext_definitions = data/machines/nszt_firsts.pickle | |||
| graph_dir = data/graphs/nszt_firsts | |||
|
|
|||
| [deps] | |||
| lang = hu | |||
| dep_map = dep_to_4lang_hu.txt | |||
|
|
|||
| [magyarlanc] | |||
| path = magyarlanc/magyarlanc-2.0.jar | |||
0 comments on commit
222530b