🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili

Glossario IA

Il dizionario completo dell'Intelligenza Artificiale

162
categorie
2.032
sottocategorie
23.060
termini
📖
termini

Pattern Regex

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

📖
termini

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.

📖
termini

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.

📖
termini

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.

📖
termini

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.

📖
termini

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.

📖
termini

Text Normalization

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

📖
termini

Capitalization Rule

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

📖
termini

Pattern Expression

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

📖
termini

Disambiguation

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

📖
termini

Exclusion Rule

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

🔍

Nessun risultato trovato