Ines Montani
f256bfbcc4
Add version tag to --base-model
argument ( closes #3720 )
2019-05-10 14:06:06 +02:00
Ines Montani
61829f1e79
Fix typo
2019-05-09 15:36:29 +02:00
Bram Vanroy
4762f56062
Re-added Universe readme ( #3688 ) ( closes #3680 )
2019-05-06 21:10:58 +02:00
Ines Montani
bf92625ede
Update from master
2019-04-26 13:19:50 +02:00
Ines Montani
db7c0dbfd6
Update seo.js
2019-04-23 18:39:30 +02:00
Ines Montani
7937109ed9
Update link [ci skip]
2019-04-19 16:01:41 +02:00
Ines Montani
0dce4585b1
Add course to 101
2019-04-19 15:59:51 +02:00
Ines Montani
2efc87c382
Remove unused image
2019-04-19 15:48:12 +02:00
Ines Montani
38395d9518
Merge branch 'spacy.io'
2019-04-19 15:26:20 +02:00
Ines Montani
7ac5bb0a7b
Update landing and feature overview
2019-04-19 15:23:08 +02:00
fizban99
f2f2df6e78
entity types for colors should be in uppercase ( #3599 )
...
although the text indicates the entity types should be in lowercase, the sample code shows uppercase, which is the correct format.
2019-04-17 11:22:56 +02:00
Ines Montani
5289dd1356
Fix formatting
2019-04-13 17:58:26 +02:00
Ines Montani
9e7deeaf48
Remove Datacamp
2019-04-13 17:46:32 +02:00
oterrier
2854724e69
Added project gracyql to Universe ( #3570 ) ( resolves #3568 )
...
As discussed with Ines in https://github.com/explosion/spaCy/issues/3568 , adding a new project proposal for the community in SpaCy Universe website
GracyQL a tiny graphql wrapper aroung spacy using graphene and starlette.
## Description
Change only in universe.json file to add a new project
### Types of change
New project reference in Universe
## Checklist
- [x ] I have submitted the spaCy Contributor Agreement.
- [x ] I ran the tests, and all new and existing tests passed.
- [ x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-04-10 17:54:42 +02:00
Santiago Castro
86e4b68aa9
Fix website docs for Vectors.from_glove ( #3565 )
...
* Fix website docs for Vectors.from_glove
* Add myself as a contributor
2019-04-10 15:23:27 +02:00
Bharat Raghunathan
72820896d4
Fix typo in web docs cli.md ( #3559 )
2019-04-09 11:40:03 +02:00
pierremonico
0d26bfe677
Removes duplicate in table ( #3550 )
...
* Removes duplicate in table
Just fixing typos.
* Remove newline
Co-authored-by: Ines Montani <ines@ines.io>
2019-04-08 10:30:42 +02:00
Piero Molino
5198aa4ae6
Added Ludwig among the projects ( #3548 ) [ci skip]
...
* Added Ludwig among the projects
* Create w4nderlust.md
* Add Uber to logo wall
2019-04-07 13:01:26 +02:00
Ines Montani
2f0f439c54
Remove non-existent example ( closes #3533 )
2019-04-03 09:59:17 +02:00
Ines Montani
b070e0caf7
Update landing.js
2019-03-30 22:26:46 +01:00
Ines Montani
9d1221943b
Merge branch 'master' into spacy.io
2019-03-30 20:32:14 +01:00
Ines Montani
037ffdfd3f
Add spaCy IRL to landing [ci skip]
2019-03-30 20:32:03 +01:00
Ines Montani
730f759b4f
Merge branch 'master' into spacy.io
2019-03-28 15:26:17 +01:00
Ines Montani
7d033a7b89
Fix met a description in universe projects [ci skip]
2019-03-28 15:26:01 +01:00
Ines Montani
fe2cb642ac
Merge branch 'master' into spacy.io
2019-03-28 15:13:39 +01:00
David
74e738dd4d
adds textpipe to universe ( #3500 ) [ci skip]
...
* Adds textpipe to universe
* signed contributor agreement
* Adjust formatting, code style and use "standalone" category
2019-03-28 15:13:19 +01:00
Ines Montani
04a9fb1a02
Merge branch 'master' into spacy.io
2019-03-28 13:34:46 +01:00
Samuel Kane
06a1846379
fix(util): fix decaying function output ( #3495 )
...
* fix(util): fix decaying function output
* fix(util): better test and adhere to code standards
* fix(util): correct variable name, pytestify test, update website text
2019-03-28 13:24:47 +01:00
Bharat Raghunathan
1db3e47509
DOC: Update tokenizer docs to include default value for batch_size in pipe ( #3492 )
2019-03-28 12:48:02 +01:00
Ines Montani
2ed16d82bf
Fix social image
2019-03-26 18:27:40 +01:00
Ines Montani
9e14b2b69f
Add Estonian to docs [ci skip] ( closes #3482 )
2019-03-25 18:01:54 +01:00
Ines Montani
21ade53ef7
Merge branch 'master' into spacy.io
2019-03-25 13:05:00 +01:00
Ines Montani
db938ab0e3
Update favicon ( closes #3475 ) [ci skip]
2019-03-25 13:04:47 +01:00
Ines Montani
c8c1baaea8
Update binderVersion
2019-03-25 12:17:03 +01:00
Ines Montani
200d8bdb3c
Merge branch 'spacy.io' [ci skip]
2019-03-23 16:46:34 +01:00
Ines Montani
1e5b917d75
Fix formatting [ci skip]
2019-03-23 16:45:50 +01:00
Matthew Honnibal
6c783f8045
Bug fixes and options for TextCategorizer ( #3472 )
...
* Fix code for bag-of-words feature extraction
The _ml.py module had a redundant copy of a function to extract unigram
bag-of-words features, except one had a bug that set values to 0.
Another function allowed extraction of bigram features. Replace all three
with a new function that supports arbitrary ngram sizes and also allows
control of which attribute is used (e.g. ORTH, LOWER, etc).
* Support 'bow' architecture for TextCategorizer
This allows efficient ngram bag-of-words models, which are better when
the classifier needs to run quickly, especially when the texts are long.
Pass architecture="bow" to use it. The extra arguments ngram_size and
attr are also available, e.g. ngram_size=2 means unigram and bigram
features will be extracted.
* Fix size limits in train_textcat example
* Explain architectures better in docs
2019-03-23 16:44:44 +01:00
Ines Montani
5944cf10c7
Add blog post to v2.1 page
2019-03-23 16:34:23 +01:00
Ines Montani
ffebdad08d
Add cheat sheet to spaCy 101
2019-03-23 16:32:55 +01:00
Ines Montani
06bf130890
💫 Add better and serializable sentencizer ( #3471 )
...
* Add better serializable sentencizer component
* Replace default factory
* Add tests
* Tidy up
* Pass test
* Update docs
2019-03-23 15:45:02 +01:00
Ines Montani
dcd6e06c47
Improve landing example [ci skip]
2019-03-22 19:02:15 +01:00
Ines Montani
a841324034
Update landing example [ci skip]
2019-03-22 18:50:00 +01:00
Ines Montani
b532386a60
Fix typo [ci skip]
2019-03-22 18:36:17 +01:00
Ines Montani
d8533f0149
Update Binder [ci skip]
2019-03-22 18:16:46 +01:00
Christos Aridas
9cee3f702a
Add missing space in landing page ( #3462 ) [ci skip]
2019-03-22 15:17:35 +01:00
Ines Montani
5073ce63fd
Merge branch 'spacy.io' [ci skip]
2019-03-22 15:17:11 +01:00
Ines Montani
0712efc6b3
Update version requirements [ci skip]
2019-03-21 10:23:54 +01:00
Ines Montani
764359c952
Merge branch 'master' into spacy.io
2019-03-20 17:24:28 +01:00
Ines Montani
dac8f8ff99
Update Span.__init__ docs (see #3445 ) [ci skip]
2019-03-20 17:24:17 +01:00
Ines Montani
f7b5ff7907
Move netlify.toml to root
2019-03-19 14:40:14 +01:00