mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-03 20:53:12 +03:00
Merge pull request #2116 from DuyguA/minor-enhancements
Minor enhancements
This commit is contained in:
commit
d24190ee9b
|
@ -39,7 +39,7 @@ made make many may me meanwhile might mine more moreover most mostly move much
|
||||||
must my myself
|
must my myself
|
||||||
|
|
||||||
name namely neither never nevertheless next nine no nobody none noone nor not
|
name namely neither never nevertheless next nine no nobody none noone nor not
|
||||||
nothing now nowhere
|
nothing now nowhere n't
|
||||||
|
|
||||||
of off often on once one only onto or other others otherwise our ours ourselves
|
of off often on once one only onto or other others otherwise our ours ourselves
|
||||||
out over own
|
out over own
|
||||||
|
@ -66,4 +66,6 @@ whereafter whereas whereby wherein whereupon wherever whether which while
|
||||||
whither who whoever whole whom whose why will with within without would
|
whither who whoever whole whom whose why will with within without would
|
||||||
|
|
||||||
yet you your yours yourself yourselves
|
yet you your yours yourself yourselves
|
||||||
|
|
||||||
|
'd 'll 'm 're 's 've
|
||||||
""".split())
|
""".split())
|
||||||
|
|
|
@ -163,7 +163,7 @@ p
|
||||||
nlp = English().from_disk('/path/to/nlp')
|
nlp = English().from_disk('/path/to/nlp')
|
||||||
|
|
||||||
p
|
p
|
||||||
| spay's serialization API has been made consistent across classes and
|
| spaCy's serialization API has been made consistent across classes and
|
||||||
| objects. All container classes, i.e. #[code Language], #[code Doc],
|
| objects. All container classes, i.e. #[code Language], #[code Doc],
|
||||||
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
|
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
|
||||||
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method
|
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method
|
||||||
|
|
Loading…
Reference in New Issue
Block a user