140417
Fleksibel utdanning
Møte 7. april 2014
Til stede: Fran, Lene, Robert, Trond
Tidsplan under Fleksibel utdanning
Innlogging
Ryan now writes code for that, cf. the links for
Cf. the course goals for North Saami, here:
This then will be part of the course goal given to each student
It is still a test, so do not make many goals. Just make some
The X in the course goal list is a variable, a sign to Ryan
Both teacher and student may log in, with different roles.
The teacher does not see the self-given student goals, he only
Later on, we may use the data for research, with anonymous student id-s ,
Login:
We now offer Google and Facebook, but should probably add
MorfaC
Look at Kven MorfaC (in the fkv and fkv_oahpa folders),
Semantic sets
We have semantic variables, pointing to sets.
- DRINK = tea, coffee
- FOOD = soup, bread, ..
- PEOPLE = boy, teacher
- MOVEMENT-verb = walk,
The lexicon contains all info for all lexemes, also the semantic class
The semantic classes are listed in meta/semantical_sets.xml
Note ther are class and subclass.
In MorfaC not all these sets go toghether.
So, for Leksa, FOOD is an ok set. For MorphaC this is too coarse.
The sets with m prefix are morfa sets. This just to remember that
Frames
The frames are defined in the meta folder, e.g.
Each frame has a unique frame.
<q id="npar1"> <qtype>N-PAR</qtype> <question> <text>Mitä SUBJ MAINV</text> <element id="SUBJ"> <grammar tag="N+Sg+Nom"/> <sem class="PEOPLE"/> </element> <element id="MAINV"> <grammar tag="V+Act+Ind+Prs+Sg3"/> <id>syöđä</id> </element> </question> <answer> <text>SUBJ MAINV N-PAR</text> <element game='morfa' id="N-PAR" task="yes"> <grammar tag="N+Sg+Par"/> <sem class="FOOD_DISH"/> </element> </answer> </q>
For each variabke, there is an <element> explaining it.
semantical_sets.xml file
This file must exist, and it must have the same
Paradigm files
In meta we also need n_paradigm.xml, the tag list, listed
The file tags
Contains all tags, but again without the initial plus.
grammar_defaults.xml
Not in use here, but needed by the system.
fillings.xml
We also have constants, like what, yesterday.
restrictions in the lexicon files
When we generate the base, some lemmata do not ahve paradigms or
So, you have the tag gen_only="none", and with gen_only="none"
We may have gen_only="Inf, Ind", which generates only infinitive and
Feedback
We will use Zaliznjak. We do not need to implement this yet.
Progress plan
- Draft of course goals by the end of this week? (meeting with Laura)
- Take the sme goals and edit them
- Take the sme goals and edit them
- Simple MorfaC file
- Based upon ped/fkv/
- Based upon ped/fkv/
- make rus/meta/semantical_sets.xml
- fill in the n_rusnob.xml etc. files
- Fran and Rob to do this soon.
- Check by Lene and implementation by Heli, and then a demo on Friday.