paper-with-me

Papers

HuSpaCy: an industrial-strength Hungarian natural language processing toolkit

2022-01-06 · György Orosz, Zsolt Szántó, Péter Berkecz, Gergő Szabó, Richárd Farkas

Although there are a couple of open-source language processing pipelines available for Hungarian, none of them satisfies the requirements of today's NLP applications. A language processing pipeline should consist of close to state-of-the-art lemmatization, morphosyntactic analysis, entity recognition and word embeddings. Industrial text processing applications have to satisfy non-functional software quality requirements, what is more, frameworks supporting multiple languages are more and more favored. This paper introduces HuSpaCy, an industry-ready Hungarian language processing toolkit. The presented tool provides components for the most important basic linguistic analysis tasks. It is open-source and is available under a permissive license. Our system is built upon spaCy's NLP components resulting in an easily usable, fast yet accurate application. Experiments confirm that HuSpaCy has high accuracy while maintaining resource-efficient prediction capabilities.

📄 PDF Abstract BibTeX arXiv:2201.01956

Code (1)

huspacy/huspacy

Tasks

Dependency ParsingLemmatizationNERPOSSENTERWord Embeddings

Methods 이 논문이 사용한 방법론

CBoW Word2Vec Continuous Bag-of-Words Word2Vec is an architecture for creating word embeddings that uses $n$ future words as well as $n$ past words to create a word embedding. The objective…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Advancing Hungarian Text Processing with HuSpaCy: Efficient and Accurate NLP Pipelines

2023-08-24 · György Orosz, Gergő Szabó, Péter Berkecz, Zsolt Szántó 외

This paper presents a set of industrial-grade text processing models for Hungarian that achieve near state-of-the-art performance while balancing resource efficiency and accuracy. Models have been implemented in the spaC…

AllBoundary DetectionDependency ParsingLemmatization+5

Hybrid lemmatization in HuSpaCy

2023-06-13 · Péter Berkecz, György Orosz, Zsolt Szántó, Gergő Szabó 외

Lemmatization is still not a trivial task for morphologically rich languages. Previous studies showed that hybrid architectures usually work better for these languages and can yield great results. This paper presents a h…

Lemmatization

A New Integrated Open-source Morphological Analyzer for Hungarian

2016-05-01 · LREC 2016 5 · Attila Nov{\'a}k, Borb{\'a}la Sikl{\'o}si, Csaba Oravecz

The goal of a Hungarian research project has been to create an integrated Hungarian natural language processing framework. This infrastructure includes tools for analyzing Hungarian texts, integrated into a standardized …

Toward Conversational Hungarian Speech Recognition: Introducing the BEA-Large and BEA-Dialogue Datasets

2025-11-17 · Máté Gedeon, Piroska Zsófia Barta, Péter Mihajlik, Tekla Etelka Gráczi 외 arxiv

The advancement of automatic speech recognition (ASR) has been largely enhanced by extensive datasets in high-resource languages, while languages such as Hungarian remain underrepresented due to limited spontaneous and c…

Speaker DiarizationSpeech Recognition

OpenHuEval: Evaluating Large Language Model on Hungarian Specifics

2025-03-27 · Haote Yang, Xingjian Wei, Jiang Wu, Noémi Ligeti-Nagy 외

We introduce OpenHuEval, the first benchmark for LLMs focusing on the Hungarian language and specifics. OpenHuEval is constructed from a vast collection of Hungarian-specific materials sourced from multiple origins. In t…

Language ModelingLanguage ModellingLarge Language ModelModel Optimization