mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix formatting
This commit is contained in:
parent
42bf4ff9fe
commit
b5abdcb390
|
@ -70,30 +70,30 @@
|
||||||
"spacy-nlp": {
|
"spacy-nlp": {
|
||||||
"url": "https://github.com/kengz/spacy-nlp",
|
"url": "https://github.com/kengz/spacy-nlp",
|
||||||
"author": "Wah Loon Keng",
|
"author": "Wah Loon Keng",
|
||||||
"description": "Expose spaCy NLP text parsing to Node.js (and other languages) via Socket.IO"
|
"description": "Expose spaCy NLP text parsing to Node.js (and other languages) via Socket.IO."
|
||||||
},
|
},
|
||||||
"textacy": {
|
"textacy": {
|
||||||
"url": "https://github.com/chartbeat-labs/textacy",
|
"url": "https://github.com/chartbeat-labs/textacy",
|
||||||
"author": " Burton DeWilde (Chartbeat)",
|
"author": " Burton DeWilde (Chartbeat)",
|
||||||
"description": "Higher-level NLP built on spaCy"
|
"description": "Higher-level NLP built on spaCy."
|
||||||
},
|
},
|
||||||
"visual-qa": {
|
"visual-qa": {
|
||||||
"url": "https://github.com/avisingh599/visual-qa",
|
"url": "https://github.com/avisingh599/visual-qa",
|
||||||
"author": "Avi Singh",
|
"author": "Avi Singh",
|
||||||
"description": "Keras-based LSTM/CNN models for Visual Question Answering"
|
"description": "Keras-based LSTM/CNN models for Visual Question Answering."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"visualizations": {
|
"visualizations": {
|
||||||
"displaCy": {
|
"displaCy": {
|
||||||
"url": "https://demos.explosion.ai/displacy",
|
"url": "https://demos.explosion.ai/displacy",
|
||||||
"author": "Ines Montani",
|
"author": "Ines Montani",
|
||||||
"description": "An open-source NLP visualiser for the modern web",
|
"description": "An open-source NLP visualiser for the modern web.",
|
||||||
"image": "displacy.jpg"
|
"image": "displacy.jpg"
|
||||||
},
|
},
|
||||||
"displaCy ENT": {
|
"displaCy ENT": {
|
||||||
"url": "https://demos.explosion.ai/displacy-ent",
|
"url": "https://demos.explosion.ai/displacy-ent",
|
||||||
"author": "Ines Montani",
|
"author": "Ines Montani",
|
||||||
"description": "An open-source named entity visualiser for the modern web",
|
"description": "An open-source named entity visualiser for the modern web.",
|
||||||
"image": "displacy-ent.jpg"
|
"image": "displacy-ent.jpg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
"sense2vec": {
|
"sense2vec": {
|
||||||
"url": "https://demos.explosion.ai/sense2vec",
|
"url": "https://demos.explosion.ai/sense2vec",
|
||||||
"author": "Matthew Honnibal and Ines Montani",
|
"author": "Matthew Honnibal and Ines Montani",
|
||||||
"description": "Semantic analysis of the Reddit hivemind",
|
"description": "Semantic analysis of the Reddit hivemind.",
|
||||||
"image": "sense2vec.jpg"
|
"image": "sense2vec.jpg"
|
||||||
},
|
},
|
||||||
"TruthBot": {
|
"TruthBot": {
|
||||||
|
@ -113,22 +113,22 @@
|
||||||
"Laice": {
|
"Laice": {
|
||||||
"url": "https://github.com/kendricktan/laice",
|
"url": "https://github.com/kendricktan/laice",
|
||||||
"author": "Kendrick Tan",
|
"author": "Kendrick Tan",
|
||||||
"description": "Train your own Natural Language Processor from a browser",
|
"description": "Train your own Natural Language Processor from a browser.",
|
||||||
"image": "laice.jpg"
|
"image": "laice.jpg"
|
||||||
},
|
},
|
||||||
"FoxType": {
|
"FoxType": {
|
||||||
"url": "https://foxtype.com",
|
"url": "https://foxtype.com",
|
||||||
"description": "Smart tools for writers",
|
"description": "Smart tools for writers.",
|
||||||
"image": "foxtype.jpg"
|
"image": "foxtype.jpg"
|
||||||
},
|
},
|
||||||
"Kip": {
|
"Kip": {
|
||||||
"url": "https://kipthis.com",
|
"url": "https://kipthis.com",
|
||||||
"description": "An AI chat assistant for group shopping",
|
"description": "An AI chat assistant for group shopping.",
|
||||||
"image": "kip.jpg"
|
"image": "kip.jpg"
|
||||||
},
|
},
|
||||||
"Indico": {
|
"Indico": {
|
||||||
"url": "https://indico.io",
|
"url": "https://indico.io",
|
||||||
"description": "Text and image analysis powered by Machine Learning",
|
"description": "Text and image analysis powered by Machine Learning.",
|
||||||
"image": "indico.jpg"
|
"image": "indico.jpg"
|
||||||
},
|
},
|
||||||
"TextAnalysisOnline": {
|
"TextAnalysisOnline": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user