Commit Graph

  • 97b31bcf0b Raise spacy legacy version in setup.cfg Paul O'Leary McCann 2023-01-23 18:24:29 +0900
  • d08961b94f Fix requirements.txt, increasing spacy-legacy version Paul O'Leary McCann 2023-01-23 18:23:05 +0900
  • 98d82608cf Revert "TODO REVERT Mark dependency check as xfail" Paul O'Leary McCann 2023-01-23 18:22:14 +0900
  • b64cbe5113 Remove more unused mem args Paul O'Leary McCann 2023-01-23 13:41:21 +0900
  • 89642aec6c prettier formatting Paul O'Leary McCann 2023-01-23 13:14:51 +0900
  • ea81e747f3 Remove unused mem from function args Paul O'Leary McCann 2023-01-23 13:12:51 +0900
  • 02f2af3ad8
    Add alignment_mode argument to Span.char_span() Simon Gurcke 2023-01-23 11:25:51 +1000
  • f9e020dd67
    Fix speed problem with top_k>1 on CPU in edit tree lemmatizer (#12017) Richard Hudson 2023-01-20 19:34:11 +0100
  • 57e9373ef3 Fix broken social media image (#12137) Marcus Blättermann 2023-01-20 16:57:43 +0100
  • 8a3ca77d9e
    Fix broken social media image (#12137) Marcus Blättermann 2023-01-20 16:57:43 +0100
  • f470672972 Annotate pipe before update Daniël de Kok 2023-01-20 14:59:47 +0100
  • 3ce9a3d2c4 Pass optimizer to TrainablePipe.distill Daniël de Kok 2023-01-20 14:57:19 +0100
  • cd52b4ba1f
    Fix broken social media image Marcus Blättermann 2023-01-20 14:38:29 +0100
  • 7753b88e0d Train loop: sgd is Optional[Optimizer], do not pass false Daniël de Kok 2023-01-20 14:08:42 +0100
  • 88889bcb02 Language.update: ensure that tok2vec gets updated Daniël de Kok 2023-01-20 12:36:46 +0100
  • 05a2f560ad Fix mypy and tests thomashacker 2023-01-20 10:18:26 +0100
  • 25858e3f4c adds output test for cli app Peter Baumgartner 2023-01-19 20:08:43 -0500
  • 209cbe196b make rehearse_components optional in functions thomashacker 2023-01-19 21:19:22 +0100
  • 1ffb1a12ea initial tests for _compile_gold lemma attributes Peter Baumgartner 2023-01-19 14:53:23 -0500
  • 2609f622c3 Merge branch 'master' into data-debug-lemmatizer Peter Baumgartner 2023-01-19 13:25:08 -0500
  • 55b99e612b
    Merge branch 'explosion:master' into master Peter Baumgartner 2023-01-19 13:24:43 -0500
  • 51b68aacad
    Merge branch 'explosion:master' into data-debug-lemmatizer Peter Baumgartner 2023-01-19 13:21:25 -0500
  • d3bed2f128 This will be new in 3.5.1 (rather than 4) Daniël de Kok 2023-01-19 17:44:43 +0100
  • 2f9d8f72c6 Use a temporary directory in place of file name Daniël de Kok 2023-01-19 11:48:52 +0100
  • 8c27fcfd1b Add return type _string_to_tmp_file helper Daniël de Kok 2023-01-19 11:35:59 +0100
  • 5e84e5b41c Only strip newline/carriage return Daniël de Kok 2023-01-19 11:24:11 +0100
  • 2c5a36ac28 Add plain text corpus tests Daniël de Kok 2023-01-19 10:56:41 +0100
  • 1da9f15d62 Add docstring to registry function Daniël de Kok 2023-01-18 15:14:10 +0100
  • a4a08d826a docs: add version to PlainTextCorpus Daniël de Kok 2023-01-18 15:07:12 +0100
  • e8b03412f9 Update spacy/training/corpus.py Daniël de Kok 2023-01-18 14:02:44 +0100
  • d4fa60cc8a Add spacy.PlainTextCorpusReader.v1 Daniël de Kok 2023-01-18 13:37:00 +0100
  • e9057d2cc6 remove mypy hints thomashacker 2023-01-19 16:23:46 +0100
  • 5050498661 Add rehearse_components to default config thomashacker 2023-01-19 16:21:14 +0100
  • dec81508d2
    Update README for v3.5 (#12132) v3.5.0 Adriane Boyd 2023-01-19 16:13:41 +0100
  • 0f5d8a27f2
    3.5 usage page (#12057) Sofie Van Landeghem 2023-01-19 16:13:04 +0100
  • 1e993d3b03
    Merge pull request #12121 from adrianeboyd/chore/v3.5.0-2 Adriane Boyd 2023-01-19 15:59:30 +0100
  • 6c81205978 Make rehearse_components optional thomashacker 2023-01-19 15:31:44 +0100
  • 3e68c8d4d4 Update README for v3.5 Adriane Boyd 2023-01-19 15:28:46 +0100
  • cd712a6b38 Update InMemoryLookupKB link Adriane Boyd 2023-01-19 15:15:37 +0100
  • 6bf9bc2433 Remove flag from docs thomashacker 2023-01-19 15:14:59 +0100
  • 400b5c7792 Remove flag from train thomashacker 2023-01-19 15:13:11 +0100
  • d879e7280c Update docs thomashacker 2023-01-19 15:06:46 +0100
  • 58502caa57 Move functionality to config training setting thomashacker 2023-01-19 14:54:28 +0100
  • 7b1f857c1c exclude everything but universe.json svlandeg 2023-01-19 14:07:39 +0100
  • d0fd2ea5ea
    Merge branch 'master' into feature/3-5 Adriane Boyd 2023-01-19 14:04:41 +0100
  • d5bd303b05 have both .md and .mdx svlandeg 2023-01-19 13:56:44 +0100
  • 2bb8db88f8 Added more info to docs thomashacker 2023-01-19 13:33:49 +0100
  • 3b8918e166
    API docs: Rename kb_in_memory to inmemorylookupkb, add to sidebar (#12128) Adriane Boyd 2023-01-19 13:29:17 +0100
  • ab316c74ad Add info when rehearsing thomashacker 2023-01-19 13:19:11 +0100
  • aa8319d66b Fix _init_ thomashacker 2023-01-19 13:17:46 +0100
  • e18a183f54 Move rehearse functionality to existing train cli thomashacker 2023-01-19 13:10:56 +0100
  • 97c86072e5 Fix loop thomashacker 2023-01-19 12:38:28 +0100
  • 60661ab0fa Init thomashacker 2023-01-19 12:35:14 +0100
  • 08c7661461 ignore all mdx files and all files in website svlandeg 2023-01-19 12:22:57 +0100
  • 1aa2dbbc30 revert Azure trigger setting (I'll make a separate PR) svlandeg 2023-01-19 12:19:26 +0100
  • 95885aa62a fix links to docs svlandeg 2023-01-19 12:08:01 +0100
  • f3694e8bcb linkout to InMemoryLookupKB at first occurrence in kb.mdx svlandeg 2023-01-19 12:04:13 +0100
  • b6e1b0c4ac adjust to mdx svlandeg 2023-01-19 12:03:34 +0100
  • deccf7f2b5
    Update website/docs/usage/saving-loading.mdx Edward 2023-01-19 11:09:03 +0100
  • a9910b6081
    Update years in website landing page (#12107) Adriane Boyd 2023-01-19 11:08:02 +0100
  • e5e72a9364
    Update website/pages/index.tsx Adriane Boyd 2023-01-19 10:45:27 +0100
  • 7d88c55eeb
    update docs for apply (#12127) Sofie Van Landeghem 2023-01-19 10:37:09 +0100
  • 1517f5e57b API docs: Rename kb_in_memory to inmemorylookupkb, add to sidebar Adriane Boyd 2023-01-19 10:35:39 +0100
  • 85344d8dd3 prettier svlandeg 2023-01-19 10:34:30 +0100
  • 3ba8059659
    update docs for apply Sofie Van Landeghem 2023-01-19 10:20:00 +0100
  • 6348a7a4b4
    Set version to v4.0.0.dev0 (#12126) v4.0.0.dev0 Daniël de Kok 2023-01-19 09:25:34 +0100
  • f1bbf283a3 Set version to v4.0.0.dev0 Daniël de Kok 2023-01-19 08:28:18 +0100
  • 51eb625cec Don't pass mem pool to new lexeme function Paul O'Leary McCann 2023-01-19 14:48:43 +0900
  • 28fd589b85
    Move all website gitignore settings to website/.gitignore (#12120) Adriane Boyd 2023-01-18 21:46:19 +0100
  • b052b1b47f
    Fix batching regression (#12094) Daniël de Kok 2023-01-18 18:28:30 +0100
  • 668ec989ad
    Update Dockerfile to work with Next.js (#12119) Daniël de Kok 2023-01-18 18:15:47 +0100
  • 8ca1cf7355 Update transition parser distill docstring for examples argument Daniël de Kok 2023-01-18 15:41:39 +0100
  • b61ee4c332 Clarify that how Example is used in distillation Daniël de Kok 2023-01-18 15:39:43 +0100
  • c2f83f2510
    Apply suggestions from code review Daniël de Kok 2023-01-18 15:18:28 +0100
  • a3e69504a8 Fix spacing for nested lists Ines Montani 2023-01-18 14:52:40 +0100
  • dc0f527039 Revert "Temporarily skip tests that require models/compat" Adriane Boyd 2023-01-18 12:54:56 +0100
  • a183db3cef
    Merge the parser refactor into v4 (#10940) Daniël de Kok 2023-01-18 11:27:45 +0100
  • 16fc751e94 Move all website gitignore settings to website/.gitignore Adriane Boyd 2023-01-18 10:31:27 +0100
  • 6f87f46bbc Update Adriane Boyd 2023-01-18 10:19:22 +0100
  • 57e942e6f8 Add back spacy.TransitionBasedParser.v1 references Daniël de Kok 2023-01-18 09:54:15 +0100
  • 14f2d664a7 Typo Daniël de Kok 2023-01-18 09:32:09 +0100
  • e8dd50336f Add .dockerignore to avoid sending large build contexts Daniël de Kok 2023-01-18 09:27:07 +0100
  • 1a3de24021 Update Dockerfile to work with Next.js Daniël de Kok 2023-01-18 09:08:26 +0100
  • 8f0d3b2988 Remove trailing periods in internal list Adriane Boyd 2023-01-18 08:47:35 +0100
  • e3c2858fcb Format Adriane Boyd 2023-01-18 08:41:27 +0100
  • 0de5b36292 Fix typo Adriane Boyd 2023-01-18 08:41:06 +0100
  • d23d7602db Shell example formatting Adriane Boyd 2023-01-18 08:40:45 +0100
  • 794cea6907
    Fix comments and examples for levenshtein_compare (#12113) Adriane Boyd 2023-01-18 08:02:33 +0100
  • d0eab0b995 Add Language.distill Daniël de Kok 2023-01-17 19:51:00 +0100
  • 9ae80ea5b3 Fix comments and examples for levenshtein_compare Adriane Boyd 2023-01-17 18:00:46 +0100
  • abadccdfb5 Fix fuzzy examples Adriane Boyd 2023-01-17 17:59:45 +0100
  • c17ccd73e4 Add fuzzy matching to intro Adriane Boyd 2023-01-17 16:25:36 +0100
  • 82ccbdc70b Fill in usage examples Adriane Boyd 2023-01-17 16:06:28 +0100
  • dd5975ad12
    Improve naming Richard Hudson 2023-01-17 15:11:20 +0100
  • 175b4871aa
    Improve naming Richard Hudson 2023-01-17 15:11:04 +0100
  • 01fb400c54 Convert another comment into a proper type declaration Daniël de Kok 2023-01-17 14:20:43 +0100
  • 942dccb576 Use type declaration Daniël de Kok 2023-01-17 14:18:57 +0100
  • a722bd8fba Add suggester to spancat docstrings Lj Miranda 2023-01-17 20:38:35 +0800
  • a3b15c9f53
    Clarify how --code arg works (#12102) Paul O'Leary McCann 2023-01-17 19:30:02 +0900
  • a6f0972caf Add link to spacy.load docs Paul O'Leary McCann 2023-01-17 19:02:55 +0900