mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
cleaned up French verbs
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
incomplete concrete ClauseScand of Clause = CategoriesScand **
|
||||
open Prelude, SyntaxScand in {
|
||||
|
||||
flags optimize=all ;
|
||||
|
||||
lin
|
||||
SPredV np v = predVerbGroupClause np (predVerb v) ;
|
||||
SPredPassV np v = predVerbGroupClause np (passVerb v) ;
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
incomplete concrete RulesScand of Rules = CategoriesScand **
|
||||
open Prelude, SyntaxScand in {
|
||||
|
||||
flags optimize=all ;
|
||||
|
||||
lin
|
||||
UseN = noun2CommNounPhrase ;
|
||||
UsePN = nameNounPhrase ;
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
interface SyntaxScand = TypesScand ** open Prelude, (CO = Coordination) in {
|
||||
|
||||
flags optimize=share ;
|
||||
|
||||
--2 Common Nouns
|
||||
--
|
||||
--3 Simple common nouns
|
||||
|
||||
Reference in New Issue
Block a user