Difference between revisions of "User:Darthxaher/Sandbox"
Jump to navigation
Jump to search
Darthxaher (talk | contribs) |
Darthxaher (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== VM for Transfer == |
== VM for Transfer == |
||
=== Test |
=== Test case development Notes === |
||
* Swedish-Danish (sv-da) pair only uses shallow transfer (only chunker), so this is the place where we start. |
|||
* English-Catalan (en-ca) uses all the three stages. |
|||
==== Swedish Danish Pair ==== |
|||
Jag såg en stor bok (I saw a large book) |
|||
Input: |
|||
^Jag<prn><subj><p1><un><sg>/Jeg<prn><subj><p1><un><sg>$ ^se<vblex><past><actv>/se<vblex><past><actv>$ ^en<det><ind><ut><sg>/en<det><ind><ut><sg>$ ^stor<adj><pst><ut><sg><ind>/stor<adj><pst><ut><sg><ind>$ ^bok<n><ut><sg><ind><nom>/bog<n><ut><sg><ind><nom>$ |
|||
== Links for Studying == |
== Links for Studying == |
Latest revision as of 09:14, 16 April 2010
Contents
VM for Transfer[edit]
Test case development Notes[edit]
- Swedish-Danish (sv-da) pair only uses shallow transfer (only chunker), so this is the place where we start.
- English-Catalan (en-ca) uses all the three stages.
Links for Studying[edit]
Data Structure[edit]
JIT Optimization[edit]
Java virtual Machine Details[edit]
- List of Java byte-code instructions
- Java byte-code
- Stack-oriented programming language
- Java Virtual Machine