MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Docs.cltk.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Docs.cltk.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Docs.cltk.org most likely does not offer any adult content.
Popular pages
-
Overview: module code — The Classical Language Toolkit 1.1.7 documentation
_thread[1] cltk.alphabet.arc[2] cltk.alphabet.egy[3] cltk.alphabet.enm[4] cltk.alphabet.fro[5] cltk.alphabet.gmh[6] cltk.alphabet.grc.beta_to_unicode[7] cltk.alphabet.grc.grc[8] cltk.alphabet.lat[9] c...
-
cltk.lexicon.processes — The Classical Language Toolkit 1.1.7 documentation
Source code for cltk.lexicon.processes """ Processes for dictionary lookup. """ from copy import deepcopy from dataclasses import dataclass from boltons.cacheutils import cachedproperty from cltk....
-
cltk.utils.file_operations — The Classical Language Toolkit 1.1.7 documentation
Source code for cltk.utils.file_operations """Miscellaneous file operations used by various parts of the CLTK.""" import hashlib import os.path import pickle from typing import Any from cltk.core.c...
-
cltk.languages.pipelines — The Classical Language Toolkit 1.1.7 documentation
Source code for cltk.languages.pipelines """Default processing pipelines for languages. The purpose of these dataclasses is to represent: 1. the types of NLP processes that the CLTK can do 2. the or...
-
8. cltk package — The Classical Language Toolkit 1.1.7 documentation
Doc containing all processed information. >>> from cltk.languages.example_texts import get_example_text >>> from cltk.core.data_types import Doc >>> cltk_nlp = NLP(language="lat", suppress_banner=True...
-
8.1.19. cltk.tokenizers package — The Classical Language Toolkit 1.1.7 documentation
Bases: The default tokenization algorithm. >>> from cltk.tokenizers.processes import MultilingualTokenizationProcess >>> from cltk.languages.example_texts import get_example_text >>> tokenizer_proces...