pastebin.ch - CYK

Subject
CYK
Author
Unnamed
Description
Iteration von CYK bei 6 Wörtern
Posted on
Tue, 02 Feb 2010 12:39:18 +0100
Content
Tabelle sentence = 6
 
0.0 1.0 2.0 3.0 4.0 5.0
0.1 1.1 2.1 3.1 4.1 5.1
0.2 1.2 2.2 3.2 4.2 5.2
0.3 1.3 2.3 3.3 4.3 5.3
0.4 1.4 2.4 3.4 4.4 5.4
0.5 1.5 2.5 3.5 4.5 5.5
 
 
------
[x.y] <- Feld in das der Vergleich geschrieben wird
[x.y] [x.y] <- Werte die Miteinander verglichen werden
------
 
1.0
0.0 1.1
 
2.1
1.1 2.2
 
3.2
2.2 3.3
 
4.3
3.3 4.4
 
5.4
4.4 5.5
 
------
 
2.0
0.0 2.1
1.0 2.2
 
3.1
1.1 3.2
2.1 3.3
 
4.2
2.2 4.3
3.2 4.4
 
5.3
3.3 5.4
4.3 5.5
 
------
 
3.0
0.0 3.1
1.0 3.2
2.0 3.3
 
4.1
1.1 4.2
2.1 4.3
3.1 4.4
 
5.2
2.2 5.3
3.2 5.4
4.2 5.5
 
------
 
4.0
0.0 4.1
1.0 4.2
2.0 4.3
3.0 4.4
 
5.1
1.1 5.1
2.1 5.2
3.1 5.3
4.1 5.5
 
------
 
5.0
0.0 5.1
1.0 5.2
2.0 5.3
3.0 5.4
4.0 5.5
 
 
Don't email to hereI'm now supporting the experiment spamschlucker.org too :)