mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
finished french vp (but buggy)
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
--# -path=.:resource/french:resource/romance:resource/abstract:resource/../prelude
|
||||
|
||||
concrete AnimalsFre of Animals = open ResourceFre, ParadigmsFre, VerbsFre in {
|
||||
concrete AnimalsFre of Animals =
|
||||
open
|
||||
--- ResourceFre,
|
||||
RulesFre, StructuralFre, VerbphraseFre,
|
||||
ParadigmsFre, VerbsFre in {
|
||||
lincat
|
||||
Phrase = Phr ;
|
||||
Animal = N ;
|
||||
Action = V2 ;
|
||||
lin
|
||||
Who act obj = QuestPhrase (UseQCl (PosTP TPresent ASimul)
|
||||
(QPredV2 who8one_IP act (IndefNumNP NoNum (UseN obj)))) ;
|
||||
(IntVP who8one_IP (ComplV2 act (IndefNumNP NoNum (UseN obj))))) ;
|
||||
Whom subj act = QuestPhrase (UseQCl (PosTP TPresent ASimul)
|
||||
(IntSlash who8one_IP (SlashV2 (DefOneNP (UseN subj)) act))) ;
|
||||
Answer subj act obj = IndicPhrase (UseCl (PosTP TPresent ASimul)
|
||||
(SPredV2 (DefOneNP (UseN subj)) act (IndefNumNP NoNum (UseN obj)))) ;
|
||||
(PredVP (DefOneNP (UseN subj)) (ComplV2 act (IndefNumNP NoNum (UseN obj))))) ;
|
||||
Dog = regN "chien" masculine ;
|
||||
Cat = regN "chat" masculine ;
|
||||
Mouse = regN "souris" feminine ;
|
||||
|
||||
@@ -167,7 +167,10 @@ families, using the module system of GF.
|
||||
<!-- NEW -->
|
||||
<h2>These are not our success criteria</h2>
|
||||
|
||||
Language coverage: you can parse all expressions.
|
||||
Language coverage: you can parse all expressions. Example:
|
||||
the French <i>passé simple</i> tense, although covered by the
|
||||
morhology, is not used in the language-independent API, but
|
||||
only the <i>passé composé</i> is.
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user