🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige links

AI-woordenlijst

Het complete woordenboek van kunstmatige intelligentie

162
categorieën
2.032
subcategorieën
23.060
termen
📖
termen

Pattern Regex

Regular expression used to describe a search pattern in a character string, essential for extracting entities based on specific text formats.

📖
termen

Linguistic Rule

Principle derived from the grammar or syntax of a language, applied to constrain or guide entity identification in a rule-based NER system.

📖
termen

Gazetteer

Reference list or dictionary of proper names (e.g., cities, first names) used by NER systems to validate or recognize entities through simple text search.

📖
termen

Window-Based Rule

Type of rule that examines a token and its immediate context (window of words) to decide if it constitutes an entity, based on specific words or labels.

📖
termen

Nominal Ambiguity

Phenomenon where the same term can refer to different types of entities (e.g., 'Paris' as a city or person), posing a challenge for rule-based NER systems.

📖
termen

Left/Right Context Rule

Rule that identifies an entity based on specific words or patterns appearing immediately before (left context) or after (right context) the candidate.

📖
termen

Text Normalization

Preprocessing that cleans and standardizes text (e.g., removing punctuation, lowercasing) to improve the effectiveness of regex patterns and linguistic rules.

📖
termen

Capitalization Rule

Heuristic rule that exploits capital letters to identify potential entities, such as proper nouns or sentence beginnings.

📖
termen

Pattern Expression

Formalization of a search rule, often more complex than a simple regex, which can include constraints on grammatical labels or sentence structure.

📖
termen

Disambiguation

Process of resolving ambiguity to determine the correct entity type when a candidate can belong to several, often through hierarchical rules.

📖
termen

Exclusion Rule

Rule specifying conditions that, if met, prevent a text segment from being labeled as an entity, thereby reducing false positives.

🔍

Geen resultaten gevonden