* Add parser post in jade

This commit is contained in:
Matthew Honnibal 2015-08-13 14:43:56 +02:00
parent 8a252d08f9
commit 2f50288813
1 changed files with 4 additions and 5 deletions

View File

@ -87,7 +87,7 @@ html(lang='en')
td 19 td 19
td Java td Java
td td
| > 50,000 | > 4,000
sup sup
a(href='#note-1') [1] a(href='#note-1') [1]
tr tr
@ -96,7 +96,6 @@ html(lang='en')
td 89.8% td 89.8%
td 2,020 td 2,020
td Python td Python
td
strong ~500 strong ~500
tr tr
td Redshift td Redshift
@ -651,11 +650,11 @@ html(lang='en')
p p
| So we have this function | So we have this function
code.language-python Oracle(state) code Oracle(state)
| : | :
pre pre
code code
Oracle(state) = | gold_arcs ∩ reachable_arcs(state) | | Oracle(state) = | gold_arcs ∩ reachable_arcs(state) |
p p
| We also have a set of actions, each of which returns a new state. | We also have a set of actions, each of which returns a new state.
| We want to know: | We want to know:
@ -745,7 +744,7 @@ html(lang='en')
a(name='note-1') a(name='note-1')
| [1] I wasnt really sure how to count the lines of code in the Stanford | [1] I wasnt really sure how to count the lines of code in the Stanford
| parser. Its jar file ships over 200k, but there are a lot of different | parser. Its jar file ships over 200k, but there are a lot of different
| models in it. Its not important, but over 50k seems safe. | models in it. Its not important, but it's certainly over 4k.
p p
a(name='note-2') a(name='note-2')