Opened 14 years ago

Closed 14 years ago

#46 closed task (fixed)

Korpus Moodle za glosar

Reported by: Andrej Dundović Owned by:
Priority: major Milestone: Predradnje
Component: Informatički rječnik i glosar Version:
Keywords: korpus, Moodle, glosar Cc:

Description

  1. skinuti eng. original:

http://download.moodle.org/download.php/lang16/en_utf8.zip

  1. izvući stringove
grep "$string" -shR * | sed \
 -e 's/^\$string\[.*\].*= //' \
 -e 's/<\?[php|PHP].*$//' \
 -e 's/ //.*$//' \
 -e 's/<[^>]*>//g' \
 -e '/^$/d' \
 > ../moodle-all.txt

...i još na rečenice.

Change History (1)

comment:1 Changed 14 years ago by Andrej Dundović

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.