An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: semantic-analysis

Anshul-ydv/Cartography_on_The_Bhagavad_Gita

Cartography on the Bhagavad Gita is a comprehensive NLP-based project that maps the philosophical and semantic landscape of the Bhagavad Gita. Using techniques like TF-IDF, BM25, Word2Vec, LSTM, and relation extraction, the project uncovers hidden relationships, sentiment patterns, and constructs a knowledge graph—without relying on large language

Language: Jupyter Notebook - Size: 51.4 MB - Last synced at: about 22 hours ago - Pushed at: about 22 hours ago - Stars: 0 - Forks: 0

SANDIEGOVIEIRA/COMPILER

Compilador simples em Python com PLY (Lex/Yacc), desenvolvido para a disciplina de Compiladores. Inclui análise léxica, sintática, semântica, AST, suporte a controle de fluxo, booleanos e funções.

Language: Python - Size: 30.3 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

TarekMineRoyal/minipascal-compiler

A compiler for MiniPascal, a custom simplified Pascal-like programming language. Implemented from scratch in C++ using Flex for lexical analysis and Bison for syntax analysis.

Language: C++ - Size: 17.4 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

mikiyadd/my-c-array

Dynamic array implementation in C with a modular, folder-based structure.

Language: C - Size: 12.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

dialexity/dialectical-framework

Turn stories, strategies, or systems into insight. Auto-generate Dialectical Wheels (DWs) from any text to reveal blind spots, surface polarities, and trace dynamic paths toward synthesis. DWs are semantic maps that expose tension, transformation, and coherence within a system—whether narrative, ethical, organizational, or technological.

Language: Python - Size: 5.98 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 5 - Forks: 2

naomibaes/LSCD_method_evaluation

Companion repository with scripts for applying LSC-Eval, a 3-stage evaluation framework to: (1) create theory-driven LLM-generated synthetic suites for LSC dimensions, (2) program experimental settings for comparative method evaluation on a synthetic change detection task, (3) choose the most suitable method for the dimension and domain of interest

Language: Jupyter Notebook - Size: 582 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

naomibaes/lexical_semantic_change_framework

Source code for evaluating lexical semantic change across three major dimensions—Sentiment, Intensity, and Breadth—using interpretable and reproducible methods.

Language: Jupyter Notebook - Size: 1.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

MattersonBusiness/resume-classifier-using-hugging-face-transformer

Overview: Built an intelligent NLP system that automatically classifies resumes into job categories (e.g., Software Engineer, Data Scientist, Product Manager) using fine-tuned transformer models from Hugging Face.

Language: Jupyter Notebook - Size: 1.09 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

PaddlePaddle/PaddleNLP

Easy-to-use and powerful LLM and SLM library with awesome model zoo.

Language: Python - Size: 110 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 12,611 - Forks: 3,039

shaina-gh/type-checking

A C++ program to implement type checking of variable assignments and expressions, simulating a part of the semantic analysis phase of a compiler.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Rutpiv/Conditional-Command-Parser

Implementing a Lexical and Syntactic Analyzer with First/Follow in Spring Boot

Language: Java - Size: 146 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

FrancescoPaoloL/LearningNLP

This repository contains what I'm learning about NLP

Language: Python - Size: 12.2 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 0

CuriousDima/mirk

Mirk seamlessly integrates classical CV models with large visual models, enabling richly contextualized and detailed video analysis and understanding.

Language: Python - Size: 6.45 MB - Last synced at: 3 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

iamDyeus/UCTool

Making Compiler Stages Seamless! 🚀

Language: C++ - Size: 306 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 1

mancrurod/LinguaAnimae

Exploring emotions and meaning in Bible verses with NLP, transformers, and a custom Streamlit app.

Language: Jupyter Notebook - Size: 21.6 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

EvaSamoilenko/Twitter-Multiclassification

Проект по обучению нейронной сети для мультиклассификации эмоций, которые выражены в посте социальной сети Твиттер.

Language: Jupyter Notebook - Size: 652 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

PeaceOloruntoba/glowing-robot

SENTIMENT ANALYSIS ON THE PERCEPTION OF PUBLIC- PRIVATE UNIVERSITIES WITH THE FOCUS ON INFRASTRUCTURE.

Language: Python - Size: 8.79 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

web-lifter/keyword-clustering

A script is designed to help SEO specialists, data analysts, and digital marketers optimise their keyword targeting strategies.

Size: 1.51 MB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

JeevanJoshi4434/CompilerX

A custom language compiler built upon C language for college project.

Language: C - Size: 395 KB - Last synced at: 17 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 2

mrLSD/semantic-analyzer-rs

Semantic analyzer library for compilers written in Rust for semantic analysis of programming languages AST

Language: Rust - Size: 1.6 MB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 40 - Forks: 1

melihcanndemir/ZScore

A sophisticated web application for text analysis and Shannon Entropy calculation.

Language: TypeScript - Size: 1.52 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 0

Ivan-Daniel-Beltran-Santiago/go-inspired-compiler-java

Prototype of a compiler built in Java based on the syntax and structure of the Go language.

Language: Java - Size: 2.59 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

mateeeeeee/Ola

Toy compiler

Language: C++ - Size: 106 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 50 - Forks: 4

Farscent/gamadata-1

Language: Jupyter Notebook - Size: 6.35 MB - Last synced at: 25 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 0

kim0chi/mini-compiler

A simple educational compiler for a custom mini-language.

Language: Java - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Excse/arkoi_language

A small toy compiler created to gain experience in developing a custom programming language

Language: C++ - Size: 12.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

hiDaDeng/cntext

text analysis, supporting multiple methods including word count, readability, document similarity, sentiment analysis, Word2Vec/GloVe, and Large Language Models (LLMs).文本分析包,支持字数统计、可读性、文档相似度、情感分析在内的多种文本分析方法。

Language: Python - Size: 64 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 338 - Forks: 30

Nagasai125/Compiler-Design---18CSC304J-

18CSC304J Compiler Design Lab codes

Language: C++ - Size: 1.48 MB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

quynhu-d/stb-inverse-problems

Repository for paper Spot the Bot: Inverse Problems of NLP, by Gromov V.A., Dang Q.N., Kogan A.S., Yerbolova A.S..

Language: Python - Size: 446 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

tiger0904/Mirrorwalker-AI

​用於認知與情緒分析的語義崩解與感染建模框架。​Semantic collapse and infection modeling framework for cognitive and emotional analysis.​

Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

zavvdev/elise-lang

Mini programming language.

Language: Rust - Size: 240 KB - Last synced at: 2 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

mojtaba-eshghie/SInDi

SInDi: Semantic Invariant Differencing for Solidity Smart Contracts

Language: Python - Size: 598 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

Node0/hypercortex

A TUI based LM Swiss army knife and analysis tool

Size: 1.95 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

andrija-tosic/ast

Language: Java - Size: 477 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ghaiklor/pascal-interpreter

A simple interpreter for a large subset of Pascal language written for educational purposes

Language: JavaScript - Size: 770 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 36 - Forks: 1

gabriel-ferreira-life/NLP-Phrase-Mining

This project analyzes the terminologies used in the collected corpus and identifies key trends in the study domain. By extracting key phrases and training Word2Vec embeddings, we aim to understand the evolving vocabulary and relationships between terms.

Language: Jupyter Notebook - Size: 31.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

pompierninja/contextual-targeting

we will win ads targeting

Language: Python - Size: 20.5 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

psychbruce/PsychWordVec

🔜 Integrative Toolbox of Word Embedding Research for Psychological Science.

Language: R - Size: 44.5 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 22 - Forks: 1

ron-che-debugger/MiniJava-Compiler

A lightweight toolchain to compile Mini-Java source program into MIPS assembly.

Language: C - Size: 195 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

r0ller/alice

A Language Interpreter as semantiC Experiment in natural language processing

Language: C++ - Size: 306 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 8 - Forks: 0

brucewlee/lingfeat

[EMNLP 2021] LingFeat - A Comprehensive Linguistic Features Extraction ToolKit for Readability Assessment

Language: Python - Size: 56.9 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 127 - Forks: 16

opensemanticsearch/open-semantic-entity-search-api

Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names

Language: Python - Size: 146 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 194 - Forks: 34

jparkerweb/fast-topic-analysis

🏷️ Fast Topic Analysis is a tool for analyzing text against predefined topics using average weight embeddings and cosine similarity

Language: JavaScript - Size: 3.32 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

sazmb/compiler

Compiler of Nepal Language

Language: C - Size: 2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

joeyvanlierop/golf

A simple compiler for a programming language called GoLF ⛳

Language: C++ - Size: 443 KB - Last synced at: 29 days ago - Pushed at: 7 months ago - Stars: 7 - Forks: 0

ekeel-project/augmentator

This system developed by the University of Genoa, enhances educational videos by integrating semantic knowledge graphs for advanced exploration and analysis.

Language: JavaScript - Size: 31.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hediske/Compiler

A Compiler made using Maven that offers to the user the possibility to provide the language of the compiler .works only on SLR grammars and generates the SLR table according to the grammar given , An SLR parser generator and type checking.

Language: Java - Size: 47.9 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

sztal/segram

A framework for semantic grammar and narrative analysis.

Language: Python - Size: 1.02 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

lorainemg/type-inference

Implementation of a COOL interpreter that has type inference by adding the type AUTO_TYPE

Language: CSS - Size: 271 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ReshiAdavan/SPI

simple pascal interpreter

Language: Python - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

NayaneBatista/compiler

Construção do trabalho prático da disciplina de Compiladores (1/2024)

Language: Yacc - Size: 703 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rakshit-vasava/MediSentiment-BERT-LDA-NLP-Driven-Patient-Review-Analysis

Using NLP techniques like BERT and LDA for sentiment analysis of patient reviews

Language: Jupyter Notebook - Size: 4.31 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

JessicaWoods03/Furby_Hack

Semantics and Ontology Large Language AI Model

Language: Jupyter Notebook - Size: 9.39 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Aaron-Lutz/ThematicAnalysis

A Python-based tool for performing thematic analysis on collections of PDF documents. It supports both supervised (using key concepts) and unsupervised (clustering) analysis, leveraging NLP techniques and GPT models for insightful results.

Language: Python - Size: 14.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

sonytruelove/MicroPather-Semantic-Annotation

:open_book: semantic annotation of the MicroPather library

Language: C++ - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

melchisedech333/antlr4-experiments

:wrench: My studies on context-free grammar, using ANTLR4 (C++) to generate the parser files. Some basics are developed, such as token processing, recursion, variable definition, array processing, Abstract Syntax Tree (AST) manipulation, UNICODE support, and error handling.

Language: Java - Size: 378 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

xr-dim/ooSimple_Compiler

A compiler built with ANTLR4 that translates a custom object-oriented programming language (ooSimple) into C, showcasing grammar parsing, semantic validation, and code generation.

Language: Java - Size: 1.89 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Arash-Mansourpour/VortexAI-Persian

VortexAI-Persian is an advanced Persian NLP framework utilizing deep learning models like LSTM, transformers, and attention mechanisms. It supports tasks such as text generation, sentiment analysis, and question answering. Featuring tokenization, embeddings, and continuous learning for improved model performance.

Language: Python - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

mosesab/Categorize-News-Headlines-With-Word-Embeddings

A simple project that creates a dataset of News Headlines with Primary Category, Secondary Category, Date, Day, Month,Year, Sentiment, SentimentPolarity, Emotion and Url. All News Headlines are scraped from punch newspaper and sorted into a csv file.

Language: Python - Size: 709 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

alecthomas/langx

Language experimentation.

Language: Go - Size: 120 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 21 - Forks: 6

Muhammad-Yaqoob-4110/CS-471-Compiler-Construction-C

This repository contains the final project for the CS-471L Compiler Construction course at the University of Engineering and Technology (UET), Lahore. Supervised by Mr. Laeeq Khan Niazai, it focuses on Lexical Analysis, Syntax Analysis, Semantic Analysis, Intermediate Code Generation (Three-Address Code), and x86 Assembly Code Generation.

Language: C++ - Size: 18.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jnyfah/CuriousX

A simple miniature Compiler

Language: C++ - Size: 7.3 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 28 - Forks: 3

ToscDom/SPAM_Detection

This repository contains a project focused on analyzing and classifying emails to detect SPAM. It includes: Training a machine learning classifier for SPAM detection. Identifying key topics in SPAM emails using NLP techniques. Calculating semantic distances to evaluate topic similarity. Tools used include Python libraries like nlp frameworks

Language: Jupyter Notebook - Size: 387 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

drifter1/compiler

Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison

Language: C - Size: 650 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 184 - Forks: 41

ahmedihabb2/MangaCC

Transform Ideas into Executable Brilliance.

Language: JavaScript - Size: 2.53 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 17 - Forks: 1

dhchenx/semantic-kit

A toolkit to estimate semantic similarity and relatedness between words/sentences

Language: Python - Size: 94.6 MB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

vasilescur/parse_context

Use GPT-3 to process human conversations and extract context, identify information that would be useful, and suggest data sources to get that information. Intended for a voice assistant.

Language: Python - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 29 - Forks: 8

zertovitch/hac

HAC Ada Compiler - a small, quick Ada compiler fully in Ada

Language: Ada - Size: 10.2 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 120 - Forks: 11

nxz7/OLC1_Proyecto2_202200007

(FS, 2024) Language: JavaScript Resources Readme (lexical analysis, symbol table construction, syntax analysis,semantic analysis.) Course: Organización de lenguajes y compiladores (Language Organization and Compilers )

Language: JavaScript - Size: 1.34 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

CFdefense/CMPT432N-6502-Java-Compiler

Marist College CMPT432N - 'Design of Compilers' by Professor Labouseur

Language: Java - Size: 292 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SanjinKurelic/MVCGenerator

Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).

Language: Java - Size: 1.02 MB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

karen-pal/semantic_explore

Explorar Semánticamente Videos

Language: HTML - Size: 38.2 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

rd20karim/M2T-Segmentation

Official implementation of the paper Motion2Language, Unsupervised learning of synchronized semantic motion segmentation

Language: Python - Size: 5.33 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

HexHive/IOVFI

An accurate and resilient semantic function identifier

Language: Python - Size: 4.98 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

MaxDesiatov/Typology

Swift type checking and semantic analysis for developer tools

Language: Swift - Size: 186 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 81 - Forks: 5

melgoharyme/Java-compiler-5-phases

A project focused on implementing the "Allocate Cursor" statement in a programming language. This repository contains code and documentation for a compiler that parses, analyzes, and generates executable code. Contributions welcome. Licensed under MIT.

Language: Java - Size: 129 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

shahriar-raj/CSE_310-Compiler-Sessional

This repository contains all home and lab assignments for the CSE 310 : Compiler Sessional course, part of our Term-1, Level-3 curriculum. It applies theories from CSE 309 to build a C compiler.

Language: Yacc - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

eZWALT/ASL-Compiler

FIB-CL 2022-23 Q2 Compilers subject

Language: C++ - Size: 21.6 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Cristal32/Pascal_compiler_with_C

The lexical, syntaxic and semantic analysis for the Pascal language, plus the pseudo-code generator for a few rules

Language: C - Size: 74.2 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

xiaomeng-zhu/LIEDER

Repository for the ACL 2024 paper "LIEDER: Linguistically-Informed Evaluation Suite for Discourse Entity Recognition"

Language: R - Size: 20 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

bilalhameed248/Delay-Reason-Extraction-Model

Efficient Delay Reason Extraction in Patient Appointments/Treatments Using BERT and Tensorflow. - Feb 2022 - Jun 2023

Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ivanovishado/Compiler

Minimal compiler

Language: C++ - Size: 39.1 KB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

Mandelbros/hulk-compiler

Python-based compiler for the HULK programming language, featuring semantic analysis and C code generation capabilities.

Language: Python - Size: 629 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

upupming/compiler

Compiler implementation in node.js, just for teaching and learning purpose

Language: JavaScript - Size: 3.51 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

Leonardpepa/jlox

JLOX is an interpreted scripting programming language implemented by reading the book Crafting intepreters

Language: Java - Size: 208 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Haviv1901/Shenva_Compiler

Compiler for "Shenva" language, made for magshimim final project

Language: C - Size: 56.3 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

khaledkamr/Compiler-project

This is a compiler project developed during my college coursework. It includes lexical analysis, syntax analysis, semantic analysis, intermediate code generation, optimization, and code generation stages. The goal is to translate high-level language source code into target machine code.

Language: C - Size: 3.42 MB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

JahrayFacey/HyperionDev-tasks

This repository contains all of the HyperionDev Data Science Bootcamp projects that I have created.

Language: Jupyter Notebook - Size: 7.54 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

sadielbartholomew/cf-standard-names-linguistics

Lexical & semantic analysis of the CF Conventions Standard Names

Language: Python - Size: 51.2 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

caio-moliveira/sentiment-analysis

Sentiment analysis, a branch of natural language processing (NLP), involves the automated process of determining sentiment or opinion expressed in textual data. It aims to identify whether a piece of text conveys positive, negative, or neutral sentiment.

Language: Jupyter Notebook - Size: 415 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Sarvesh30112002/SQL-Analyzer

SQL Analyzer is a software that reads SQL queries, performs token analysis, and evaluates the complexity of the queries. The main goals of this project are to categorize and count different types of tokens, analyze query complexity factors such as joins, subqueries, aggregate functions, and conditions, and provide valuable insights into query.

Language: Java - Size: 188 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

melchisedech333/lex-yacc-experiments

:wrench: My studies involving context-free grammar analysis. The analyzers were built using familiar tools such as YACC, Lex and Bison. Topics covered include token filtering, simple variable manipulation, and arrays.

Language: Yacc - Size: 283 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

parakh-gupta/Quora_question_pair_semantic_similarity

Predicting Similar Questions

Language: Jupyter Notebook - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

gdamdam/sumo

Tool to extracts the text from a web article urls and get frequency words, entities recognition, automatic summary and more

Language: Python - Size: 34.2 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 20 - Forks: 5

tejasvivig29/Sentiment-and-Semantic-Analysis

This project is based on semantic and sentiment analysis of data scrapped directly from Twitter and News website.

Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

javiergs/CSE3400

Fundamentals of Compiler Construction

Language: Java - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TamimEhsan/C-Compiler

A short subset of C Compiler

Language: Yacc - Size: 505 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

felipemcoliveira/UndefinedEngine

(WIP) C++ Game Engine

Language: C# - Size: 30.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

billsioros/minijavacc

A Compiler for a subset of Java (aka Minijava)

Language: Java - Size: 854 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

RepoMining/RepoSim4Py

A project for determining the similarity of python repositories based on embedding approach

Language: Jupyter Notebook - Size: 95.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2