pylazaro:一个用于西班牙语文本中英语借词提取的Python包
摘要
pylazaro是一个开源的Python包,用于自动从西班牙语文本中提取未同化的词汇借词(主要是英语借词),提供统一接口以访问多个序列标注模型,并在此任务上优于通用LLMs。
查看缓存全文
缓存时间: 2026/09/25 09:18
# pylazaro: a Python package for anglicism extraction in Spanish
Source: [https://arxiv.org/html/2609.29276](https://arxiv.org/html/2609.29276)
Elena Álvarez\-MelladoAffiliation:Department of LinguisticsAffiliation:Universidad Autónoma de MadridEmail:[elena\.alvarezm@uam\.es](mailto:)
###### Abstract
Lexical borrowings are words from one language that are introduced into another language\. Identifying lexical borrowings in text is a relevant task for data\-centric fields in Linguistics such as lexicography or corpus linguistics, but none of the standard libraries for text processing offers such a functionality\. In this paper we presentpylazaro, an open\-source Python package for the automatic extraction of unassimilated lexical borrowings \(mostly anglicisms\) from Spanish text\.pylazarooffers a single interface to five sequence labeling models that were trained using different libraries, so that users can run and switch between them without having to deal with the idiosyncrasies of each library\. We describe the design and usage of the package, contrast the performance of its models with that of general\-purpose LLMs \(which perform poorly at this task: F1 below 0\.40, compared to 0\.86 for the best model inpylazaro\) and report on its adoption:pylazarohas been downloaded more than 58,000 times and is the library behind*Observatorio Lázaro*, a resource that monitors anglicism usage in the Spanish press\.pylazarocan be installed via PyPI, is documented inreadthedocsand can be tried through a live demo hosted on HuggingFace Spaces\.
## 1Introduction
Lexical borrowings are words from one language that are introduced in another language\. The process of borrowing is a manifestation of contact between linguistic communities and a prolific source of new words and meanings in a language\([Haugen, 1950](https://arxiv.org/html/2609.29276#bib.bib2);[Weinreich, 1963](https://arxiv.org/html/2609.29276#bib.bib8);[Poplack and Dion, 2012](https://arxiv.org/html/2609.29276#bib.bib20)\)\. For instance, the French wordweekendwas originally borrowed from English; the wordberdein Euskara \(“green”\) was borrowed from Spanishverde\.
Identifying lexical borrowings in a text is an important task in data\-centric fields in Linguistics, such as lexicography, corpus linguistics or historical linguistics\. Traditionally, this work has been done by hand, with experts manually annotating corpora and looking up words\. Providing experts with a tool that can assist them at identifying lexical borrowings in text would automatize a task that is otherwise time\-consuming\. However, none of the standard libraries for text processing and annotation \(such asspaCy,stanza, etc\.\) offers such a functionality, nor does there exist \(to the best of our knowledge\) a publicly\-available library specifically devoted to identifying borrowings in running text\.
The contributions of this paper are the following: \(1\) we describe the design ofpylazaro, a package that offers a unified interface to five models for borrowing detection in Spanish that rely on different libraries \(Section[3](https://arxiv.org/html/2609.29276#S3)\); \(2\) we present a live web demo that allows users with no programming background to run and compare the models \(Section[4](https://arxiv.org/html/2609.29276#S4)\); \(3\) we contrast the performance of the models behindpylazarowith that of general\-purpose LLMs on the same task \(Section[5](https://arxiv.org/html/2609.29276#S5)\); and \(4\) we report on the adoption of the library and discuss its use cases \(Section[6](https://arxiv.org/html/2609.29276#S6)\)\.
## 2Previous work
Anglicism extraction is the task of retrieving English lexical borrowings \(or*anglicisms*\) from non\-English texts\. Anglicisms can be single\-item \(app\) or multiword \(machine learning,fake news\)\. The task of automatically retrieving lexical borrowings from text has proven useful for the preprocessing of linguistic corpora in various languages\([Furiassi and Hofland, 2007](https://arxiv.org/html/2609.29276#bib.bib17);[Andersen, 2012](https://arxiv.org/html/2609.29276#bib.bib19);[Losnegaard and Lyse, 2012](https://arxiv.org/html/2609.29276#bib.bib18);[Serigos, 2017](https://arxiv.org/html/2609.29276#bib.bib9)\)and has previously been framed as a sequence labeling task\([Alvarez\-Mellado et al\., 2021](https://arxiv.org/html/2609.29276#bib.bib1)\), in which relevant in\-context spans of text are retrieved from sentences\.
In the case of Spanish, the automatic detection of anglicisms has been approached through dictionary lookup and rule\-based methods\([Serigos, 2017](https://arxiv.org/html/2609.29276#bib.bib9)\), as well as through machine learning models trained on annotated corpora of Spanish newspaper text\([Álvarez\-Mellado, 2020](https://arxiv.org/html/2609.29276#bib.bib3);[Alvarez\-Mellado and Lignos, 2022](https://arxiv.org/html/2609.29276#bib.bib10)\)\. The ADoBo shared task\([Alvarez\-Mellado et al\., 2021](https://arxiv.org/html/2609.29276#bib.bib1)\)framed the detection of unassimilated borrowings in the Spanish press as a sequence labeling task and attracted systems based on CRFs, BiLSTMs and Transformers\([De la Rosa, 2021](https://arxiv.org/html/2609.29276#bib.bib14);[Jiang et al\., 2021](https://arxiv.org/html/2609.29276#bib.bib12)\)\. However, the models developed in this line of work were released as research code, and using them requires familiarity with the specific libraries in which they were implemented\.
There are a few recent libraries aimed at quantitative tasks in historical linguistics that include identification of borrowings based on etymological data and through the identification of similar words that cannot be diachronically explained as cognates, such asLingPy555[https://lingpy\.org/](https://lingpy.org/)\([List and Forkel, 2021](https://arxiv.org/html/2609.29276#bib.bib13)\),PyBor666[https://github\.com/lingpy/pybor](https://github.com/lingpy/pybor)\([Miller et al\., 2020](https://arxiv.org/html/2609.29276#bib.bib16)\)orLoanPy777[https://github\.com/LoanDB/loanpy](https://github.com/LoanDB/loanpy)\([Martinović, 2023](https://arxiv.org/html/2609.29276#bib.bib15)\)\. These resources, however, serve a very different purpose from ours, as their aim is not to annotate novel lexical borrowings in a text, but to establish phylogenetic relations between the lexicon of two languages, attest language contact and reconstruct ancient protolanguages or proto\-words through cognate identification\.
## 3pylazaro
### 3\.1Overview
pylazarois a Python package that takes a text in Spanish as input and returns the lexical borrowings that are present in the text\.
pylazarocan be run with five different types of models:
- •A BiLSTM\-CRF model fed with subword embeddings and lexical embeddings pretrained on codeswitching data \(this is the best performing model, and the default model used bypylazaro\)\.
- •A BiLSTM\-CRF model fed with subword embeddings and bilingual Transformer\-based Spanish\-English lexical embeddings\.
- •A Transformer model based on multilingual BERT\.
- •A Transformer model based on Spanish model BETO\.
- •A Conditional Random Field model with handcrafted features\.
These five models were introduced and published in prior work\([Alvarez\-Mellado and Lignos, 2022](https://arxiv.org/html/2609.29276#bib.bib10)\)and each of them exhibits different strengths and weaknesses, some being better at retrieving borrowings in certain sentence positions, with others excelling at different borrowing contexts or shapes\([Álvarez\-Mellado and Gonzalo, 2024](https://arxiv.org/html/2609.29276#bib.bib6)\)\. This means that a user may want to switch between models at some point or compare the output produced by two of them\. However, these models were trained using different infrastructures and therefore use different libraries\. The point ofpylazarois to offer a single interface that allows for running current \(and future\) models for anglicism identification using a single entry point and that facilitates switching between models smoothly without the hassle of having to deal with the idiosyncrasies of each of the libraries\.
### 3\.2How to usepylazaro
pylazarocan be installed via PyPI and its documentation lives inreadthedocs\. The user creates a tagger \(an object of typeLazaro\), which ingests text in Spanish\. The tagger will return the lexical borrowings found in the text, allowing for multiple output formats: tuples, dictionary, list of tagged tokens, etc\. \(see Listing[1](https://arxiv.org/html/2609.29276#LST1)\)\.
The tagger frames the task of identifying borrowings as a sequence labeling task\. Therefore, it assigns a label to each token in the sentence following BIO encoding\([Ramshaw and Marcus, 1995](https://arxiv.org/html/2609.29276#bib.bib7)\)\. The output can then be displayed as a sequence of BIO\-tagged tokens \(with most of the tokens being labeled asO\), or as a series of retrieved spans identified by start and end positions\.
pylazaroretrieves lexical borrowings in general, in other words, it identifies words that come from a language other than Spanish and that have not yet been assimilated into Spanish\. Although in theorypylazaroidentifies borrowings from any language, in reality the models have been mostly optimized to identify borrowings of English origin\. In consequence, the tagger assigns two possible labels:ENGfor spans \(or tokens\) labeled as being of English origin, andOTHERfor borrowings of any other language \(such as Japanese, French, etc\.\)\.
Listing 1:Detecting borrowings with pylazaro\.frompylazaroimportLazaro
tagger=Lazaro\(\)
text="Fueunlooksencillo\.Secelebraunfestivalde’anime’\."
output=tagger\.analyze\(text\)
output\.borrowings\_to\_tuple\(\)
\[\(’look’,’en’\),\(’anime’,’other’\)\]
output\.anglicisms\_to\_tuple\(\)
\[\(’look’,’en’\)\]
output\.other\_to\_tuple\(\)
\[\(’anime’,’other’\)\]
output\.borrowings\_to\_dict\(\)
\[\{’borrowing’:’look’,’language’:’en’,’start\_pos’:2,’end\_pos’:3\},\{’borrowing’:’anime’,’language’:’other’,’start\_pos’:11,’end\_pos’:12\}\]
output\.anglicisms\_to\_dict\(\)
\[\{’borrowing’:’look’,’language’:’en’,’start\_pos’:2,’end\_pos’:3\}\]
output\.other\_to\_dict\(\)
\[\{’borrowing’:’anime’,’language’:’other’,’start\_pos’:11,’end\_pos’:12\}\]
output\.tag\_per\_token\(\)
\[\(’Fue’,’O’\),\(’un’,’O’\),\(’look’,’B\-ENG’\),\(’sencillo’,’O’\),\(’\.’,’O’\),\(’Se’,’O’\),\(’celebra’,’O’\),\(’un’,’O’\),\(’festival’,’O’\),\(’de’,’O’\),\("’",’O’\),\(’anime’,’B\-OTHER’\),\("’",’O’\),\(’\.’,’O’\)\]
### 3\.3Selecting a model
By default,pylazaroloads the best performing model \(the BiLSTM\-CRF model with codeswitch embeddings\)\. Users can select any of the other models when creating the tagger by specifying the type of model and the model file \(see Listing[2](https://arxiv.org/html/2609.29276#LST2)\)\. Regardless of the model selected, the tagger is used in exactly the same way and returns the same output formats, which means that switching between models requires changing a single line of code\. The models are hosted on the HuggingFace Hub and are downloaded automatically the first time they are used111111The CRF model requires installingpylazarowith the extended installation \(instead of the default installation\), which requires additional dependencies\.\.
Listing 2:Selecting different models inpylazaro\.frompylazaroimportLazaro
tagger=Lazaro\(model\_type="bilstm",
model\_file="lirondos/anglicisms\-spanish\-flair\-bert\-beto"\)
tagger=Lazaro\(model\_type="transformers",
model\_file="lirondos/anglicisms\-spanish\-mbert"\)
### 3\.4Architecture
Internally,pylazaroseparates the user\-facing interface from the models that perform the prediction \(see Figure[1](https://arxiv.org/html/2609.29276#S3.F1)\)\. TheLazaroclass acts as the single entry point: it validates the parameters provided by the user and, depending on the type of model requested, instantiates the corresponding classifier \(e\.g\.FlairClassifierfor the BiLSTM\-CRF models\)\. Each classifier is in charge of loading its model using the library it was trained with, producing a sequence of BIO tags for the input text and fusing and aligning labeled subtokens\. The predictions of all classifiers are then wrapped in a common result object that implements the different output formats shown in Listing[1](https://arxiv.org/html/2609.29276#LST1)\. This design means that adding a new model topylazaroonly requires implementing a new classifier that loads the model and returns BIO tags, while the rest of the library \(and the code of its users\) remains unchanged\.
Las fake news sobre el festival de ‘anime’ se difundieron rápidamente\.LazaroLazaroOutputO,B\-ENG,I\-ENG,O…ENG: \[fake news\]OTHER: \[anime\]TransformersClassifierTransformersFlairClassifierflairCRFClassifiersklearn\-crfsuiteFigure 1:Architecture ofpylazaro\. TheLazaroclass receives the input text and dispatches it to the classifier that corresponds to the model selected by the user\. Each classifier loads its model using the library it was trained with and returns a sequence of BIO tags, which are wrapped in a common output object that implements the different output formats\. Adding a new model only requires implementing a new classifier\.
## 4Demo
Figure 2:Screenshot of thepylazarodemo hosted on HuggingFace Spaces\. The borrowings detected in the input text are highlighted according to their label \(ENGorOTHER\) and listed in a table\.In order to makepylazaroaccessible to users without a programming background \(such as lexicographers or linguists\), we provide a live demo of the library hosted on HuggingFace Spaces121212[https://huggingface\.co/spaces/lirondos/pylazaro\-demo](https://huggingface.co/spaces/lirondos/pylazaro-demo)\(see Figure[2](https://arxiv.org/html/2609.29276#S4.F2)\)\. The demo was built with Gradio and runspylazarounder the hood\. The user can type or paste a text in Spanish and select one of the neural models available in the library\. The demo then displays the input text with the retrieved borrowings highlighted according to their label, together with a table that lists every borrowing found in the text and its language\. A set of example sentences is provided so that users can try the tool without having to come up with their own text\.
Because all models are exposed through the same interface, the demo also makes it easy to compare how different models behave on the same input, for instance when dealing with multiword borrowings or with borrowings that appear in different positions within the sentence\([Álvarez\-Mellado and Gonzalo, 2024](https://arxiv.org/html/2609.29276#bib.bib6)\)\.
## 5Comparison against LLMs
All the models behindpylazaroare medium\-sized models fine\-tuned specifically for the task of retrieving anglicisms from Spanish\. One could reasonably argue that the task of automatically extracting words of English origin from Spanish text can simply be achieved by using any available general\-purpose LLM\.
Prior work, however, has shown that LLMs are not good at this task: a collection of 23 autoregressive LLMs \(including models from the Qwen, Gemma and Llama3\.1 families\) were tested for the task of extracting anglicisms from Spanish text\([González et al\., 2026](https://arxiv.org/html/2609.29276#bib.bib5)\)\. The results ranged from 0\.0 to 0\.32 of F1 score, with Microsoft Phi\-4, 40B\-ALIA and the 9B\-EuroLLM ranking in the first positions\. The twenty remaining models all scored below 0\.2 of F1 score\. Similarly,[Alvarez\-Mellado \(2025\)](https://arxiv.org/html/2609.29276#bib.bib11)reported that 8B\-Llama3 obtained an F1 score of 0\.39 on the same evaluation set \(with a different prompting strategy\)\.
These poor results contrast with the scores obtained by the finetuned models such as the ones behindpylazaro, whose scores ranged between 0\.83 and 0\.86 of F1 scores over the same evaluation set\.
Table 1:F1 scores of the neural models behindpylazaro\([Alvarez\-Mellado and Lignos, 2022](https://arxiv.org/html/2609.29276#bib.bib10)\)and of the best performing general\-purpose LLMs\([Alvarez\-Mellado, 2025](https://arxiv.org/html/2609.29276#bib.bib11);[González et al\., 2026](https://arxiv.org/html/2609.29276#bib.bib5)\)for the task of anglicism extraction in Spanish\.In addition to their better performance, the models behindpylazaroare considerably smaller than general\-purpose LLMs: while the models inpylazarohave between 109 and 226 million parameters, the best performing LLMs have between 9 and 40 billion parameters\. As a consequence,pylazarocan be run on a regular laptop without a GPU, which is a relevant factor for linguists who need to process large collections of text\.
This justifies having a dedicated library for anglicism extraction in Spanish that can perform better and more efficiently than general purpose LLMs and that can easily be adopted by experts for their linguistic tasks\.
## 6Adoption and use cases
According topepy\.tech131313[https://pepy\.tech/projects/pylazaro](https://pepy.tech/projects/pylazaro), as of September 2026,pylazarohas been downloaded more than 58,000 times from PyPI, with over 800 downloads over the last 30 days\. The models behindpylazarohave also been downloaded over 63,000 times from the HuggingFace Hub\.pylazarois also the library behindObservatorio Lázaro141414[https://observatoriolazaro\.es/](https://observatoriolazaro.es/)\([Alvarez\-Mellado, 2026](https://arxiv.org/html/2609.29276#bib.bib4)\), a pipeline that monitors anglicism usage in the Spanish press\. The site, which has collected over 2 million anglicisms since 2020, showcases the type of corpus linguistic analysis thatpylazarocan facilitate\. Other potential uses of this library include preprocessing of corpora to assist historical linguists track language change in text or help lexicographers identify words that are candidate to be registered in dictionaries\.
## 7Conclusions
In this paper we have introducedpylazaro, a Python package that identifies unassimilated lexical borrowings \(mostly anglicisms\) in Spanish text\.pylazarooffers a single interface to five models that rely on different libraries, and it can be used either as a library or through a live demo that requires no installation\. To the best of our knowledge,pylazarois the first available library for the automatic identification of borrowings in running text\. The poor performance of general\-purpose LLMs at this task and the adoption of the library, which has been downloaded more than 58,000 times and powers*Observatorio Lázaro*, show the need for dedicated tools for borrowing detection\.
## Limitations
The models behindpylazarowere trained on an annotated corpus of European Spanish newspaper text\([Alvarez\-Mellado and Lignos, 2022](https://arxiv.org/html/2609.29276#bib.bib10)\)\. Their performance on other domains \(such as social media\) or on other varieties of Spanish has not been systematically evaluated and is likely to be lower\. Additionally,pylazaroonly retrieves unassimilated borrowings: borrowings that have already been adapted to Spanish orthography or morphology are not detected\. Although the tagger distinguishes between anglicisms and borrowings from other languages, the models have mostly been optimized for anglicisms, and borrowings from other languages are underrepresented in the training data\. Finally, becausepylazarorelies on external deep learning libraries, keeping the models compatible with new releases of those libraries requires ongoing maintenance\.
## References
- E\. Alvarez\-Mellado, L\. Espinosa Anke, J\. Gonzalo Arroyo, C\. Lignos, and J\. Porta ZamoranoOverview of ADoBo 2021: Automatic Detection of Unassimilated Borrowings in the Spanish Press\.Procesamiento del Lenguaje Natural67,pp\. 277–285\(es\_ES\)\.External Links:ISSN 1989\-7553,[Link](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6396)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p1.1),[§2](https://arxiv.org/html/2609.29276#S2.p2.1)\.
- Álvarez\-Mellado and Gonzalo \(2024\)E\. Álvarez\-Mellado and J\. GonzaloCharacterizing spans for sequence labeling: a case on anglicism detection\.\.Procesamiento del lenguaje natural73,pp\. 235\.Cited by:[§3\.1](https://arxiv.org/html/2609.29276#S3.SS1.p4.1),[§4](https://arxiv.org/html/2609.29276#S4.p2.1)\.
- Alvarez\-Mellado and Lignos \(2022\)E\. Alvarez\-Mellado and C\. LignosDetecting Unassimilated Borrowings in Spanish: An Annotated Corpus and Approaches to Modeling\.InProceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),S\. Muresan, P\. Nakov, and A\. Villavicencio \(Eds\.\),Dublin, Ireland,pp\. 3868–3888\.External Links:[Link](https://aclanthology.org/2022.acl-long.268/),[Document](https://dx.doi.org/10.18653/v1/2022.acl-long.268)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p2.1),[§3\.1](https://arxiv.org/html/2609.29276#S3.SS1.p4.1),[Table 1](https://arxiv.org/html/2609.29276#S5.T1),[Limitations](https://arxiv.org/html/2609.29276#Sx1.p1.1)\.
- Álvarez\-Mellado \(2020\)E\. Álvarez\-MelladoAn annotated corpus of emerging anglicisms in Spanish newspaper headlines\.InProceedings of the 4th Workshop on Computational Approaches to Code Switching,Marseille, France\.Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p2.1)\.
- Alvarez\-Mellado \(2025\)E\. Alvarez\-MelladoLexical borrowing detection as a sequence labeling task\. Data, modeling and evaluation methods for anglicism retrieval in Spanish\.PhD thesis,Universidad Nacional de Educación a Distancia \(UNED\),Madrid, Spain\.Cited by:[Table 1](https://arxiv.org/html/2609.29276#S5.T1),[§5](https://arxiv.org/html/2609.29276#S5.p2.1)\.
- Alvarez\-Mellado \(2026\)E\. Alvarez\-MelladoObservatorio Lázaro: a self\-populating database of anglicism usage in the Spanish press\.External Links:2608\.00713,[Link](https://arxiv.org/abs/2608.00713)Cited by:[§6](https://arxiv.org/html/2609.29276#S6.p1.1)\.
- Andersen \(2012\)G\. AndersenSemi\-automatic approaches to Anglicism detection in Norwegian corpus data\.InThe anglicization of European lexis,C\. Furiassi, V\. Pulcini, and F\. Rodríguez González \(Eds\.\),pp\. 111–130\.Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p1.1)\.
- De la Rosa \(2021\)J\. De la RosaADoBo 2021: The futility of STILTs for the classification of lexical borrowings in Spanish\.\.InProceedings of the Iberian Languages Evaluation Forum \(IberLEF 2021\),Vol\.2943,Málaga, Spain,pp\. 947–955\.Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p2.1)\.
- Furiassi and Hofland \(2007\)C\. Furiassi and K\. HoflandThe retrieval of false anglicisms in newspaper texts\.InCorpus Linguistics 25 Years On,pp\. 347–363\.Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p1.1)\.
- Gonzálezet al\.\(2026\)J\. Á\. González, I\. Borrego Obrador, Á\. Romo Herrero, A\. M\. Sarvazyan, M\. Chinea\-Ríos, A\. Basile, and M\. Franco\-SalvadorIberBench: LLM evaluation on Iberian languages\.Computer Speech & Language96,pp\. 101899\.External Links:ISSN 0885\-2308,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.csl.2025.101899),[Link](https://www.sciencedirect.com/science/article/pii/S088523082500124X)Cited by:[Table 1](https://arxiv.org/html/2609.29276#S5.T1),[§5](https://arxiv.org/html/2609.29276#S5.p2.1)\.
- Haugen \(1950\)E\. HaugenThe analysis of linguistic borrowing\.Language26\(2\),pp\. 210–231\.Cited by:[§1](https://arxiv.org/html/2609.29276#S1.p1.1)\.
- Jianget al\.\(2021\)S\. Jiang, T\. Cui, Y\. Fu, N\. Lin, and J\. XiangBERT4EVER at ADoBo 2021: Detection of Borrowings in the Spanish Language Using Pseudo\-label Technology\.InProceedings of the Iberian Languages Evaluation Forum \(IberLEF 2021\),Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p2.1)\.
- List and Forkel \(2021\)J\. List and R\. ForkelLingPy\. A Python Library for Historical Linguistics\.Zenodo\.External Links:[Link](https://zenodo.org/record/597082),[Document](https://dx.doi.org/10.5281/ZENODO.597082)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p3.1)\.
- Losnegaard and Lyse \(2012\)G\. S\. Losnegaard and G\. I\. LyseA data\-driven approach to anglicism identification in Norwegian\.InExploring Newspaper Language: Using the web to create and investigate a large corpus of modern Norwegian,G\. Andersen \(Ed\.\),pp\. 131–154\.Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p1.1)\.
- Martinović \(2023\)V\. MartinovićLoanpyDataHub/loanpy: Third stable release\.Zenodo\.Note:Version Number: 3\.0\.0External Links:[Link](https://doi.org/10.5281/zenodo.7893906),[Document](https://dx.doi.org/10.5281/zenodo.7893906)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p3.1)\.
- Milleret al\.\(2020\)J\. Miller, T\. Tresoldi, and J\. ListPyBor, a Python library for borrowing detection based on lexical language models\. Version 0\.1\.\.Note:Place: JenaExternal Links:[Link](https://github.com/lingpy/pybor)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p3.1)\.
- Poplack and Dion \(2012\)S\. Poplack and N\. DionMyths and facts about loanword development\.Language Variation and Change24\(3\),pp\. 279–315\(en\)\.Note:Publisher: Cambridge University PressExternal Links:ISSN 0954\-3945, 1469\-8021,[Link](https://www.cambridge.org/core/journals/language-variation-and-change/article/abs/myths-and-facts-about-loanword-development/088F076DC0057613D6CA7DB3F545AE22),[Document](https://dx.doi.org/10.1017/S095439451200018X)Cited by:[§1](https://arxiv.org/html/2609.29276#S1.p1.1)\.
- Ramshaw and Marcus \(1995\)L\. Ramshaw and M\. MarcusText chunking using transformation\-based learning\.InThird Workshop on Very Large Corpora,External Links:[Link](https://aclanthology.org/W95-0107/)Cited by:[§3\.2](https://arxiv.org/html/2609.29276#S3.SS2.p2.1)\.
- Serigos \(2017\)J\. R\. L\. SerigosApplying corpus and computational methods to loanword research : new approaches to Anglicisms in Spanish\.Ph\.D\. Thesis,The University of Texas at Austin, \(en\)\.External Links:[Link](http://hdl.handle.net/2152/63064)Cited by:[§2](https://arxiv.org/html/2609.29276#S2.p1.1),[§2](https://arxiv.org/html/2609.29276#S2.p2.1)\.
- Weinreich \(1963\)U\. WeinreichLanguages in Contact\.The Hague: Mouton\.Cited by:[§1](https://arxiv.org/html/2609.29276#S1.p1.1)\.相似文章
Observatorio Lázaro:西班牙新闻界英语借词使用的自填充数据库
本文介绍了 Observatorio Lázaro,这是一个持续更新的数据库和公共网络/API 资源,利用神经序列标注模型监测西班牙数字新闻中的英语借词使用情况,记录了 2020 年至 2026 年间超过两百万条借词。
Probing Character-level Transformers for the Spanish L-shaped Morphome
This paper probes character-level transformers to investigate whether they encode the Spanish L-shaped morphome, an irregular morphological pattern, as an abstract class or just surface alternations. The authors find that the encoding is item-specific and localized, but does not generalize like human learners.
elder-plinius/OBLITERATUS
OBLITERATUS 是一个先进的开源工具包,使用 abliteration 来移除大型语言模型的拒绝行为,使无需重新训练即可进行修改,同时贡献众包研究数据。
VectraYX-Nano:一个42M参数的西班牙语网络安全语言模型,具备课程学习与原生工具调用能力
介绍了VectraYX-Nano,一个从零开始训练的42M参数仅解码器西班牙语网络安全语言模型,具备课程学习、通过MCP的原生工具调用以及一个1.7亿词元的语料库。实证发现揭示了损失-寄存器反转以及工具使用能力的语料密度伪影。
run-llama/liteparse
LiteParse 是 run-llama 推出的一个独立的开源 PDF 解析工具,提供快速、本地的空间文本提取及边界框,支持多种编程语言和平台。