Commit Graph

  • 66afd23175 Implement Vocab.lex_attr_data as a dataclass Adriane Boyd 2023-03-30 12:37:39 +0200
  • d3f7dcb3e3 Merge remote-tracking branch 'upstream/v4' into feature/redo-lex-attr-getters Adriane Boyd 2023-03-30 10:50:15 +0200
  • b734e5314d
    Avoid TrainablePipe.finish_update getting called twice during training (#12450) Daniël de Kok 2023-03-30 09:30:42 +0200
  • d85df9d577
    Fix Span.sents for edge case of Span being the only Span in the last sentence of a Doc. (#12484) Raphael Mitsch 2023-03-29 18:54:47 +0200
  • 3b21662e30 Fix pickle for ngram suggester Adriane Boyd 2023-03-29 16:08:12 +0200
  • 97018de33b Fix Span.sents issue. Raphael Mitsch 2023-03-29 15:22:27 +0200
  • 989fe76967 Fix Span.sents for edge case of Span being the only Span in the last sentence of a Doc. Raphael Mitsch 2023-03-29 15:11:31 +0200
  • aabcee1fd6 Document defaults for Language.update Daniël de Kok 2023-03-29 12:52:13 +0200
  • 44bac3981c Fix typo Daniël de Kok 2023-03-29 12:47:05 +0200
  • dc1a3d07fc
    Update website/docs/usage/training.mdx Adriane Boyd 2023-03-29 09:02:21 +0200
  • 372a90885e
    Fix spancat-singlelabel score (#12469) kadarakos 2023-03-29 08:38:11 +0200
  • dc2f7fffd1
    Setting up weasel branch (#12456) Sofie Van Landeghem 2023-03-28 13:46:20 +0200
  • 64a2f8ee53
    Update docstring Ye Lei (叶磊) 2023-03-28 19:41:08 +0800
  • 31750647ea
    feat: add weasel to the library requirements Basile Dura 2023-03-28 10:12:23 +0200
  • 901260864d
    build: use constrained requirement for weasel Basile Dura 2023-03-28 10:02:55 +0200
  • 57ef7ea361 Allow passing a Span to displacy.parse_deps BLKSerene 2023-03-28 13:56:23 +0800
  • adf8b4a88b reinstate E970 svlandeg 2023-03-27 19:01:20 +0200
  • 0ccfb31955 revert clumsy fingers svlandeg 2023-03-27 18:57:42 +0200
  • f7ea58de2c
    feat: use weasel as spacy project command Basile Dura 2023-03-27 18:54:24 +0200
  • d90c272476 remove ensure_pathy svlandeg 2023-03-27 18:53:33 +0200
  • cb3a382d77 remove upload_ and download_file methods svlandeg 2023-03-27 18:52:49 +0200
  • a43e6d47b2 remove get_hash and get_checksum svlandeg 2023-03-27 18:52:03 +0200
  • d72c8d9fa9 Convert values to numpy for label smoothing tests Adriane Boyd 2023-03-27 16:01:32 +0200
  • bce15df01c change finally block thomashacker 2023-03-27 14:18:47 +0200
  • 33b39baf61
    Update spacy/training/pretrain.py Edward 2023-03-27 14:12:49 +0200
  • 1da14748db Add unit test assertions thomashacker 2023-03-27 14:05:38 +0200
  • 44704a1275 Add unit test thomashacker 2023-03-27 14:04:11 +0200
  • 853ef78198 chane naming and add finally block thomashacker 2023-03-27 13:58:36 +0200
  • 08e9f2b98e Add info to stringstore and vocab (#12471) Edward 2023-03-27 13:15:14 +0200
  • dba4e7bece
    Add info to stringstore and vocab (#12471) Edward 2023-03-27 13:15:14 +0200
  • 02731544a5 Add info to stringstore and vocab thomashacker 2023-03-27 13:07:54 +0200
  • 1e820aceb4 link to spacy load and mention difference thomashacker 2023-03-27 13:03:46 +0200
  • 2fba21be63
    Restrict github workflows to explosion (#12470) Adriane Boyd 2023-03-27 12:44:04 +0200
  • 1b37bf978d Restrict github workflows to explosion Adriane Boyd 2023-03-27 12:04:25 +0200
  • 0cd5980b53 add spacy_onnx_sentiment_english to universe (#12422) sloev / Johannes Valbjørn 2023-03-27 11:35:14 +0200
  • fd072533e7
    add spacy_onnx_sentiment_english to universe (#12422) sloev / Johannes Valbjørn 2023-03-27 11:35:14 +0200
  • 5a9c8aef8f corrected example code (#12466) Prajakta Darade 2023-03-27 15:02:49 +0530
  • ae7779e830
    corrected example code (#12466) Prajakta Darade 2023-03-27 15:02:49 +0530
  • ad5397902a add missing tests for spanscores kadarakos 2023-03-27 09:04:30 +0000
  • b0e6d698f6 debug argmax sort and add span scores kadarakos 2023-03-27 09:04:02 +0000
  • c48024159d add explanation about overwriting behaviour (#12464) kadarakos 2023-03-27 10:27:11 +0200
  • d1474fdd91
    add explanation about overwriting behaviour (#12464) kadarakos 2023-03-27 10:27:11 +0200
  • 8280fb46c6 format kadarakos 2023-03-27 08:22:17 +0000
  • 7eaebd37af
    Update website/docs/api/spancategorizer.mdx kadarakos 2023-03-27 10:20:41 +0200
  • 506ebd886c Merge remote-tracking branch 'upstream/v4' into feature/remove-vocab-oov-prob Adriane Boyd 2023-03-27 09:55:55 +0200
  • 41037041f0 Merge remote-tracking branch 'upstream/v4' into feature/lookups-tables-url Adriane Boyd 2023-03-27 09:40:18 +0200
  • cbf2e9196f
    Remove extra import Adriane Boyd 2023-03-27 09:29:08 +0200
  • a653dec654
    Add info that Vocab and StringStore are not static in docs (#12427) Edward 2023-03-27 09:18:23 +0200
  • a7e1af5b7c corrected example code Prajakta 2023-03-26 14:28:30 +0530
  • fac457a509
    Support floret for PretrainVectors (#12435) Adriane Boyd 2023-03-24 16:28:51 +0100
  • d0bd3f5ee4
    Update Serbian tokenization for UD Serbian SET (#12442) Adriane Boyd 2023-03-24 16:26:40 +0100
  • 2b4f0c6862 Consistency Daniël de Kok 2023-03-24 15:43:51 +0100
  • ff2fce080f Typo Daniël de Kok 2023-03-24 15:42:59 +0100
  • 6906af3d8f NER: Ensure zero-cost sequence with sentence split in entity Daniël de Kok 2023-03-24 15:18:31 +0100
  • 58bb92dbfa
    Update website/docs/api/spancategorizer.mdx kadarakos 2023-03-24 10:53:58 +0100
  • 2b4c4b3260
    Update website/docs/api/spancategorizer.mdx kadarakos 2023-03-24 10:53:46 +0100
  • 2d765149c3 add explanation about overwriting behaviour kadarakos 2023-03-24 09:34:49 +0000
  • 8d50a8009c Adjust pretrain command thomashacker 2023-03-23 15:04:35 +0100
  • 90019c2c1b Change wording thomashacker 2023-03-23 12:27:38 +0100
  • 5086d20f63 update for PR 12394 svlandeg 2023-03-23 11:00:31 +0100
  • 7fa617f5a6 Merge branch 'upstream_master' into feature/weasel svlandeg 2023-03-23 10:54:10 +0100
  • b10c37f0cf remove one more project unit test svlandeg 2023-03-23 10:37:57 +0100
  • 7818a54f16 remove remote_storage tests svlandeg 2023-03-23 10:30:11 +0100
  • a976ae3235 remove imports svlandeg 2023-03-23 09:52:05 +0100
  • 441e24f210 remove project imports svlandeg 2023-03-23 09:44:04 +0100
  • 4de46b8127 restore some functions that are used beyond projects svlandeg 2023-03-23 09:42:34 +0100
  • f9e39e1139 black formatting svlandeg 2023-03-22 16:24:14 +0100
  • 28de85737f
    Tagger label smoothing (#12293) Vinit Ravishankar 2023-03-22 12:17:56 +0100
  • f08eedb89d Add user survey alert to the top (#12452) Ines Montani 2023-03-22 11:09:37 +0100
  • b479f8bfa5
    Add user survey alert to the top (#12452) Ines Montani 2023-03-22 11:09:37 +0100
  • 7122a8440f
    Shorter Sofie Van Landeghem 2023-03-22 11:06:23 +0100
  • f75c63f1ea Add user survey alert to the top Ines Montani 2023-03-21 19:15:53 +0100
  • a184fa2471 add url to docs vinit 2023-03-20 14:12:38 +0100
  • 3102e2e27a
    Entity linking: use SpanGroup instead of Iterable[Span] for mentions (#12344) Raphael Mitsch 2023-03-20 12:25:18 +0100
  • c53606d3b3 Avoid TrainablePipe.finish_update getting called twice during training Daniël de Kok 2023-03-20 11:55:14 +0100
  • 951c076bdb Format updated docs. Raphael Mitsch 2023-03-20 11:43:28 +0100
  • e5be5d6092 Merge branch 'v4' into feature/docwise-generator-batching Raphael Mitsch 2023-03-20 10:50:54 +0100
  • cb79af3a10 Fix merge leftovers. Raphael Mitsch 2023-03-20 10:31:11 +0100
  • 73bdeb01e4 Merge branch 'refactor/el-candidates' into feature/docwise-generator-batching Raphael Mitsch 2023-03-20 10:24:17 +0100
  • 7ff3d94c9c Re-add Candidate to setup.py. Raphael Mitsch 2023-03-20 09:55:05 +0100
  • 48744b02b1 Update return type in EL tests. Raphael Mitsch 2023-03-20 09:35:50 +0100
  • 1f2685029f Reverse erroneous changes during merge. Raphael Mitsch 2023-03-20 09:30:39 +0100
  • 1620a04d46 Merge branch 'v4' into refactor/span-group-for-mentions Raphael Mitsch 2023-03-20 09:29:52 +0100
  • 9340eb8ad2
    Introduce hierarchy for EL Candidate objects (#12341) Raphael Mitsch 2023-03-20 00:34:35 +0100
  • 6ae7618418
    Clean up Vocab constructor (#12290) Adriane Boyd 2023-03-19 23:41:20 +0100
  • b83407388a
    fix import Sofie Van Landeghem 2023-03-19 23:34:00 +0100
  • 0365d3d2e2
    fix docs Sofie Van Landeghem 2023-03-19 23:31:02 +0100
  • 9e71adc074
    Use Candidate output type for toy generators in the test suite to mimick best practices Sofie Van Landeghem 2023-03-19 23:27:20 +0100
  • 58a8f206ef
    mention need to download model before example works sloev / Johannes Valbjørn 2023-03-18 01:21:21 +0100
  • ac7b9691bc
    typo fix sloev / Johannes Valbjørn 2023-03-18 01:20:36 +0100
  • efe0dadb15
    Update website/docs/api/vocab.mdx Edward 2023-03-17 16:16:54 +0100
  • 5625447313
    Update website/docs/api/stringstore.mdx Edward 2023-03-17 16:16:49 +0100
  • de9727a98b Raise errors for missing strings in Span constructor Adriane Boyd 2023-03-17 12:22:23 +0100
  • faede7155c
    Update spacy/kb/kb.pyx Raphael Mitsch 2023-03-17 11:32:41 +0100
  • 4d8dce5ba2
    Update spacy/errors.py Raphael Mitsch 2023-03-17 11:28:18 +0100
  • bf4005eb5e Add to tests Adriane Boyd 2023-03-17 11:17:41 +0100
  • 63e359aae5 Try alternate syntax Adriane Boyd 2023-03-17 11:09:04 +0100
  • 832b6a144a Try alternate syntax Adriane Boyd 2023-03-17 11:07:22 +0100
  • 680fd01144 Try alternate syntax Adriane Boyd 2023-03-17 11:06:36 +0100
  • 8546c2a534 Adjust syntax Adriane Boyd 2023-03-17 11:05:44 +0100