Trent + Chippi = TRIPPI Programming Language (Project for CS451)
-
Updated
Mar 28, 2017 - Go
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Trent + Chippi = TRIPPI Programming Language (Project for CS451)
Vietnamese tokenizer (Maximum Matching and CRF)
A library for mentions on Android
Natural Language Text Processing, NLTK, Data Analysis, Regular Expression, Lexicon Normalization, Statistical Features, Text to Features, Tokenize
Text to tokes
A simple brainf**k interpreter made in rust.
fine-tuned BERT and scikit-learn models for real-time classification of disaster-related tweets, using TensorFlow, Keras, and Transformers. .
📄 | Recursive descent parser | Abstract Syntax Trees | Tokenizer
Neural Networks: zero to hero
This is the result of my scientific work on the creation of a question-answer system for the Kazakh language. Google drive presents 4 models with different learning depths, as well as with different datasets on which we trained the models.
simple implementation of LLM Tokenizer
Train a model using LSTM(Long short-term memory) to classify whether hotel reviews are positive or negative
NatA Lang is an educational language and compiler built in C to explore reader, scanner, and parser stages using formal models like REs and BNF.
Yet Another (programming) Language
A simple and flexible lexer library written in pure rust.
Application to analyze a tweet's positivity using deep learning.
🐚 A fully functional mini shell written in C as part of the 42 school curriculum. Implements key shell features like built-in commands, pipelines, redirections (<, >, >>, <<), and environment variable expansion. Designed to mimic basic Bash behavior while exploring process creation, parsing, file descriptors, and terminal signal handling.