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 1,043 public repositories matching this topic...
Unified framework for building enterprise RAG pipelines with small, specialized models
- Updated
Jul 24, 2025 - Python
Python library for creating PEG parsers
- Updated
Nov 1, 2025 - Python
Core validation logic for pydantic written in rust
- Updated
Nov 6, 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
Oct 10, 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
Oct 20, 2025 - Python
A Python wrapper for the Amazon Product Advertising API.
- Updated
Mar 8, 2021 - Python
Avito Parser —бесплатный парсер для автоматического мониторинга новых объявлений Avito и\или выгрузки объявлений в файл
- Updated
Nov 5, 2025 - Python
A Python tool to help extracting information from structured PDFs.
- Updated
Oct 13, 2025 - 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
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
Recursive descent parsing library for Python based on functional combinators
- Updated
May 4, 2024 - Python
- Followers
- 11k followers
- Website
- github.com/topics/parsing
- Wikipedia
- Wikipedia