File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
spellers : false
30
30
fst : hfst
31
+ analysers : true
31
32
32
33
# Mermaid processing starts here:
33
34
- name : get list of files
41
42
42
43
# The actual Mermaid compilation
43
44
- name : compile mermaid
44
- uses : divvun/compile-mermaid-markdown-action@main
45
+ use : divvun/compile-mermaid-markdown-action@main
45
46
with :
46
47
files : ${{ steps.getfile.outputs.files }}
47
48
output : ' lang/docs/mermaid-svgs'
68
69
run : |
69
70
sudo apt-get install python3-hfst
70
71
mkdir stats/
71
- ls -lR ${{ github.workspace }}
72
72
python ${{ github.workspace }}/giella-core/scripts/freq-evals.py \
73
- -a ${{ github.workspace }}/src/fst/analyser-gt-desc.hfstol \
73
+ -a ${{ github.workspace }}/lang/build/ src/fst/analyser-gt-desc.hfstol \
74
74
-m stats/corpus-fin.missing \
75
75
-i ${{ github.workspace }}/corpus-fin.latest.freqs/corpus-fin.freqs \
76
76
-n stats/corpus-fin.sus -o stats/corpus-fin.log \
You can’t perform that action at this time.
0 commit comments