mirror of https://github.com/explosion/spaCy.git
Update GitHub topic links
This commit is contained in:
parent
2639ecd5f8
commit
177bf4ee39
|
@ -104,8 +104,8 @@ p
|
|||
| install and use your extension, for example by uploading it to
|
||||
| #[+a("https://pypi.python.org") PyPi]. If you're sharing your code on
|
||||
| GitHub, don't forget to tag it
|
||||
| with #[+a("https://github.com/search?q=topic%3Aspacy") #[code spacy]]
|
||||
| and #[+a("https://github.com/search?q=topic%3Aspacy-extensions") #[code spacy-extensions]]
|
||||
| with #[+a("https://github.com/topics/spacy?o=desc&s=stars") #[code spacy]]
|
||||
| and #[+a("https://github.com/topics/spacy-extension?o=desc&s=stars") #[code spacy-extension]]
|
||||
| to help people find it. If you post it on Twitter, feel free to tag
|
||||
| #[+a("https://twitter.com/" + SOCIAL.twitter) @#{SOCIAL.twitter}]
|
||||
| so we can check it out.
|
||||
|
|
|
@ -56,7 +56,7 @@ include ../_includes/_mixins
|
|||
| to #[code Doc], #[code Token] and #[code Span] attributes.
|
||||
|
||||
.u-text-right
|
||||
+button("https://github.com/search?o=desc&q=spacy-extensions&s=stars&type=Repositories&utf8=%E2%9C%93", false, "primary", "small") See more extensions on GitHub
|
||||
+button("https://github.com/topics/spacy-extension?o=desc&s=stars", false, "primary", "small") See more extensions on GitHub
|
||||
|
||||
+section("demos")
|
||||
+h(2, "demos") Demos & Visualizations
|
||||
|
|
Loading…
Reference in New Issue