Skip to content

Commit

Permalink
hacks to generate stuff quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi A Pirinen committed Dec 20, 2019
1 parent 8f7356c commit 6f0df81
Show file tree
Hide file tree
Showing 5 changed files with 1,744 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@ lexemes.markdown: generate-lexemes.py
statistics.markdown:
./generate-statistics.bash ..

inflection-lists.markdown: generations.list
while read w ; do \
echo $w;\
echo $w > word;\
bash ../src/bash/generate-wordlist.sh word \
gen/`echo $w | sed -e 's/^\(.\).*$/\1/' |\
tr '[:lower:]' '[:upper:]' |\
sed -e 's/ä/Ä/' -e 's/ö/Ö/'`/$w.markdown;\
done < $<
touch $@

noun-tables.markdown: generations.noun
while read w ; do \
$(PYTHON) ../src/omorfi-wikitable.py -u NOUN \
-g ../src/generated/omorfi.generate.hfst \
-i $w -o gen/`echo $w | sed -e 's/^\(.\).*$/\1/' |\
tr '[:lower:]' '[:upper:]' |\
sed -e 's/ä/Ä/' -e 's/ö/Ö/'`/$w_wikt.markdown; \
done < $<
touch $@

NEWS.markdown: ../NEWS
cp -v $< $@

Expand Down
96 changes: 96 additions & 0 deletions docs/generations.adj
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
aakkosellisuus
aava
abnormaali
abnormi
ahne
aiempi
ainoa
ainut
alaston
autio
autuas
avoin
beige
cool
ehyt
epäilty
eräs
hailakka
hapera
harmaja
harras
hoikka
huoliteltu
hurtti
häpäisty
hölö
hömppä
höppänä
järeä
kade
kehveli
kelpo
korkea
kyvytön
käypä
lähempi
lähin
läntä
löperö
matala
melto
mieto
muu
mätä
oikee
pahin
pantu
paranneltu
paras
pieni
pikku
pinkki
pitkä
raaka
raitis
rampa
rehti
reipas
rietas
ruma
sama
sivistynyt
sokea
suomalainen
suuri
symppis
säkkärä
tiivis
toope
tuhti
tummahko
tyhmä
tyylikäs
työläs
täysi
törppö
uusi
valkaistu
valmis
vapaa
vasen
veltto
vento
viaton
vihanta
viheriä
viipaloitu
vimmattu
voimakas
voipa
vähätelty
vänkä
väärtti
yksilöity
ylennetty
ällistynyt
Loading

0 comments on commit 6f0df81

Please sign in to comment.