Jump to content

Compound splitting/nl: Difference between revisions

From Clarin K-Centre
No edit summary
FuzzyBot (talk | contribs)
Updating to match new version of source page
Line 1: Line 1:
<languages/>
==Samenstellingssplitser demo==
==Samenstellingssplitser demo==
Een samenstellingssplitser splitst samenstellingen in hun samenstellende delen, bijvoorbeeld liefde+s+drank of [post+zegel]+verzamelaar.
Een samenstellingssplitser splitst samenstellingen in hun samenstellende delen, bijvoorbeeld liefde+s+drank of [post+zegel]+verzamelaar.
Line 5: Line 6:
*[https://biblio.ugent.be/publication/7126122 Lieve Macken and Arda Tezcan. 2018. “Dutch Compound Splitting for Bilingual Terminology Extraction.” In Multiword Units in Machine Translation and Translation Technology, ed. Ruslan Mitkov, Johanna Monti, Gloria Corpas Pastor, and Violeta Seretan. Vol. 341. John Benjamins, pp. 148–162.]
*[https://biblio.ugent.be/publication/7126122 Lieve Macken and Arda Tezcan. 2018. “Dutch Compound Splitting for Bilingual Terminology Extraction.” In Multiword Units in Machine Translation and Translation Technology, ed. Ruslan Mitkov, Johanna Monti, Gloria Corpas Pastor, and Violeta Seretan. Vol. 341. John Benjamins, pp. 148–162.]
*[https://lt3.ugent.be/compound-splitter-demo/ Demo]
*[https://lt3.ugent.be/compound-splitter-demo/ Demo]
<div lang="en" dir="ltr" class="mw-content-ltr">
==CharSplit - An ngram-based compound splitter==
Python module that splits a compound into its body and head. So far German and Dutch are supported.
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
*[https://pypi.org/project/compound-split/ Webpage]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Wordbuilder==
*[https://www.aclweb.org/anthology/L02-1004/ Vincent Vandeghinste (2002). Lexicon Optimization: Maximizing Lexical Coverage in Speech Recognition through Automated Compounding.] Proceedings of the Third International Conference on Language Resources and Evaluation (LREC2002). ELRA. Paris.
</div>

Revision as of 17:21, 3 April 2025

Samenstellingssplitser demo

Een samenstellingssplitser splitst samenstellingen in hun samenstellende delen, bijvoorbeeld liefde+s+drank of [post+zegel]+verzamelaar. In deze demo kun je tot 500 tekens Nederlands invoeren. Je kan zowel lopende tekst als losse woorden invoeren (één woord per regel). Als je geïnteresseerd bent in het gebruik van de samenstellingssplitser voor andere doeleinden, neem dan contact op met Lieve.Macken@UGent.be.

CharSplit - An ngram-based compound splitter

Python module that splits a compound into its body and head. So far German and Dutch are supported.

Wordbuilder