Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -24,24 +24,22 @@
Platforms and toolkits
⟡ CLARIN-D web tools (https://www.clarin-d.net/en/analysing) - Tools for Analysing Research Data 
⟡ CorpusExplorer (https://notes.jan-oliver-ruediger.de/software/corpusexplorer-overview/) - Software for corpus linguists and text/data mining enthusiasts. The CorpusExplorer combines over 50
interactive visualizations under a user-friendly interface.
⟡ CorpusExplorer
 (https://notes.jan-oliver-ruediger.de/software/corpusexplorer-overview/) - Software for corpus linguists and text/data mining enthusiasts. The CorpusExplorer combines over 50 interactive visualizations under a user-friendly interface.
⟡ Haxe-linguistics (https://github.com/sexybiggetje/haxe-linguistics) - Early linguistical analysis and natural language processing library for Haxe.
⟡ Natural (https://github.com/NaturalNode/natural) - General natural language tools for Node.js.
⟡ Natural Language ToolKit (NLTK) (http://www.nltk.org/) - The most complete platform for building Python programs to work with human language data.
⟡ Snowball (https://snowballstem.org/) - Snowball is a language in which stemming algorithms can be easily represented.
⟡ Spacy (https://spacy.io/) - Industrial-strength National Language Processing in Python.
⟡ Mate Tools (http://hdl.handle.net/11022/1007-0000-0000-8E4E-A), webservice via WebLicht (https://weblicht.sfs.uni-tuebingen.de/)
⟡ UBIAI (https://ubiai.tools/) - Easy-to-use text annotation tool for teams with most comprehensive auto-annotation features. Supports NER, relations and document classification as well as 
OCR annotation for invoice labeling.
⟡ UBIAI (https://ubiai.tools/) - Easy-to-use text annotation tool for teams with most comprehensive auto-annotation features. Supports NER, relations and document classification as well as OCR annotation for invoice labeling.
⟡ textblob-de (https://github.com/markuskiller/textblob-de) - Nice alternative for spacy (see above).
⟡ UralicNLP (https://github.com/mikahama/uralicNLP) - An open source Python library for processing morphologically rich and, for the most part, endangered Uralic languages. It can do 
morphological analysis, generation, lemmatization, disambiguation and lexical lookup for a great many Uralic languages.
⟡ UralicNLP (https://github.com/mikahama/uralicNLP) - An open source Python library for processing morphologically rich and, for the most part, endangered Uralic languages. It can do morphological analysis, generation, lemmatization, 
disambiguation and lexical lookup for a great many Uralic languages.
Algorithms
⟡ Stemming algorithms for various European languages (http://snowball.tartarus.org/texts/stemmersoverview.html) - Various stemming algorithms from snowball.
⟡ The Porter Stemmer Algorithm
 (http://tartarus.org/martin/PorterStemmer/) - The official home page for distribution of the Porter Stemming Algorithm, written and maintained by its author, Martin Porter.
⟡ The Porter Stemmer Algorithm (http://tartarus.org/martin/PorterStemmer/) - The official home page for distribution of the Porter Stemming Algorithm, written and maintained by its author, Martin Porter.
Data sets
⟡ EuroRomCom Data (https://github.com/kirkins/euroromcom) - JSON formatted Pan-Romance word lists.
@@ -87,10 +85,8 @@
⟡ Vector space model (https://en.wikipedia.org/wiki/Vector_space_model)
On Youtube
⟡ Computational Linguistics Lecture Playlist (Youtube)
 (https://www.youtube.com/playlist?list=PLegWUnz91WfuPebLI97-WueAP90JO-15i) - Lectures for University of Maryland class on computational linguistics.
⟡ The Virtual Linguistics Campus
 (https://www.youtube.com/channel/UCaMpov1PPVXGcKYgwHjXB3g) - CC-licensed educational videos interconnected with Marburg University's e-learning platform of the same name.
⟡ Computational Linguistics Lecture Playlist (Youtube) (https://www.youtube.com/playlist?list=PLegWUnz91WfuPebLI97-WueAP90JO-15i) - Lectures for University of Maryland class on computational linguistics.
⟡ The Virtual Linguistics Campus (https://www.youtube.com/channel/UCaMpov1PPVXGcKYgwHjXB3g) - CC-licensed educational videos interconnected with Marburg University's e-learning platform of the same name.
Books
Some of the more interesting and complete books.