mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 01:02:23 +03:00
Remove Twitter/X and add Bluesky
This commit is contained in:
parent
2705cae767
commit
fdff48962e
|
@ -28,7 +28,6 @@ open-source software, released under the
|
||||||
<br />
|
<br />
|
||||||
[](https://pypi.org/project/spacy/)
|
[](https://pypi.org/project/spacy/)
|
||||||
[](https://anaconda.org/conda-forge/spacy)
|
[](https://anaconda.org/conda-forge/spacy)
|
||||||
[](https://twitter.com/spacy_io)
|
|
||||||
|
|
||||||
## 📖 Documentation
|
## 📖 Documentation
|
||||||
|
|
||||||
|
|
|
@ -1719,8 +1719,7 @@ function that takes a `Doc`, modifies it and returns it.
|
||||||
code on GitHub, don't forget to tag it with
|
code on GitHub, don't forget to tag it with
|
||||||
[`spacy`](https://github.com/topics/spacy?o=desc&s=stars) and
|
[`spacy`](https://github.com/topics/spacy?o=desc&s=stars) and
|
||||||
[`spacy-extension`](https://github.com/topics/spacy-extension?o=desc&s=stars)
|
[`spacy-extension`](https://github.com/topics/spacy-extension?o=desc&s=stars)
|
||||||
to help people find it. If you post it on Twitter, feel free to tag
|
to help people find it.
|
||||||
[@spacy_io](https://twitter.com/spacy_io) so we can check it out.
|
|
||||||
|
|
||||||
### Wrapping other models and libraries {id="wrapping-models-libraries"}
|
### Wrapping other models and libraries {id="wrapping-models-libraries"}
|
||||||
|
|
||||||
|
|
|
@ -554,9 +554,7 @@ By participating, you are expected to uphold this code.
|
||||||
|
|
||||||
### I've built something cool with spaCy – how can I get the word out? {id="faq-project-with-spacy"}
|
### I've built something cool with spaCy – how can I get the word out? {id="faq-project-with-spacy"}
|
||||||
|
|
||||||
First, congrats – we'd love to check it out! When you share your project on
|
First, congrats – we'd love to check it out! If you think your project would be a good fit for the
|
||||||
Twitter, don't forget to tag [@spacy_io](https://twitter.com/spacy_io) so we
|
|
||||||
don't miss it. If you think your project would be a good fit for the
|
|
||||||
[spaCy Universe](/universe), **feel free to submit it!** Tutorials are also
|
[spaCy Universe](/universe), **feel free to submit it!** Tutorials are also
|
||||||
incredibly valuable to other users and a great way to get exposure. So we
|
incredibly valuable to other users and a great way to get exposure. So we
|
||||||
strongly encourage **writing up your experiences**, or sharing your code and
|
strongly encourage **writing up your experiences**, or sharing your code and
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
{
|
{
|
||||||
"label": "Connect",
|
"label": "Connect",
|
||||||
"items": [
|
"items": [
|
||||||
{ "text": "X", "url": "https://x.com/spacy_io" },
|
{ "text": "Bluesky", "url": "https://bsky.app/profile/explosion-ai.bsky.social" },
|
||||||
{ "text": "GitHub", "url": "https://github.com/explosion/spaCy" },
|
{ "text": "GitHub", "url": "https://github.com/explosion/spaCy" },
|
||||||
{ "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" },
|
{ "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" },
|
||||||
{ "text": "Blog", "url": "https://explosion.ai/blog" }
|
{ "text": "Blog", "url": "https://explosion.ai/blog" }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user