ines
12954ab218
Don't document the tensorizer for now
2017-11-01 19:49:04 +01:00
ines
1c7313051f
Document Token.is_sent_start
2017-11-01 14:13:22 +01:00
ines
9e429b5a8a
Update formatting of deprecation note
2017-11-01 14:13:08 +01:00
ines
0d8f4a534b
Update Vectors API docs
2017-11-01 00:56:54 +01:00
ines
33af6ac69a
Use even smaller examle size
...
100 was still too much, so try 20 instead
2017-10-30 19:46:45 +01:00
ines
f02b0af821
Fix path and use smaller example size
...
500 was too larger and caused laggy rendering
2017-10-30 19:44:35 +01:00
ines
18dde7869a
Update training data docs and add vocab JSONL
2017-10-30 19:40:05 +01:00
ines
57534253e6
Move CLI docs to own page
2017-10-30 19:39:26 +01:00
ines
ec657c1ddc
Update vocab docs and document Vocab.prune_vectors
2017-10-30 19:35:41 +01:00
ines
12343e23fd
Update CLI docs and document vocab command
2017-10-30 18:59:08 +01:00
ines
5598542055
Add link
2017-10-30 18:58:55 +01:00
ines
abf8aa05d3
Populate --create-meta defaults from file if available
...
If meta.json is found in directory and user chooses to overwrite it, show existing data as defaults.
2017-10-30 18:39:38 +01:00
ines
5453821a9f
Update NER annotation scheme
...
Add note on training data sources and include coarse-grained Wikipedia scheme
2017-10-30 13:53:49 +01:00
ines
a8e10f94e4
Tidy up Lexeme and update docs
2017-10-27 21:07:50 +02:00
ines
5167a0cce2
Tidy up Vectors and docs
2017-10-27 19:45:19 +02:00
ines
544a407b93
Tidy up Doc, Token and Span and add missing docs
2017-10-27 17:07:26 +02:00
ines
6a0483b7aa
Tidy up and document Doc, Token and Span
2017-10-27 15:41:45 +02:00
ines
298c3d973c
Document Doc.get_lca_matrix
2017-10-27 14:37:53 +02:00
ines
9ff9afe889
Update spacy convert CLI docs
2017-10-27 14:37:42 +02:00
Ines Montani
4033e70c71
Merge pull request #1461 from explosion/feature/disable-pipes
...
💫 Add Language.disable_pipes(), to temporarily edit pipeline and update code examples
2017-10-27 12:21:40 +02:00
ines
8116d1a077
Add note on biluo_tags_from_offsets helper
2017-10-26 14:44:32 +02:00
ines
9bf78d5fb3
Update spacy.explain docs
2017-10-26 13:04:25 +02:00
ines
96b4214303
Add notes on pipe template inheritance in docs
2017-10-26 12:57:32 +02:00
ines
400812d9b1
Add add_label method to Pipe
2017-10-25 22:17:11 +02:00
ines
1a722dac31
Merge branch 'develop' into feature/disable-pipes
2017-10-25 15:18:18 +02:00
ines
0102561f34
Update docs
2017-10-25 13:57:55 +02:00
ines
68e9de6917
Add documentation
2017-10-25 13:57:14 +02:00
ines
3484174e48
Add Language.path
2017-10-25 11:57:43 +02:00
ines
d71702b827
Fix formatting
2017-10-24 20:11:04 +02:00
ines
56a47f137f
Add title description for tokenizer
2017-10-24 16:00:56 +02:00
ines
3944c1d6e7
Document lemmatizer
2017-10-24 16:00:56 +02:00
ines
c9dc88ddfc
Document current JSON format for training
2017-10-24 16:00:56 +02:00
Matthew Honnibal
ef3e5a361b
Merge pull request #1442 from explosion/feature/fix-sp
...
💫 Fix SP tag, tweak Vectors.__init__, fix Morphology
2017-10-24 10:24:07 +02:00
Matthew Honnibal
fdf25d10ba
Merge pull request #1440 from ramananbalakrishnan/develop
...
Support single value for attribute list in doc.to_array
2017-10-24 10:23:12 +02:00
ines
7701984f13
Document Span.as_doc
2017-10-23 10:38:27 +02:00
ines
3f0a157b33
Fix typo
2017-10-23 10:38:13 +02:00
Matthew Honnibal
ebecaddb76
Make 'data_or_width' two keyword args in Vectors.__init__
...
Previously the data and width options were one argument in Vectors,
which meant you couldn't say vectors = Vectors(strings, width=300).
It's better to have two keywords.
2017-10-20 14:17:15 +02:00
ines
108f1f786e
Update symbols and document missing token attributes (see #1439 )
2017-10-20 13:08:44 +02:00
ines
4acab77a8a
Add missing symbol for LAW entities ( resolves #1427 )
2017-10-20 13:07:57 +02:00
Ramanan Balakrishnan
d44a079fe3
Update documentation on doc.to_array
2017-10-20 14:25:38 +05:30
Matthew Honnibal
d4cfff0476
Comment out currently hard-coded hyper-params
2017-10-19 00:47:24 +02:00
ines
a74cba2ffa
Remove Binder from docs (now covered by Doc API)
2017-10-17 16:27:19 +02:00
ines
8ca344712d
Add Language.has_pipe method
2017-10-17 11:20:07 +02:00
ines
9fd68334ab
Add validate command docs
2017-10-12 23:36:48 +02:00
ines
f4ae6763b9
Fix consistency of imports from spacy.tokens in examples
2017-10-11 02:30:40 +02:00
ines
43b70651fb
Document extension methods on Doc, Token and Span
...
set_extension, get_extension, has_extension
2017-10-10 04:23:37 +02:00
ines
de374dc72a
Merge branch 'feature/pipeline-management' into feature/dot-underscore
2017-10-09 14:37:51 +02:00
ines
ca6769fd48
Update spacy functions and remove removed set_factory
2017-10-07 15:28:01 +02:00
Matthew Honnibal
eb0595bea9
Merge pull request #1392 from explosion/feature/parser-history-model
...
💫 Parser history features
2017-10-07 15:07:02 +02:00
ines
d70cf19158
Fix formatting
2017-10-07 15:06:38 +02:00
ines
c970b4f226
Add missing token attribute
2017-10-07 15:04:16 +02:00
Matthew Honnibal
e22067e3b5
Document new hyper-parameters
2017-10-07 07:10:10 -05:00
ines
58dfde7c02
Remove redundante deprecation note
2017-10-07 04:54:57 +02:00
ines
ed8e0085b0
Update docs for spacy.load()
2017-10-07 03:06:55 +02:00
ines
e370332fb1
Update Language API docs
2017-10-07 03:00:20 +02:00
ines
96a4e79d13
Fix PhraseMatcher example
2017-10-06 18:22:10 +02:00
ines
bb13aa4bf3
Fix typos in PhraseMatcher docs
2017-10-04 16:12:09 +02:00
ines
15ec7ddd09
Add docs for new spacy evaluate command
2017-10-04 00:19:03 +02:00
ines
808f7ee417
Update API documentation
2017-10-03 14:27:22 +02:00