معرفی شرکت ها


excel-ngrams-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An app to output n-grams from column in Excel spreadsheet
ویژگی مقدار
سیستم عامل -
نام فایل excel-ngrams-0.2.0
نام excel-ngrams
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthew Oliver
ایمیل نویسنده matthewoliver@live.co.uk
آدرس صفحه اصلی https://github.com/mattyocode/excel-ngrams
آدرس اینترنتی https://pypi.org/project/excel-ngrams/
مجوز -
[![Tests](https://github.com/mattyocode/excel-ngrams/workflows/Tests/badge.svg)](https://github.com/mattyocode/excel-ngrams/actions?workflow=Tests) [![codecov](https://codecov.io/gh/mattyocode/excel-ngrams/branch/main/graph/badge.svg?token=0621CKX30T)](https://codecov.io/gh/mattyocode/excel-ngrams) [![PyPI](https://img.shields.io/pypi/v/excel-ngrams.svg)](https://pypi.org/project/excel-ngrams/) # The Excel Ngrams Project A project to analyse a column of text in an Excel document and return a CSV file with the most common ngrams from that text. Output file is returned to the same directory as the input file. You can choose the maximum n-gram length, and maximum number of results (rows) returned. The app defaults to looking for a column named'Keyword' but any column name can be passed in as an argument. The column of terms to analyse must be the longest (or only) column in the document to prevent the addition of NaN as a placeholder in final cells, which will cause errors. Words are tokenised with Spacy and ngrams are generated with NLTK. ## Installation To install the Excel Ngrams Project, run this command in your terminal: $ pip install excel-ngrams ![Excel-ngrams-usage](https://media.giphy.com/media/L3QRuhyMhdgUWNtwFp/giphy.gif)


نیازمندی

مقدار نام
>=7.1.2,<8.0.0 click
>=1.2.1,<2.0.0 pandas
>=3.0.6,<4.0.0 openpyxl
>=2.3.5,<3.0.0 spacy
>=3.5,<4.0 nltk
>=1.3.7,<2.0.0 XlsxWriter
>=3.4.0,<4.0.0) importlib-metadata


زبان مورد نیاز

مقدار نام
>=3.7.1,<4.0.0 Python


نحوه نصب


نصب پکیج whl excel-ngrams-0.2.0:

    pip install excel-ngrams-0.2.0.whl


نصب پکیج tar.gz excel-ngrams-0.2.0:

    pip install excel-ngrams-0.2.0.tar.gz