[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:rg:2011-report-parser [2012/09/27 10:54]
ufal
courses:rg:2011-report-parser [2012/09/27 10:58]
ufal
Line 45: Line 45:
 | this parser | <latex>\mathop O(n\log(n))</latex> | <latex>\mathop O(n^2)</latex> - naive implementation | | this parser | <latex>\mathop O(n\log(n))</latex> | <latex>\mathop O(n^2)</latex> - naive implementation |
 | this parser - non-projective | <latex>\mathop O(n^2\log(n))</latex> | <latex>\mathop O(n^3)</latex> - naive implementation | | this parser - non-projective | <latex>\mathop O(n^2\log(n))</latex> | <latex>\mathop O(n^3)</latex> - naive implementation |
-    + 
-   * implemented by a heap, it can reach <latex>\mathop O(n\log(n))</latex>; however, they don't use it because it's fast enough+    * implemented by a heap, it can reach <latex>\mathop O(n\log(n))</latex>; however, they don't use it because it's fast enough 
 +    * Algorithm1 
 +        * we weren't sure what the variable "index" is (best index of parent or any index of queue of unprocessed words) 
 +        * it again confirms that pseudocode is usually more confusing than a normal code or verbal explanation

[ Back to the navigation ] [ Back to the content ]