semantic-analysis topic
PaddleNLP
π Easy-to-use and powerful NLP and LLM library with π€ Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including πText Classification, π Neural Searc...
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)automa...
compiler
Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison
Typology
Swift type checking and semantic analysis for developer tools
python-dandelion-eu
A python client for connecting to all the services provided by https://dandelion.eu
xml-semantic-external-parser
A semantic external parser for XML files that can be used together with GMaster, PlasticSCM or SemanticMerge. Supports various XML formats, such as the Visual Studio project format.
c-compiler
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
LL1-parser
LL1 parser written in Python