All Projects → cltk → Cltk

cltk / Cltk

Licence: mit
The Classical Language Toolkit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cltk

Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+187.38%)
Mutual labels:  spacy, nltk
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (-65.08%)
Mutual labels:  ai, spacy
Ai Chatbot Framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
Stars: ✭ 1,564 (+140.62%)
Mutual labels:  ai, nltk
Thinc
🔮 A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: ✭ 2,422 (+272.62%)
Mutual labels:  ai, spacy
nlp-cheat-sheet-python
NLP Cheat Sheet, Python, spacy, LexNPL, NLTK, tokenization, stemming, sentence detection, named entity recognition
Stars: ✭ 69 (-89.38%)
Mutual labels:  spacy, nltk
Python nlp tutorial
This repository provides everything to get started with Python for Text Mining / Natural Language Processing (NLP)
Stars: ✭ 72 (-88.92%)
Mutual labels:  spacy, nltk
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (-66.31%)
Mutual labels:  ai, nltk
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+74.15%)
Mutual labels:  spacy, nltk
nlp workshop odsc europe20
Extensive tutorials for the Advanced NLP Workshop in Open Data Science Conference Europe 2020. We will leverage machine learning, deep learning and deep transfer learning to learn and solve popular tasks using NLP including NER, Classification, Recommendation \ Information Retrieval, Summarization, Classification, Language Translation, Q&A and T…
Stars: ✭ 127 (-80.46%)
Mutual labels:  spacy, nltk
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (-92.15%)
Mutual labels:  spacy, nltk
Semantic-Textual-Similarity
Natural Language Processing using NLTK and Spacy
Stars: ✭ 30 (-95.38%)
Mutual labels:  spacy, nltk
W.i.l.l
A python written personal assistant
Stars: ✭ 377 (-42%)
Mutual labels:  ai, spacy
tweets-preprocessor
Repo containing the Twitter preprocessor module, developed by the AUTH OSWinds team
Stars: ✭ 26 (-96%)
Mutual labels:  spacy, nltk
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+3281.23%)
Mutual labels:  ai, spacy
Coca
Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的瑞士军刀。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。
Stars: ✭ 576 (-11.38%)
Mutual labels:  ai
Regoap
Generic C# GOAP (Goal Oriented Action Planning) library with Unity3d examples
Stars: ✭ 600 (-7.69%)
Mutual labels:  ai
Self Attentive Parser
High-accuracy NLP parser with models for 11 languages.
Stars: ✭ 569 (-12.46%)
Mutual labels:  ai
Klayers
Python Packages as AWS Lambda Layers
Stars: ✭ 557 (-14.31%)
Mutual labels:  spacy
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (-1.54%)
Mutual labels:  ai
Tetris game
A Tetris Game with AI
Stars: ✭ 600 (-7.69%)
Mutual labels:  ai

|travis| |rtd| |pypi| |zenodo|

.. |travis| image:: https://travis-ci.org/cltk/cltk.svg?branch=master :target: https://travis-ci.org/cltk/cltk

.. |rtd| image:: https://img.shields.io/readthedocs/cltk :target: http://docs.cltk.org/

.. |codecov| image:: https://codecov.io/gh/cltk/cltk/branch/master/graph/badge.svg :target: https://codecov.io/gh/cltk/cltk

.. |pypi| image:: https://img.shields.io/pypi/v/cltk :target: https://pypi.org/project/cltk/

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3445585.svg :target: https://doi.org/10.5281/zenodo.3445585

.. |binder| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/cltk/tutorials/master

The Classical Language Toolkit (CLTK) is a Python library offering natural language processing (NLP) for pre-modern languages.

Installation

For the CLTK's latest version:

.. code-block:: bash

$ pip install cltk

Requirements:

  • Python version 3.7, 3.8, 3.9
  • A Unix-like OS
  • To install from source, see Development <https://docs.cltk.org/en/latest/includes/development.html>_ in the docs.

Documentation

Documentation at <https://docs.cltk.org>_.

Citation

.. code-block:: bibtex

@Misc{johnsonetal2014, author = {Johnson, Kyle P. and Patrick Burns and John Stewart and Todd Cook and Clément Besnier and William J. B. Mattingly}, title = {CLTK: The Classical Language Toolkit}, url = {https://github.com/cltk/cltk}, year = {2014--2021}, }

License

.. |year| date:: %Y

Copyright (c) 2014-|year| Kyle P. Johnson under the MIT License <https://github.com/cltk/cltk/blob/master/LICENSE>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].