Skip to content

Commit

Permalink
combined omorfi_pos.py and cut_and_sort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samisalkosuo committed Feb 7, 2018
1 parent a8b3c93 commit 3a0fdee
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/depparser/my_parser_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ source init.sh
#replaced: sort | uniq ==> sort -u
#cat $TMPDIR/tagger_input.conll09 | cut -f 2 | sort -u | $PYTHON omorfi_pos.py > $TMPDIR/all_readings.sd
#replaced: cut -f 2 | sort -u ==> python cut_and_sort.py
cat $TMPDIR/tagger_input.conll09 | python cut_and_sort.py | $PYTHON omorfi_pos.py > $TMPDIR/all_readings.sd
#cat $TMPDIR/tagger_input.conll09 | python cut_and_sort.py | $PYTHON omorfi_pos.py > $TMPDIR/all_readings.sd
cat $TMPDIR/tagger_input.conll09 | $PYTHON omorfi_pos_modified.py > $TMPDIR/all_readings.sd


cd morpho-sd2ud
Expand Down
Loading

0 comments on commit 3a0fdee

Please sign in to comment.