natural language processing
Projects with this topic
-
🍋 A Python package to process foodUpdated -
Bag of Words tools to represent natural language processing, and associate a few graph representation of a document. The main interest of this module is to be agnostic of the preprocessing and/or normalizing and or clean and/or tokenization protocols
Updated -
Facilities to visualise bag of words and co. Companion project of iamBagging
Updated -
-
Modification of strings without loss of information. Useful for cleaning, normalizing, de-noising, filtering, ... any work when insertion and deletion from and to a string are in use.
Updated -
Tools and thoughts to construct learnable tokenizer, that is, the module that cuts a string (say, some text) into sub-strings (say some words). The goal is to work on (possibly really) noisy environment, as for instance at the output of optical character recognition task, or for specific applications / expert-domain speech recognition.
Updated -
Tokenizer classes for several NLP tasks: splitting a text on white space, using a REGEX expression, ... This package is based on the tokenspan package, see https://framagit.org/nlp/tokenspan
Updated -
Tools that tokenize and normalize a text in a non-destructive way.
Updated -
Extract part of a string in a versatile way, and without destroying information from the parent string. Allows discontinuous part of a string to be collected as an ExtractionString. Allows several strategies of string-splitting at the same time, for a given string.
Updated -
Frugal Innovation & Ecolinguistics. Unit #9. Language bias.
Updated -
Frugal Innovation & Ecolinguistics. Unit #10. Extract relationships.
Updated -
📚 Learning semantic similarity in a continuous spaceUpdated -
Diccionari ortografic per Mozilla Firefox, basat sul dico Hunspell (https://gitlab.com/taissou/hunspell-files-for-occitan-lengadocian/-/tree/master/Files)
Updated -
Deprecated from sept. 2022. See https://framagit.org/nlp/extractionstring for improved tools to extract any sub-string from a parent one without losing information from the parent string.
Updated