mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
Particle->Participle
This commit is contained in:
@@ -65,10 +65,10 @@ lin
|
||||
tr (th "Pl" ++ td (x.Indicative ! Past ! PPl))) ++
|
||||
heading2 "Nonfinite" ++
|
||||
paragraph x.Nonfinite ++
|
||||
heading2 "Particle" ++
|
||||
heading2 "Participle" ++
|
||||
frameTable (
|
||||
tr (th "Pres" ++ td (x.Particle ! Pres)) ++
|
||||
tr (th "Past" ++ td (x.Particle ! Past))) ;
|
||||
tr (th "Pres" ++ td (x.Participle ! Pres)) ++
|
||||
tr (th "Past" ++ td (x.Participle ! Past))) ;
|
||||
s3=[]
|
||||
} ;
|
||||
lin
|
||||
|
||||
Reference in New Issue
Block a user