scispace - formally typeset
M

Markus Forsberg

Researcher at Chalmers University of Technology

Publications -  12
Citations -  469

Markus Forsberg is an academic researcher from Chalmers University of Technology. The author has contributed to research in topics: Natural language & Haskell. The author has an hindex of 6, co-authored 12 publications receiving 448 citations.

Papers
More filters
Journal ArticleDOI

Functional morphology

TL;DR: Finite functions over hereditarily finite algebraic datatypes are used to implement natural language morphology in the functional language Haskell to make it easy for linguists, who are not trained as functional programmers, to apply the ideas to new languages.
Book ChapterDOI

Morphological lexicon extraction from raw text data

TL;DR: The search pattern syntax of extract as well as the search algorithm are explained, and the design of search patterns from the recall and precision point of view are discussed.
Dissertation

Three Tools for Language Processing: BNF Converter, Functional Morphology, and Extract

TL;DR: Purely functional programming and meta programming based on declarative models are productive approaches to language processing and language resource building, and three tools are presented as evidence of this: BNF Converter, Functional Morphology, and Extract.
Proceedings ArticleDOI

BNF converter

TL;DR: This work demonstrates BNFC (the BNF Converter), a multi-lingual compiler tool that takes as its input a grammar written in LBNF (Labelled BNF) notation, and generates a compiler front-end (an abstract syntax, a lexer, and a parser).