Adriane Boyd
c1caa47aa7
Support list values and INTERSECTS in Matcher ( #8784 )
...
* Support list values and IS_INTERSECT in Matcher
* Support list values as token attributes for set operators, not just as
pattern values.
* Add `IS_INTERSECT` operator.
* Fix incorrect `ISSUBSET` and `ISSUPERSET` in schema and docs.
* Rename IS_INTERSECT to INTERSECTS
2021-08-02 19:41:10 +02:00
Ines Montani
d79dbd0624
Merge pull request #8844 from thomashacker/bugfix/fix-doc-transformer-typo [ci skip]
...
Fix typo in Tok2VecTransformer example config
2021-07-30 09:11:24 +10:00
Ines Montani
4ddee5e84c
Merge pull request #8841 from adrianeboyd/docs/ent-id-sep [ci skip]
...
Fix formatting of ent_id_sep in EntityRuler API docs
2021-07-30 09:11:15 +10:00
Ines Montani
cf9b671566
Merge pull request #8840 from polm/docs/evaluate-speed [ci skip]
2021-07-30 09:11:05 +10:00
Ines Montani
03a742f332
Merge pull request #8814 from polm/docs/migrate-lexeme-tables [ci skip]
2021-07-29 17:19:44 +10:00
Adriane Boyd
9e9611233f
Remove labels from textcat component config example ( #8815 )
2021-07-27 13:15:33 +02:00
Paul O'Leary McCann
de5bc8a0e1
Update subset/superset docs ( #8795 )
...
* Update subset/superset docs
* Update website/docs/usage/rule-based-matching.md
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-07-27 13:15:27 +02:00
Ines Montani
cf3855ae05
Merge pull request #8806 from Ledenel/master [ci skip]
...
fix typo
2021-07-27 12:15:44 +10:00
Ines Montani
5c762e08d7
Merge pull request #8808 from kevinlu1248/master [ci skip]
...
Changed a CLI command in data-formats.md due to erroneous information
2021-07-27 12:15:35 +10:00
Paul O'Leary McCann
d717593eb7
Merge pull request #8754 from KennethEnevoldsen/patch-1
...
[minor] removed outdated spacy version for spacymoji
2021-07-18 19:17:33 +09:00
Kenneth Enevoldsen
5d6aed0773
fixed GitHub link and thumbnail
...
Sorry, I seem to have misunderstood that the GitHub reference shouldn't be a link.
2021-07-18 10:22:00 +02:00
Ines Montani
313f55e560
Fix JSON [ci skip]
2021-07-18 13:21:33 +10:00
Ines Montani
51e5903d6f
Merge pull request #8702 from KennethEnevoldsen/master [ci skip]
2021-07-18 13:18:42 +10:00
Kenneth Enevoldsen
8546948fba
removed outdated spacy version for spacymoji
...
From the documentation of spacymoji (and the requirements.txt) it seems like it is not only for version 2.
2021-07-17 15:19:43 +02:00
Kenneth Enevoldsen
a0e0ccdb46
Update website/meta/universe.json
...
Co-authored-by: Ines Montani <ines@ines.io>
2021-07-17 07:14:46 +02:00
Mario Šaško
1ba2e8a646
Add TakeLab/spacy-udpipe to Universe ( #8698 )
...
* Add TakeLab/spacy-udpipe to universe
* Add SCA
* Sign SCA
2021-07-16 11:15:52 +02:00
Adriane Boyd
f5acc48111
Remove TrainablePipe as base class for Lemmatizer in API docs ( #8725 )
2021-07-15 16:41:36 +02:00
Sofie Van Landeghem
77859beb99
spacy.ngram_range_suggester.v1 ( #8699 )
2021-07-15 10:01:22 +02:00
Ines Montani
2a8eeed5da
Merge pull request #8703 from thomashacker/update/spacy-stanza [ci skip]
...
Update spacy-stanza universe.json
2021-07-13 19:03:42 +10:00
thomashacker
aafb89df78
Update universe.json code_example
2021-07-13 10:22:49 +02:00
Kenneth Enevoldsen
94ce904e10
added missing comma
2021-07-13 09:59:34 +02:00
Kenneth Enevoldsen
a81fcc81b0
added dacy to universe
2021-07-13 09:54:08 +02:00
Ines Montani
50000d37e4
Avoid double parentheses [ci skip]
2021-07-10 10:52:01 +10:00
Calum Sieppert
e2d53aa1a6
Typo fixes
2021-07-09 10:25:56 -06:00
Adriane Boyd
1ee5bee29d
Add Macedonian models to website ( #8637 )
2021-07-08 09:32:14 +02:00
Paul O'Leary McCann
1d9209d43a
Merge pull request #8547 from mylibrar/update-universe
...
Add forte to universe.json
2021-07-08 14:59:49 +09:00
Ines Montani
39c8f7949e
Add code preview for textcat_multilabel [ci skip]
2021-07-08 13:33:25 +10:00
Calum Sieppert
889c187bc2
Typo fixes
2021-07-07 16:53:04 -06:00
Adriane Boyd
6db647dfe0
Update v3.1 usage docs
2021-07-07 08:43:33 +02:00
Sofie Van Landeghem
64fac754fe
add spacy prefix to ngram_suggester.v1 ( #8623 )
2021-07-07 08:09:30 +02:00
Sofie Van Landeghem
e7d747e3ee
TransitionBasedParser.v1 to legacy ( #8586 )
...
* TransitionBasedParser.v1 to legacy
* register sublayers
* bump spacy-legacy to 3.0.7
2021-07-06 15:26:45 +02:00
Ines Montani
04a9ade40f
Merge pull request #8466 from explosion/docs/new-in-v3-1 [ci skip]
2021-07-06 22:20:24 +10:00
Sofie Van Landeghem
b9f59118bf
Fix silent evaluation ( #8581 )
...
* fix silentness
* sneak in docs typo fix
* pass silent boolean instead
2021-07-06 14:16:19 +02:00
Adriane Boyd
29906884c5
Raise an error for textcat with <2 labels ( #8584 )
...
* Raise an error for textcat with <2 labels
Raise an error if initializing a `textcat` component without at least
two labels.
* Add similar note to docs
* Update positive_label description in API docs
2021-07-06 12:35:22 +02:00
Ines Montani
5bb7fe4b41
Update with HF hub integration [ci skip]
2021-07-06 19:30:59 +10:00
Cass
7d13fc799b
Fix a command typo in models.md
...
"dowmload" -> "download"
2021-07-05 18:44:18 -07:00
Ines Montani
8423864b50
Add docs notes on installing models from Python and in Jupyter [ci skip] ( #8597 )
2021-07-05 13:49:20 +02:00
Yoichiro Hasebe
596e04cbb4
Github repo info fixed for ruby-spacy
2021-07-04 18:55:17 +09:00
Yoichiro Hasebe
2bdfa42107
Update universe.json
2021-07-04 08:44:39 +09:00
Suqi Sun
3901507df8
Update pip
2021-06-30 16:44:43 -04:00
Suqi Sun
61c868ed75
Update pip and code example
2021-06-30 14:49:51 -04:00
Ines Montani
af9d984407
Merge pull request #8405 from svlandeg/fix/whitespace_tokenizer [ci skip]
2021-06-30 20:52:59 +10:00
Suqi Sun
4331c40b78
Add forte to universe.json
2021-06-29 16:17:22 -04:00
Adriane Boyd
41292a1b84
Add note about updating with fill-config
2021-06-29 10:45:36 +02:00
Nick Sorros
bb781ae7f7
Remove extra parenthesis from the example for spacy-streamlit ( #8527 )
2021-06-28 14:03:31 +02:00
Adriane Boyd
4d1ef8f695
Tidy up docs
2021-06-28 12:08:15 +02:00
Ines Montani
93572dc12a
Merge pull request #8505 from bryant1410/patch-2 [ci skip]
...
Fix double slash in model release web page
2021-06-28 12:51:06 +10:00
Kevin
1a3e7cc5ef
Updated PyATE syntax to fit spaCy V3
2021-06-26 17:52:41 -07:00
Santiago Castro
2e71944e1e
Fix double slash in model release web page
2021-06-25 19:19:10 -07:00
Ines Montani
4544412442
Update wording [ci skip]
...
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2021-06-25 13:52:48 +10:00