Merge pull request #2116 from DuyguA/minor-enhancements

Minor enhancements
This commit is contained in:
Ines Montani 2018-03-19 16:32:37 +01:00 committed by GitHub
commit d24190ee9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,7 @@ made make many may me meanwhile might mine more moreover most mostly move much
must my myself
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
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
yet you your yours yourself yourselves
'd 'll 'm 're 's 've
""".split())

View File

@ -163,7 +163,7 @@ p
nlp = English().from_disk('/path/to/nlp')
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],
| #[code Vocab] and #[code StringStore] now have a #[code to_bytes()],
| #[code from_bytes()], #[code to_disk()] and #[code from_disk()] method