diff options
| author | peb <unknown> | 2005-08-18 12:18:10 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-08-18 12:18:10 +0000 |
| commit | f812648dc3ebedba5173e7aea780998dbc47a174 (patch) | |
| tree | b92b2e8ec0671a82787e5337bbfeba74d47f0c93 /grammars | |
| parent | b235391d514986d56d8ce7067da0547fc403df2a (diff) | |
"Committed_by_peb"
Diffstat (limited to 'grammars')
| -rw-r--r-- | grammars/ljung/thesis/FragmentAbstract.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grammars/ljung/thesis/FragmentAbstract.gf b/grammars/ljung/thesis/FragmentAbstract.gf index 5141180ca..43653a933 100644 --- a/grammars/ljung/thesis/FragmentAbstract.gf +++ b/grammars/ljung/thesis/FragmentAbstract.gf @@ -1,6 +1,8 @@ abstract FragmentAbstract = { +flags startcat=NP; + cat S; NP; VP; D; N; V; fun |
