mirror of https://github.com/explosion/spaCy.git
* Add parser post in jade
This commit is contained in:
parent
8a252d08f9
commit
2f50288813
|
@ -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 wasn’t really sure how to count the lines of code in the Stanford
|
| [1] I wasn’t 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. It’s not important, but over 50k seems safe.
|
| models in it. It’s not important, but it's certainly over 4k.
|
||||||
|
|
||||||
p
|
p
|
||||||
a(name='note-2')
|
a(name='note-2')
|
||||||
|
|
Loading…
Reference in New Issue