Commit Graph

  • 750628a623 Fix mypy problem richardpaulhudson 2022-11-04 11:00:33 +0100
  • f0dc60691a Switch to 64-bit hashes richardpaulhudson 2022-11-04 10:17:25 +0100
  • 7f1873ad81 Everything working after refactoring richardpaulhudson 2022-11-04 09:33:06 +0100
  • c9954d6dd5 Auto-format code with black explosion-bot 2022-11-04 08:04:10 +0000
  • 49e93170bb move fuzzy_match back inside Matcher Kevin Humphreys 2022-11-03 13:39:17 -0700
  • 5d210a0f3b Tidy up code richardpaulhudson 2022-11-03 21:26:47 +0100
  • aaaed55459 Save end_search_idx in variable richardpaulhudson 2022-11-03 21:06:37 +0100
  • 5d32dd6246 Intermediate state richard@explosion.ai 2022-11-03 20:54:07 +0100
  • 31cbb0ab45 Remove references to local remotes in docs Adriane Boyd 2022-11-03 16:24:00 +0100
  • 2e85f917ed Fix import Adriane Boyd 2022-11-03 15:32:16 +0100
  • 7db2770c05 Intermediate state richard@explosion.ai 2022-11-03 15:23:50 +0100
  • 641f350144 Simplify and add error message Adriane Boyd 2022-11-03 15:19:58 +0100
  • b462f85a73 Correction richard@explosion.ai 2022-11-03 13:37:53 +0100
  • 13a6324673 Merge disable with disabled. Adjust warnings, errors and tests. Raphael Mitsch 2022-11-03 13:31:42 +0100
  • 25d56ce0f7 Format Adriane Boyd 2022-11-03 12:43:50 +0100
  • d0fc871a1c
    Merge pull request #11741 from adrianeboyd/chore/update-v4-from-master-4 Adriane Boyd 2022-11-03 12:39:15 +0100
  • ea9d8418be Fix types for Span.id and Span.id_ Adriane Boyd 2022-11-03 11:59:52 +0100
  • 40e1000db0
    Restore Doc attr getter values in Doc.to_json (#11700) Adriane Boyd 2022-11-03 11:49:08 +0100
  • c7a960f19e Performance improvement richard@explosion.ai 2022-11-03 11:17:07 +0100
  • db56600536
    Fix default parameters for load functions (fix #11706) (#11713) Paul O'Leary McCann 2022-11-03 18:52:59 +0900
  • deba504173 Add FNV1A conformity tests richard@explosion.ai 2022-11-03 10:19:38 +0100
  • 68b8fa2df2 Merge remote-tracking branch 'upstream/master' into chore/update-v4-from-master-4 Adriane Boyd 2022-11-03 09:42:36 +0100
  • b08488aeca Merge remote-tracking branch 'upstream/master' into fix/load-defaults Adriane Boyd 2022-11-03 09:31:09 +0100
  • 1211552f0e
    Modernize and simplify CI steps (#11738) Adriane Boyd 2022-11-03 09:29:46 +0100
  • d6de520d6d Revert "Try reverting commit and see if CI changes" Adriane Boyd 2022-11-03 09:24:22 +0100
  • 557799358c Switch to FNV1A hashing richard@explosion.ai 2022-11-02 20:04:43 +0100
  • 43e5fb7b6b
    Fix type annotation, default config value shademe 2022-11-02 18:39:52 +0100
  • f64dbe6925
    Add training.before_update callback shademe 2022-11-02 17:40:04 +0100
  • e7626f423a Generate Numpy array at end richard@explosion.ai 2022-11-02 17:11:20 +0100
  • f9a024b1a4 Modernize and simplify CI steps Adriane Boyd 2022-11-02 16:33:11 +0100
  • 2fb7e4dc74
    More version updates for github action deprecation warnings (#11705) Ryn Daniels 2022-11-02 16:36:30 +0200
  • 420b1d854b
    Update textcat scorer threshold behavior (#11696) Adriane Boyd 2022-11-02 15:35:04 +0100
  • d1e14f25c1 Merge remote-tracking branch 'upstream/master' into chore/update-v4-from-master-3 Adriane Boyd 2022-11-02 15:08:01 +0100
  • f7edd84b44
    Switch CI to Python 3.11.0 (#11737) Adriane Boyd 2022-11-02 13:42:20 +0100
  • 1ed3983a87 Switch CI to Python 3.11.0 Adriane Boyd 2022-11-02 11:31:50 +0100
  • 79c11de0c4 Merge remote-tracking branch 'upstream/master' into chore/update-v4-from-master-3 Adriane Boyd 2022-11-02 10:46:09 +0100
  • 40938dff5c Add fallback in requirements check, only check once Adriane Boyd 2022-11-02 10:30:41 +0100
  • d3aa918322
    Merge branch 'develop' into develop Dmytro Lituiev 2022-11-02 00:10:26 -0500
  • 975502ebb9 pymorph2 issues #11620, #11626, #11625: - #11620: pymorphy2_lookup - #11626: handle multiple forms pointing to the same normal form + handling empty POS tag - #11625: matching DET that are labelled as PRON by pymorhp2 Dmytro S Lituiev 2022-11-01 23:52:24 -0500
  • 7ac46058a2 Fix init call for exclusive spancat Lj Miranda 2022-11-02 13:05:56 +0800
  • 7021dbaff3 Revert documentation link to spancat Lj Miranda 2022-11-02 12:43:26 +0800
  • 8548e2c311 Inherit from SpanCat instead of TrainablePipe Lj Miranda 2022-11-02 12:30:41 +0800
  • bdf2a1d1fe Add _n_labels property to SpanCategorizer Lj Miranda 2022-11-02 12:27:54 +0800
  • 023a1a6c04 Add scorer to docstring Lj Miranda 2022-11-02 12:10:49 +0800
  • bbf058029a Intermediate state richardpaulhudson 2022-11-01 20:46:55 +0100
  • 2552340fb8 Get rid of memory views richardpaulhudson 2022-11-01 14:05:35 +0100
  • 2514ed07ef Try reverting commit and see if CI changes Paul O'Leary McCann 2022-11-01 19:40:36 +0900
  • 6e64a5cd0d move fuzzy_match Kevin Humphreys 2022-10-31 15:52:49 -0700
  • b00d4149a7 remove sentiment from docs thomashacker 2022-10-31 14:33:48 +0100
  • 83f518b412 remove sentiment attribute thomashacker 2022-10-31 13:54:48 +0100
  • 76183391da Add test that there are no warnings on module-based load Paul O'Leary McCann 2022-10-31 15:54:52 +0900
  • ee8b4d7689 Raise typer limit to <0.7.0 Paul O'Leary McCann 2022-10-31 14:01:03 +0900
  • 9941fb4782 Spelling mistake in rule-based-matching.md (#11717) Aaron Zipp 2022-10-31 05:27:12 +0100
  • d25f09468c
    Spelling mistake in rule-based-matching.md (#11717) Aaron Zipp 2022-10-31 05:27:12 +0100
  • 6fbdc6ca08
    Spelling mistake in rule-based-matching.md Aaron Zipp 2022-10-29 14:05:49 +0200
  • 1bfbd29160
    Merge branch 'explosion:master' into rapidfuzz Kevin Humphreys 2022-10-28 09:56:19 -0700
  • 2721e1942c
    Corrected typos Grey Murav 2022-10-28 17:13:17 +0300
  • 749da9d348 Speed improvements richardpaulhudson 2022-10-28 14:42:42 +0200
  • 217ff36559 Tests passing again after refactoring richardpaulhudson 2022-10-28 13:31:14 +0200
  • 5de02dc903 Adjust type check of TextCategorizer to exclude subclasses. Raphael Mitsch 2022-10-28 13:13:38 +0200
  • 5bacad8f67 Fix imports. Raphael Mitsch 2022-10-28 12:59:06 +0200
  • 19dd45fe97 Add warnings for pointless applications of find_threshold(). Raphael Mitsch 2022-10-28 12:27:23 +0200
  • 4f7b535ebb Merge branch 'master' into feature/candidate-generation-by-docs Raphael Mitsch 2022-10-28 10:38:18 +0200
  • d61e742960
    Handle Docs with no entities in EntityLinker (#11640) Paul O'Leary McCann 2022-10-28 17:25:34 +0900
  • 855d83418f fix require_complete definition kadarakos 2022-10-28 07:44:44 +0000
  • dc46b35687 Fix default parameters for load functions Paul O'Leary McCann 2022-10-28 14:29:07 +0900
  • 5d151b4abe Correction richardpaulhudson 2022-10-27 21:05:22 +0200
  • 13e417e8d1 Intermediate state richardpaulhudson 2022-10-27 20:59:30 +0200
  • 6a6c001cf7 black formatting kadarakos 2022-10-27 17:13:10 +0000
  • e42079a4bd type hint kadarakos 2022-10-27 17:12:33 +0000
  • fc51c7abc4 Merge branch 'master' of https://github.com/explosion/spaCy into require-annotation-decorator kadarakos 2022-10-27 16:49:38 +0000
  • 6f8a69152d decorator to require annotations on Doc kadarakos 2022-10-27 16:49:24 +0000
  • c140bd6083 Correction richardpaulhudson 2022-10-27 18:19:19 +0200
  • a1b8697aab Changes after review discussion — intermed. state richardpaulhudson 2022-10-27 18:03:25 +0200
  • 83c01f5f7d Add warning to install widget for M1 GPUs (#11666) Paul O'Leary McCann 2022-10-27 22:08:24 +0900
  • 6b78135b9e
    Add warning to install widget for M1 GPUs (#11666) Paul O'Leary McCann 2022-10-27 22:08:24 +0900
  • ace5655fe1 Fix test. Raphael Mitsch 2022-10-27 13:28:17 +0200
  • ba91d0d1d9 Add test for candidate stream processing. Simplify processing of candidate streams. Raphael Mitsch 2022-10-27 13:10:23 +0200
  • c1dab1ce1d bump explosion-bot to run on ubuntu-latest Ryn Daniels 2022-10-27 11:04:37 +0300
  • c1d51c868c fix the deprecated set-output commands Ryn Daniels 2022-10-27 10:41:51 +0300
  • c22e79e48e Don't install cupy on m1 gpus Paul O'Leary McCann 2022-10-27 15:07:43 +0900
  • db846f5910
    Update website/src/widgets/quickstart-install.js Paul O'Leary McCann 2022-10-27 14:53:40 +0900
  • 4347c88108 More version updates for github action deprecation warnings Ryn Daniels 2022-10-26 18:37:52 +0300
  • 9b404ea33c don't warn but raise kadarakos 2022-10-26 14:01:17 +0000
  • 91e72f8abe resolve conflict kadarakos 2022-10-26 13:42:16 +0000
  • 865691d169
    Adjust default attrs for textcat configs (#11698) Adriane Boyd 2022-10-26 08:43:00 +0200
  • a9139907a9
    update github actions to deal with deprecations (#11702) Ryn Daniels 2022-10-26 09:15:13 +0300
  • 60a8df7c5f Merge branch 'add/exclusive-spancat' of github.com:ljvmiranda921/spaCy into add/exclusive-spancat Lj Miranda 2022-10-26 11:09:03 +0800
  • 1533a4ef5a Update component versions to v2 Lj Miranda 2022-10-26 11:08:49 +0800
  • 1b1afd2251
    Update spacy/pipeline/spancat_exclusive.py Lj Miranda 2022-10-26 11:07:57 +0800
  • 086410f5c1 Improve formatting in Scorer API docs Adriane Boyd 2022-10-25 19:41:50 +0200
  • 0a9859ba01
    Reduce python 3.10 in CI to one OS (#11703) Adriane Boyd 2022-10-25 19:38:23 +0200
  • 87fb1b2a8a Fix threshold type in docstring Adriane Boyd 2022-10-25 17:26:56 +0200
  • b11ef2f0fa Reduce python 3.10 in CI to one OS Adriane Boyd 2022-10-25 16:50:28 +0200
  • 81dfef28ec Convert threshold back to float Adriane Boyd 2022-10-25 16:08:52 +0200
  • 037142ca22 Fix types Adriane Boyd 2022-10-25 16:07:54 +0200
  • a36891ac4e Update textcat API docs Adriane Boyd 2022-10-25 15:30:51 +0200
  • 7b139d1bcd Add tests for score_cats with thresholds Adriane Boyd 2022-10-25 15:22:47 +0200
  • ff4ea7cbee Update Scorer.score_cats API docs Adriane Boyd 2022-10-25 15:22:19 +0200
  • 2c18864bc3 Remove all uses of threshold for multi_label=False Adriane Boyd 2022-10-25 15:22:09 +0200