معرفی شرکت ها


cltl.reply-generation-0.0.dev9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The Leolani Language module for reply generation
ویژگی مقدار
سیستم عامل -
نام فایل cltl.reply-generation-0.0.dev9
نام cltl.reply-generation
نسخه کتابخانه 0.0.dev9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/leolani/cltl-languagegeneration
آدرس اینترنتی https://pypi.org/project/cltl.reply-generation/
مجوز MIT License
# cltl-languagegeneration The natural language generation service (aka Leolani Reply generator) This service expects structured data and outputs natural language. ## Description This package contains the functionality to transform structure data into natural language. Either by replying to questions or phrasing thoughts. ## Getting started ### Prerequisites This repository uses Python >= 3.7 Be sure to run in a virtual python environment (e.g. conda, venv, mkvirtualenv, etc.) ### Installation 1. In the root directory of this repo run ```bash pip install -e . python -c "import nltk; nltk.download('wordnet')" ``` ### Usage For using this repository as a package different project and on a different virtual environment, you may - install a published version from PyPI: ```bash pip install cltl.reply_generation ``` - or, for the latest snapshot, run: ```bash pip install git+git://github.com/leolani/cltl-languagegeneration.git@main ``` Then you can import it in a python script as: import cltl.reply_generation ## Examples Please take a look at the example scripts provided to get an idea on how to run and use this package. Each example has a comment at the top of the script describing the behaviour of the script. For these example scripts, you need 1. To change your current directory to ./examples/ 1. Run some examples (e.g. python test_with_triples.py) ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request ## License Distributed under the MIT License. See [`LICENSE`](https://github.com/leolani/cltl-languagegeneration/blob/main/LICENCE) for more information. ## Authors * [Selene Báez Santamaría](https://selbaez.github.io/) * [Thomas Baier](https://www.linkedin.com/in/thomas-baier-05519030/) * [Piek Vossen](https://github.com/piekvossen) * [Thomas Bellucci](https://github.com/thomas097)


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

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl cltl.reply-generation-0.0.dev9:

    pip install cltl.reply-generation-0.0.dev9.whl


نصب پکیج tar.gz cltl.reply-generation-0.0.dev9:

    pip install cltl.reply-generation-0.0.dev9.tar.gz