Commit Graph

71 Commits

Author SHA1 Message Date
ines 1768703e1c Update website for v2.0 2017-11-07 14:48:17 +01:00
ines a4662a31a9 Move model package templates to cli.package and update docs 2017-11-07 12:15:35 +01:00
ines a09c096d3c Get docs ready for v2.0.0 2017-11-07 12:00:43 +01:00
ines 912c1b1821 Document "simple training style" 2017-11-07 00:23:19 +01:00
ines 8fb48b9b91 Update and document new util functions 2017-11-07 00:22:43 +01:00
ines 972298e0c9 Update Pipe component docs and training API 2017-11-06 14:42:24 +01:00
ines 86d6bd7503 Fix wording 2017-11-05 19:23:50 +01:00
ines a6ffa942bb Update UD schemes 2017-11-05 18:46:24 +01:00
ines 4810be4b44 Update POS scheme docs and add links for other schemes 2017-11-05 18:16:34 +01:00
ines 15de2bb01d Update and simplify other annotation scheme data 2017-11-05 16:09:48 +01:00
ines 2d59dd374b Use collapsible sections for pos/dep scheme and update
Will ensure better overview as we add more schemes for more languages
2017-11-05 16:09:30 +01:00
ines 2ba4e4fc88 Fix broken links and add check_links shortcut script 2017-11-01 21:11:10 +01:00
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