tnltk


Nametnltk JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/tnltk/tnltk
SummaryTNLTK - Turkish Natural Language Toolkit developed by TNLTK Development Team.
upload_time2023-03-16 22:52:49
maintainer
docs_urlNone
authorTarik Kaan Koc
requires_python>=3.7
licenseApache License, Version 2.0
keywords machine-learning deep-learning ml nlp turkish-nlp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Turkish Natural Language Toolkit
================================
.. image:: docs/source/_static/tnltk_logo.png

Roadmap and Future Plans
========================

The TNLTK project is under active development and we have several plans for the future. Our main goal is to continue to improve the functionality and usability of the library, while also expanding its capabilities to cover new NLP tasks and applications. Here are some of the key features and improvements that we are currently working on or plan to implement in the near future:

* ``New NLP tasks:`` We are currently working on adding support for new NLP tasks such as named entity recognition, text summarization, and machine translation. These tasks will be integrated into the library in a way that is easy to use and consistent with the existing functionality.

* ``Improvements in performance and scalability:`` We are working on improving the performance and scalability of the library, especially for large datasets and high-volume use cases. This will involve optimizing the existing algorithms and models, as well as adding support for distributed computing and parallel processing.

* ``Expanded documentation and tutorials:`` We will be expanding the documentation and tutorials to cover new features and use cases, as well as providing more detailed explanations and examples.

* ``Support for deep learning and neural networks:`` We plan to add support for deep learning and neural networks to the library in the future. This will involve integrating popular deep learning frameworks such as TensorFlow and PyTorch, and developing new models and algorithms for NLP tasks.
Evaluation and benchmarking: We will be conducting more detailed evaluations and benchmarking of the library to measure its performance and accuracy, as well as comparing it to other popular NLP libraries.

The TNLTK project, created by Tarık Kaan Koç, aims to empower developers and researchers by providing a comprehensive and user-friendly library for Turkish natural language processing tasks. 

----

The Turkish Natural Language Toolkit currently, it includes the following methods described in the literature:


- {To be edited...}
- {To be edited...}
- {To be edited...}


----

Contributing code to TNLTK
--------------------------

If you are interested in directly contributing to this project, please see `CONTRIBUTING <CONTRIBUTING.rst>`_.

Documentation
=============

Please, refer to the `TNLTK Documentation <https://tnltk.readthedocs.io/en/latest/>`_ before using the toolkit.

Examples
========

Additionally, you can refer to examples in the `respective folder <examples/>`_.

License
=======
This project is open source under the `LICENSE <LICENSE>`_.

-   Please note that this project is provided "as is" and comes with no warranty. (Use of this software is subject to the terms of the license agreement.) This software is licensed under Apache 2.0. See `LICENSE <LICENSE>`_.

How to cite TNLTK in your publications
========================================

If you find TNLTK to be useful, please consider citing it in your published work:

.. code-block:: python

    @misc{TNLTK,
      author = {Tarik Kaan Koc},
      title = {TNLTK: Turkish Natural Language Toolkit},
      subtitle = {Unlocking the potential of Turkish text data with TNLTK},
      description = {TNLTK is a comprehensive toolkit for natural language processing (NLP) tasks in the Turkish language. It includes a wide range of features, such as tokenization, stemming, and POS tagging, and is designed to be highly accurate and easy to use.},
      source-code = "https://github.com/tnltk/tnltk",
      docs = "https://tnltk.readthedocs.io/en/latest/",
      year = {2023},
    }


References
==========
* `Koehn, P. and Schroeder, J. (n.d.) <https://github.com/mediacloud/sentence-splitter>`_. Non breaking Turkish prefixes txt file from  is taken from this `repository <https://github.com/mediacloud/sentence-splitter>`_. (I converted it to a list Turkish prefixes, you can see it in my source code...)
* `"A Comparative Study on Turkish Deasciification Methods" <https://www.sciencedirect.com/science/article/pii/S221509862200101X>`_, A scientific article that presents a comparison of various methods for Turkish Deasciification.
* `This repository contains a Turkish Deasciifier implementation in Python. <https://github.com/aysnrgenc/TurkishDeasciifier>`_
* `This repository contains a Turkish Deasciifier implementation in Python which is based on a statistical model. <https://github.com/emres/turkish-deasciifier>`_
* `Turkish Language Repository. <https://tdd.ai>`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tnltk/tnltk",
    "name": "tnltk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "machine-learning,deep-learning,ml,nlp,turkish-nlp",
    "author": "Tarik Kaan Koc",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/c8/52fec0e5fa4e77971a625c2cb72682070e5eebb869f518813eebf3843b6c/tnltk-0.1.3.tar.gz",
    "platform": null,
    "description": "Turkish Natural Language Toolkit\n================================\n.. image:: docs/source/_static/tnltk_logo.png\n\nRoadmap and Future Plans\n========================\n\nThe TNLTK project is under active development and we have several plans for the future. Our main goal is to continue to improve the functionality and usability of the library, while also expanding its capabilities to cover new NLP tasks and applications. Here are some of the key features and improvements that we are currently working on or plan to implement in the near future:\n\n* ``New NLP tasks:`` We are currently working on adding support for new NLP tasks such as named entity recognition, text summarization, and machine translation. These tasks will be integrated into the library in a way that is easy to use and consistent with the existing functionality.\n\n* ``Improvements in performance and scalability:`` We are working on improving the performance and scalability of the library, especially for large datasets and high-volume use cases. This will involve optimizing the existing algorithms and models, as well as adding support for distributed computing and parallel processing.\n\n* ``Expanded documentation and tutorials:`` We will be expanding the documentation and tutorials to cover new features and use cases, as well as providing more detailed explanations and examples.\n\n* ``Support for deep learning and neural networks:`` We plan to add support for deep learning and neural networks to the library in the future. This will involve integrating popular deep learning frameworks such as TensorFlow and PyTorch, and developing new models and algorithms for NLP tasks.\nEvaluation and benchmarking: We will be conducting more detailed evaluations and benchmarking of the library to measure its performance and accuracy, as well as comparing it to other popular NLP libraries.\n\nThe TNLTK project, created by Tar\u0131k Kaan Ko\u00e7, aims to empower developers and researchers by providing a comprehensive and user-friendly library for Turkish natural language processing tasks. \n\n----\n\nThe Turkish Natural Language Toolkit currently, it includes the following methods described in the literature:\n\n\n- {To be edited...}\n- {To be edited...}\n- {To be edited...}\n\n\n----\n\nContributing code to TNLTK\n--------------------------\n\nIf you are interested in directly contributing to this project, please see `CONTRIBUTING <CONTRIBUTING.rst>`_.\n\nDocumentation\n=============\n\nPlease, refer to the `TNLTK Documentation <https://tnltk.readthedocs.io/en/latest/>`_ before using the toolkit.\n\nExamples\n========\n\nAdditionally, you can refer to examples in the `respective folder <examples/>`_.\n\nLicense\n=======\nThis project is open source under the `LICENSE <LICENSE>`_.\n\n-   Please note that this project is provided \"as is\" and comes with no warranty. (Use of this software is subject to the terms of the license agreement.) This software is licensed under Apache 2.0. See `LICENSE <LICENSE>`_.\n\nHow to cite TNLTK in your publications\n========================================\n\nIf you find TNLTK to be useful, please consider citing it in your published work:\n\n.. code-block:: python\n\n    @misc{TNLTK,\n      author = {Tarik Kaan Koc},\n      title = {TNLTK: Turkish Natural Language Toolkit},\n      subtitle = {Unlocking the potential of Turkish text data with TNLTK},\n      description = {TNLTK is a comprehensive toolkit for natural language processing (NLP) tasks in the Turkish language. It includes a wide range of features, such as tokenization, stemming, and POS tagging, and is designed to be highly accurate and easy to use.},\n      source-code = \"https://github.com/tnltk/tnltk\",\n      docs = \"https://tnltk.readthedocs.io/en/latest/\",\n      year = {2023},\n    }\n\n\nReferences\n==========\n* `Koehn, P. and Schroeder, J. (n.d.) <https://github.com/mediacloud/sentence-splitter>`_. Non breaking Turkish prefixes txt file from  is taken from this `repository <https://github.com/mediacloud/sentence-splitter>`_. (I converted it to a list Turkish prefixes, you can see it in my source code...)\n* `\"A Comparative Study on Turkish Deasciification Methods\" <https://www.sciencedirect.com/science/article/pii/S221509862200101X>`_, A scientific article that presents a comparison of various methods for Turkish Deasciification.\n* `This repository contains a Turkish Deasciifier implementation in Python. <https://github.com/aysnrgenc/TurkishDeasciifier>`_\n* `This repository contains a Turkish Deasciifier implementation in Python which is based on a statistical model. <https://github.com/emres/turkish-deasciifier>`_\n* `Turkish Language Repository. <https://tdd.ai>`\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "TNLTK - Turkish Natural Language Toolkit developed by TNLTK Development Team.",
    "version": "0.1.3",
    "split_keywords": [
        "machine-learning",
        "deep-learning",
        "ml",
        "nlp",
        "turkish-nlp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2b4cb49da1ffa4458d574c2f3e6cc6e56305d72abcc42370b433e6eda131782",
                "md5": "fd1d5857ba1e87464d7f9b31a79a0d7c",
                "sha256": "91b2365e0aa6b883c6782fa14b38e829083ee63f751530388c5d5c4e0bd6fd46"
            },
            "downloads": -1,
            "filename": "tnltk-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd1d5857ba1e87464d7f9b31a79a0d7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14687,
            "upload_time": "2023-03-16T22:48:54",
            "upload_time_iso_8601": "2023-03-16T22:48:54.853638Z",
            "url": "https://files.pythonhosted.org/packages/c2/b4/cb49da1ffa4458d574c2f3e6cc6e56305d72abcc42370b433e6eda131782/tnltk-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c852fec0e5fa4e77971a625c2cb72682070e5eebb869f518813eebf3843b6c",
                "md5": "2cfe6497afdda81cd241df7d12bc3854",
                "sha256": "612037580f609d82bab7ffdde24e7b7395af28713089f411d5f4e756728b0654"
            },
            "downloads": -1,
            "filename": "tnltk-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2cfe6497afdda81cd241df7d12bc3854",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10534,
            "upload_time": "2023-03-16T22:52:49",
            "upload_time_iso_8601": "2023-03-16T22:52:49.990566Z",
            "url": "https://files.pythonhosted.org/packages/53/c8/52fec0e5fa4e77971a625c2cb72682070e5eebb869f518813eebf3843b6c/tnltk-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-16 22:52:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tnltk",
    "github_project": "tnltk",
    "lcname": "tnltk"
}
        
Elapsed time: 0.04447s