parsing

Tag

Cards List
#parsing

Stoicheia: Character-Level Masked Diffusion for Ancient Greek Textual Restoration, Parsing, and Metrical Scansion

arXiv cs.CL · 6d ago Cached

The paper introduces Stoicheia, a 405M-parameter character-level masked diffusion encoder for Ancient Greek that unifies textual restoration, parsing, and metrical scansion in a single model, outperforming prior systems like Ithaca on benchmark tasks.

0 favorites 0 likes
#parsing

@llama_index: "OCR is just a feature now. Frontier models will eat it." We hear this constantly. The data says otherwise. Across thre…

X AI KOLs Following · 2026-08-05 Cached

LlamaIndex argues that document OCR is not being commoditized by frontier models, using benchmark data showing specialized parsers remain more accurate and cheaper.

0 favorites 0 likes
#parsing

The true power of regular expressions (2012)

Hacker News Top · 2026-08-03 Cached

This article explains that modern regex engines like PCRE can parse far more than regular languages, debunking the common claim that HTML cannot be parsed with regex.

0 favorites 0 likes
#parsing

sizeof is surprisingly difficult to parse in c

Lobsters Hottest · 2026-08-02 Cached

This article explores the challenges of parsing the C `sizeof` operator, which can take either an expression or a parenthesized type, and the extra complications introduced by compound literals and postfix operators. It discusses parsing strategies and notes that C2y's newly introduced `_Countof` operator faces similar issues.

0 favorites 0 likes
#parsing

Parsers don't have to be complicated

Hacker News Top · 2026-07-29 Cached

A blog post introducing bx::Scanner, a small zero-copy, allocation-free set of scanning primitives that simplify writing parsers without full parser generators or complex PEG libraries.

0 favorites 0 likes
#parsing

Quick & Easy Parser Combinators

Lobsters Hottest · 2026-07-27 Cached

A tutorial on building parser combinators in Scheme (Gambit), explaining how to write quick and readable parsers using functional programming techniques.

0 favorites 0 likes
#parsing

How AST-grep Rewrote Tree-sitter in Rust and Made It 30% Faster

Hacker News Top · 2026-07-26 Cached

ast-grep rewrote Tree-sitter's C core in Rust, achieving up to 30% faster parsing and 22% faster end-to-end performance in ast-grep, at the cost of slightly higher memory usage.

0 favorites 0 likes
#parsing

the perils of parsing type inference declarations in c

Lobsters Hottest · 2026-07-25 Cached

This blog post explores parsing ambiguities in C23 involving `auto` as a type inference specifier or storage-class specifier, showing how GCC and Clang disagree on parsing declarations like `auto x = 67;` when `x` is a typedef, and how attributes complicate the situation.

0 favorites 0 likes
#parsing

Microformats – building blocks for data-rich web pages

Lobsters Hottest · 2026-07-25 Cached

An article explaining how to consume and use microformats 2 data on personal websites, covering parser selection, fetching considerations, and data storage strategies.

0 favorites 0 likes
#parsing

Let's build a simple interpreter for APL

Lobsters Hottest · 2026-07-10 Cached

This blog post starts a series on building an APL interpreter in Python, covering tokenization and parsing of basic APL expressions with numbers, functions, and operators.

0 favorites 0 likes
#parsing

Seventy Years of Parsing: Theoretical and Practical Consequences

Lobsters Hottest · 2026-07-06

An overview of seventy years of parsing theory and its practical implications in computer science.

0 favorites 0 likes
#parsing

Beyond Supervised Clarification: Input Rewriting with LLMs for Dialogue Discourse Parsing

arXiv cs.CL · 2026-07-03 Cached

This paper investigates using LLMs to rewrite fragmentary dialogue utterances for improving frozen discourse parsers, finding that zero-shot clarification is unreliable and that error repair through rewriting has a practical ceiling, suggesting rewritability prediction as a key missing capability.

0 favorites 0 likes
#parsing

Parse, Don't Validate – In a Language That Doesn't Want You To

Hacker News Top · 2026-06-30 Cached

A blog post exploring the 'parse, don't validate' principle in TypeScript, showing how to use branded types to preserve type information after parsing, despite TypeScript's structural typing making this less idiomatic than in languages like Elm or Haskell.

0 favorites 0 likes
#parsing

Working With AI: A concrete example

Hacker News Top · 2026-06-29 Cached

The author shares a concrete example of using Claude AI to debug a parsing regression in hyperscript, highlighting the strengths and weaknesses of AI-assisted development and cautioning against over-reliance.

0 favorites 0 likes
#parsing

A Typed, Algebraic Approach to Parsing

Lobsters Hottest · 2026-06-28 Cached

A paper presenting a typed, algebraic approach to parsing, likely from the University of Cambridge.

0 favorites 0 likes
#parsing

@shubh6200: To understand how massive files are processed, read "Parsing Gigabytes of JSON per Second" by @geofflangdale and @lemir…

X AI KOLs Timeline · 2026-06-24 Cached

The paper presents simdjson, the first validating JSON parser capable of processing gigabytes per second on a single core using SIMD instructions, achieving substantial speedups over existing parsers like RapidJSON.

0 favorites 0 likes
#parsing

Implementing a Custom Query Language with Python and Apache Spark

Lobsters Hottest · 2026-06-23 Cached

A technical guide on implementing a custom query language (EHQL) using Python and Apache Spark, with a focus on grammar definition and parsing using Lark.

0 favorites 0 likes
#parsing

Unlimited OCR: One-Shot Long-Horizon Parsing

Hacker News Top · 2026-06-23 Cached

Baidu releases Unlimited-OCR, an open-source model for one-shot long-horizon document parsing, building upon Deepseek-OCR with support for single images, multi-page documents, and PDFs.

0 favorites 0 likes
#parsing

@avrldotdev: The best guide for anyone to dive how an HTTP server works & build one yourself. This article will help you learn: 0. N…

X AI KOLs Timeline · 2026-06-22 Cached

A comprehensive guide on how an HTTP server works, covering networking protocols, chunked encoding, state machines, parser writing, and concurrency basics, with instructions to build one yourself.

0 favorites 0 likes
#parsing

Parsing JSON at compile time with C++26 static reflection

Lobsters Hottest · 2026-06-15 Cached

C++26's #embed and static reflection, combined with the simdjson library, allow JSON parsing at compile time, turning configuration files into compile-time constants with no runtime overhead.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback