Parsing
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.
Here are 977 public repositories matching this topic...
🕵️♂️ Collect a dossier on a person by username from thousands of sites
-
Updated
Apr 11, 2025 - Python
Unified framework for building enterprise RAG pipelines with small, specialized models
-
Updated
Apr 10, 2025 - Python
Knowledge Agents and Management in the Cloud
-
Updated
Apr 15, 2025 - Python
Python library for creating PEG parsers
-
Updated
Apr 5, 2025 - Python
Core validation logic for pydantic written in rust
-
Updated
Apr 23, 2025 - Python
FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
-
Updated
Feb 29, 2024 - Python
High-accuracy NLP parser with models for 11 languages.
-
Updated
Jan 10, 2022 - Python
⛏️ Extract accounts info from personal pages on various sites for OSINT purpose
-
Updated
Apr 15, 2025 - Python
A cross-platform tool for parsing WhatsApp chat databases from Android and iOS/iPadOS backups. Supports Android .crypt12, .crypt14, .crypt15, and the latest database formats. Outputs chat history in readable HTML or structured JSON.
-
Updated
Apr 19, 2025 - Python
A Python wrapper for the Amazon Product Advertising API.
-
Updated
Mar 8, 2021 - Python
A neural network architecture for NLP tasks, using cython for fast performance. Currently, it can perform POS tagging, SRL and dependency parsing.
-
Updated
Nov 19, 2021 - Python
A Python tool to help extracting information from structured PDFs.
-
Updated
Mar 31, 2025 - Python
TensorFlow implementation of original paper : https://github.com/hszhao/PSPNet
-
Updated
Sep 25, 2019 - Python
A source-to-source transpiler for Python to Go translation
-
Updated
Apr 24, 2023 - Python
- Followers
- 10.9k followers
- Wikipedia
- Wikipedia