Difference between revisions of "Talk:Norwegian Nynorsk and Norwegian Bokmål"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
 (→TODO:  new section)  | 
				 (Blanked the page)  | 
				||
| (20 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
== bokmål NP ==  | 
  |||
Dyvik's analysis (based on [http://www.hf.uib.no/i/LiLi/SLF/ans/Vangsnes/Contents.html Vangsnes 1999]) looks more or less like:  | 
  |||
<pre>  | 
  |||
NOM = { Prop | PRON | AllQP | DP | PossP | QuantP | NP }   | 
  |||
AllQP    →  allq ({ DP  | PossP | QuantP | NP })   | 
  |||
DP       →         det ({ PossP | QuantP | NP })   | 
  |||
PossP    → { Poss |  NOM<gen> } ({ QuantP | NP })   | 
  |||
QuantP   →    { QP | num | art }    qnt    (NP)  | 
  |||
NP       →                            AP*   n   (poss)  (CP)  | 
  |||
</pre>  | 
  |||
(This is flattened a lot and disregards f-structure.) Assuming AP gives adj, we get:  | 
  |||
<pre>  | 
  |||
[AllQP alle<allq> [DP disse<det> [PossP dine<poss> [QuantP mange<qnt> [NP gode<adj> år<n> [CP som gikk] ] ] ] ] ]  | 
  |||
[AllQP [QuantP mange<qnt> ] ]   | 
  |||
</pre>  | 
  |||
and so on, but this doesn't allow "Gi meg mange raske (*som gikk)" or "Gi meg alle de raske (som gikk)", so the NP needs to be more lax on the presence of n.  | 
  |||
== TODO ==  | 
  |||
I've put my private TODO list and general notes file (extremely messy) up at http://www.student.uib.no/~kun041/doc/apertium.html (though I doubt it's helpful for anyone but me...) [[User:Unhammer|Unhammer]] 07:42, 8 June 2009 (UTC)  | 
  |||