Merge pull request #7115 from SergeyShk/ruts [ci skip]

This commit is contained in:
Ines Montani 2021-02-24 22:37:00 +11:00 committed by GitHub
commit 9e8a7e08c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2762,7 +2762,34 @@
"github": "AMArostegui" "github": "AMArostegui"
}, },
"category": ["nonpython"] "category": ["nonpython"]
} },
{
"id": "ruts",
"title": "ruTS",
"slogan": "A library for statistics extraction from texts in Russian",
"description": "The library allows extracting the following statistics from a text: basic statistics, readability metrics, lexical diversity metrics, morphological statistics",
"github": "SergeyShk/ruTS",
"pip": "ruts",
"code_example": [
"import spacy",
"import ruts",
"",
"nlp = spacy.load('ru_core_news_sm')",
"nlp.add_pipe('basic', last=True)",
"doc = nlp('мама мыла раму')",
"doc._.basic.get_stats()"
],
"code_language": "python",
"thumb": "https://habrastorage.org/webt/6z/le/fz/6zlefzjavzoqw_wymz7v3pwgfp4.png",
"image": "https://clipartart.com/images/free-tree-roots-clipart-black-and-white-2.png",
"author": "Sergey Shkarin",
"author_links": {
"twitter": "shk_sergey",
"github": "SergeyShk"
},
"category": ["pipeline", "standalone"],
"tags": ["Text Analytics", "Russian"]
}
], ],
"categories": [ "categories": [