* 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 Java
td
| > 50,000
| > 4,000
sup
a(href='#note-1') [1]
tr
@ -96,7 +96,6 @@ html(lang='en')
td 89.8%
td 2,020
td Python
td
strong ~500
tr
td Redshift
@ -651,11 +650,11 @@ html(lang='en')
p
| So we have this function
code.language-python Oracle(state)
code Oracle(state)
| :
pre
code
Oracle(state) = | gold_arcs ∩ reachable_arcs(state) |
| Oracle(state) = | gold_arcs ∩ reachable_arcs(state) |
p
| We also have a set of actions, each of which returns a new state.
| We want to know:
@ -745,7 +744,7 @@ html(lang='en')
a(name='note-1')
| [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
| models in it. Its not important, but over 50k seems safe.
| models in it. Its not important, but it's certainly over 4k.
p
a(name='note-2')