TermBoyTerm

English
microsite
A microsite is a small, focused website or single web page that operates separately from an organization's main site, typically dedicated to a specific campaign, product, or event. It often has its own subdomain or distinct domain and a limited set of pages.
The brand launched a dedicated microsite for its summer campaign to capture leads outside its main corporate website.
  • https://en.wikipedia.org/wiki/Microsite
Deutsch
Microsite
Eine Microsite ist eine kleine, thematisch fokussierte Website oder Einzelseite, die getrennt vom Hauptauftritt eines Unternehmens betrieben wird, meist für eine bestimmte Kampagne, ein Produkt oder ein Event. Sie besitzt häufig eine eigene Subdomain oder eigene Domain.
Für die Produkteinführung erstellte die Agentur eine eigene Microsite mit interaktiven Inhalten.
  • https://de.wikipedia.org/wiki/Microsite
Français
microsite
Un microsite est un petit site web ou une page unique, ciblé sur un thème précis et exploité séparément du site principal d'une organisation, généralement pour une campagne, un produit ou un événement. Il dispose souvent d'un sous-domaine ou d'un domaine propre.
La marque a créé un microsite dédié pour promouvoir son nouveau parfum durant la campagne des fêtes.
  • https://fr.wikipedia.org/wiki/Microsite
Italiano
microsito
Un microsito è un piccolo sito web o una singola pagina focalizzata su un tema specifico e gestita separatamente dal sito principale di un'organizzazione, di solito per una campagna, un prodotto o un evento. Spesso dispone di un sottodominio o di un dominio proprio.
L'azienda ha lanciato un microsito dedicato per la campagna promozionale estiva.
  • https://it.wikipedia.org/wiki/Microsito
中文
微型网站
微型网站是独立于组织主站运行的小型、主题聚焦的网站或单页面,通常用于某个特定的营销活动、产品或事件。它常拥有独立的子域名或独立域名,页面数量有限。
品牌为夏季推广活动搭建了一个专属微型网站,以便在主站之外收集潜在客户。
  • https://en.wikipedia.org/wiki/Microsite
English
Microsoft Advertising
Microsoft Advertising is Microsoft's online advertising platform that lets advertisers place search and display ads across the Bing, Yahoo and AOL search networks as well as partner sites.
The company used Microsoft Advertising to reach users searching on Bing who were not covered by its Google Ads campaigns.
  • https://about.ads.microsoft.com/
  • https://en.wikipedia.org/wiki/Microsoft_Advertising
Deutsch
Microsoft Advertising
Microsoft Advertising ist die Online-Werbeplattform von Microsoft, über die Werbetreibende Such- und Displayanzeigen im Bing-, Yahoo- und AOL-Suchnetzwerk sowie auf Partnerseiten schalten können.
Das Unternehmen schaltete Anzeigen über Microsoft Advertising, um auch Nutzer der Bing-Suche zu erreichen.
  • https://about.ads.microsoft.com/de-de
  • https://de.wikipedia.org/wiki/Microsoft_Advertising
Français
Microsoft Advertising
Microsoft Advertising est la plateforme de publicité en ligne de Microsoft qui permet aux annonceurs de diffuser des annonces de recherche et display sur les réseaux Bing, Yahoo et AOL ainsi que sur des sites partenaires.
L'entreprise a utilisé Microsoft Advertising pour toucher les internautes effectuant leurs recherches sur Bing.
  • https://about.ads.microsoft.com/fr-fr
  • https://fr.wikipedia.org/wiki/Microsoft_Advertising
Italiano
Microsoft Advertising
Microsoft Advertising è la piattaforma pubblicitaria online di Microsoft che consente agli inserzionisti di pubblicare annunci di ricerca e display sulle reti Bing, Yahoo e AOL nonché su siti partner.
L'azienda ha usato Microsoft Advertising per raggiungere gli utenti che effettuano ricerche su Bing.
  • https://about.ads.microsoft.com/it-it
  • https://it.wikipedia.org/wiki/Microsoft_Advertising
中文
Microsoft Advertising
Microsoft Advertising 是微软的在线广告平台,广告主可通过它在 Bing、Yahoo 和 AOL 搜索网络及合作伙伴网站上投放搜索广告和展示广告。
该公司使用 Microsoft Advertising 来触达在 Bing 上进行搜索的用户。
  • https://about.ads.microsoft.com/
  • https://zh.wikipedia.org/wiki/Microsoft_Advertising
English
minification
The process of removing unnecessary characters such as whitespace, comments and line breaks from source code (HTML, CSS, JavaScript) without changing its functionality, in order to reduce file size and improve page load time.
Minification of the site's JavaScript reduced the bundle size by 40 percent and improved the Core Web Vitals scores.
  • https://developer.mozilla.org/en-US/docs/Glossary/Minification
  • https://web.dev/articles/reduce-network-payloads-using-text-compression
Deutsch
Minifizierung
Das Entfernen überflüssiger Zeichen wie Leerräume, Kommentare und Zeilenumbrüche aus Quellcode (HTML, CSS, JavaScript) ohne Änderung der Funktionalität, um die Dateigröße zu verringern und die Ladezeit der Seite zu verbessern.
Die Minifizierung der CSS-Dateien verkleinerte diese um ein Drittel und beschleunigte den Seitenaufbau.
  • https://developer.mozilla.org/de/docs/Glossary/Minification
Français
minification
Processus consistant à supprimer les caractères inutiles tels que les espaces, les commentaires et les sauts de ligne du code source (HTML, CSS, JavaScript) sans en modifier le fonctionnement, afin de réduire la taille des fichiers et le temps de chargement de la page.
La minification du JavaScript a réduit le poids du fichier et amélioré les indicateurs Core Web Vitals.
  • https://developer.mozilla.org/fr/docs/Glossary/Minification
Italiano
minificazione
Processo di rimozione dei caratteri superflui come spazi, commenti e interruzioni di riga dal codice sorgente (HTML, CSS, JavaScript) senza alterarne la funzionalità, allo scopo di ridurre le dimensioni dei file e i tempi di caricamento della pagina.
La minificazione dei file CSS ha ridotto le dimensioni del sito e migliorato le prestazioni di caricamento.
  • https://developer.mozilla.org/it/docs/Glossary/Minification
中文
代码压缩
在不改变功能的前提下,从源代码(HTML、CSS、JavaScript)中删除空格、注释和换行等不必要字符的过程,以减小文件体积并缩短页面加载时间。
对 JavaScript 进行代码压缩后,文件体积减少了百分之四十,显著改善了核心网页指标。
  • https://developer.mozilla.org/zh-CN/docs/Glossary/Minification
English
mixed content
Mixed content occurs when an HTML page loaded over HTTPS requests subresources such as images, scripts or stylesheets over an insecure HTTP connection. This weakens the security of the page and may trigger browser warnings or blocking.
The browser flagged the page as insecure because a stylesheet was still loaded as mixed content over HTTP.
  • https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content
  • https://web.dev/articles/what-is-mixed-content
Deutsch
gemischte Inhalte
Von gemischten Inhalten spricht man, wenn eine über HTTPS geladene HTML-Seite Unterressourcen wie Bilder, Skripte oder Stylesheets über eine unsichere HTTP-Verbindung nachlädt. Dies schwächt die Sicherheit der Seite und kann Browserwarnungen oder Blockierungen auslösen.
Der Browser stufte die Seite als unsicher ein, weil ein Skript weiterhin als gemischter Inhalt über HTTP geladen wurde.
  • https://developer.mozilla.org/de/docs/Web/Security/Mixed_content
Français
contenu mixte
On parle de contenu mixte lorsqu'une page HTML chargée en HTTPS demande des sous-ressources telles que des images, des scripts ou des feuilles de style via une connexion HTTP non sécurisée. Cela affaiblit la sécurité de la page et peut déclencher des avertissements ou un blocage par le navigateur.
Le navigateur a signalé la page comme non sécurisée car une feuille de style était encore chargée en contenu mixte via HTTP.
  • https://developer.mozilla.org/fr/docs/Web/Security/Mixed_content
Italiano
contenuto misto
Si parla di contenuto misto quando una pagina HTML caricata tramite HTTPS richiede sottorisorse come immagini, script o fogli di stile attraverso una connessione HTTP non sicura. Ciò indebolisce la sicurezza della pagina e può causare avvisi o blocchi da parte del browser.
Il browser ha segnalato la pagina come non sicura perché un foglio di stile veniva ancora caricato come contenuto misto tramite HTTP.
  • https://developer.mozilla.org/it/docs/Web/Security/Mixed_content
中文
混合内容
混合内容是指通过 HTTPS 加载的 HTML 页面又通过不安全的 HTTP 连接请求图片、脚本或样式表等子资源。这会削弱页面的安全性,并可能触发浏览器警告或拦截。
由于某个样式表仍以混合内容形式通过 HTTP 加载,浏览器将该页面标记为不安全。
  • https://developer.mozilla.org/zh-CN/docs/Web/Security/Mixed_content
English
mobile browser
A web browser designed to run on smartphones and other mobile devices, optimized for small touchscreens and limited resources. It renders web pages and supports web standards adapted to mobile contexts.
Responsive design ensures that a website displays correctly in any mobile browser such as Chrome for Android or Safari on iOS.
  • https://developer.mozilla.org/en-US/docs/Glossary/Browser
  • https://en.wikipedia.org/wiki/Mobile_browser
Deutsch
mobiler Browser
Ein Webbrowser, der für Smartphones und andere mobile Endgeräte konzipiert ist und für kleine Touchscreens sowie begrenzte Ressourcen optimiert wurde. Er stellt Webseiten dar und unterstützt an mobile Kontexte angepasste Webstandards.
Dank Responsive Design wird die Website in jedem mobilen Browser wie Chrome für Android oder Safari auf iOS korrekt angezeigt.
  • https://developer.mozilla.org/de/docs/Glossary/Browser
  • https://de.wikipedia.org/wiki/Mobiler_Webbrowser
Français
navigateur mobile
Navigateur web conçu pour les smartphones et autres appareils mobiles, optimisé pour les petits écrans tactiles et les ressources limitées. Il affiche les pages web et prend en charge les standards web adaptés au contexte mobile.
Grâce au responsive design, le site s'affiche correctement dans tout navigateur mobile comme Chrome pour Android ou Safari sur iOS.
  • https://developer.mozilla.org/fr/docs/Glossary/Browser
  • https://fr.wikipedia.org/wiki/Navigateur_web_mobile
Italiano
browser mobile
Browser web progettato per smartphone e altri dispositivi mobili, ottimizzato per piccoli schermi touch e risorse limitate. Visualizza le pagine web e supporta gli standard web adattati al contesto mobile.
Grazie al responsive design, il sito viene visualizzato correttamente in qualsiasi browser mobile come Chrome per Android o Safari su iOS.
  • https://developer.mozilla.org/it/docs/Glossary/Browser
  • https://it.wikipedia.org/wiki/Browser_web
中文
移动浏览器
为智能手机及其他移动设备设计的网页浏览器,针对小型触摸屏和有限资源进行了优化。它渲染网页并支持适配移动场景的网络标准。
借助响应式设计,网站在任何移动浏览器(如安卓版 Chrome 或 iOS 版 Safari)中都能正确显示。
  • https://developer.mozilla.org/zh-CN/docs/Glossary/Browser
  • https://zh.wikipedia.org/wiki/移动浏览器
English
mobile-first indexing
A practice in which Google predominantly uses the mobile version of a website's content for indexing and ranking. It reflects the shift toward users accessing the web primarily via mobile devices.
Since Google switched to mobile-first indexing, the site's mobile version determines how it ranks in search results.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing
  • https://en.wikipedia.org/wiki/Mobile_first
Deutsch
Mobile-First-Indexierung
Verfahren, bei dem Google überwiegend die mobile Version einer Website für Indexierung und Ranking heranzieht. Es trägt der überwiegenden Nutzung des Webs über mobile Geräte Rechnung.
Seit der Umstellung auf die Mobile-First-Indexierung bestimmt die mobile Version der Seite deren Platzierung in den Suchergebnissen.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=de
Français
indexation mobile-first
Pratique par laquelle Google utilise principalement la version mobile d'un site web pour l'indexation et le classement. Elle reflète l'accès majoritairement mobile au web.
Depuis le passage à l'indexation mobile-first, c'est la version mobile du site qui détermine son classement dans les résultats de recherche.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=fr
Italiano
indicizzazione mobile-first
Pratica con cui Google utilizza prevalentemente la versione mobile di un sito web per l'indicizzazione e il posizionamento. Riflette l'accesso al web principalmente da dispositivi mobili.
Dal passaggio all'indicizzazione mobile-first, è la versione mobile del sito a determinarne il posizionamento nei risultati di ricerca.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=it
中文
移动优先索引
谷歌主要使用网站的移动版内容进行索引和排名的做法,反映了用户主要通过移动设备访问网络的趋势。
自从谷歌切换到移动优先索引后,网站的移动版本决定了其在搜索结果中的排名。
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=zh-cn
English
mobile-friendliness
The degree to which a web page is designed and optimized for usability on mobile devices, including responsive layout, readable text and tap-friendly elements. It has been a ranking-relevant factor in Google search since the mobile-first indexing era.
Google's Mobile-Friendly Test evaluated the page's mobile-friendliness and flagged text that was too small to read.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing
  • https://en.wikipedia.org/wiki/Responsive_web_design
Deutsch
Mobilfreundlichkeit
Das Ausmass, in dem eine Webseite für die Nutzung auf Mobilgeräten optimiert ist, etwa durch responsives Layout, lesbare Schrift und ausreichend grosse Bedienelemente. Sie ist seit dem Mobile-First-Indexing ein rankingrelevanter Faktor bei Google.
Der Test bewertete die Mobilfreundlichkeit der Seite und bemängelte zu kleine, schwer antippbare Schaltflächen.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=de
  • https://de.wikipedia.org/wiki/Responsive_Webdesign
Français
compatibilité mobile
Degré d'optimisation d'une page web pour une utilisation sur appareils mobiles, notamment grâce à une mise en page responsive, un texte lisible et des éléments cliquables suffisamment grands. C'est un facteur de classement pris en compte par Google depuis l'indexation mobile-first.
L'outil a évalué la compatibilité mobile de la page et a signalé un texte trop petit pour être lu.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=fr
  • https://fr.wikipedia.org/wiki/Site_web_adaptatif
Italiano
mobile-friendliness
Grado di ottimizzazione di una pagina web per l'utilizzo su dispositivi mobili, tramite layout responsive, testo leggibile ed elementi facilmente selezionabili. È un fattore rilevante per il ranking di Google a partire dal mobile-first indexing.
Lo strumento ha valutato la mobile-friendliness della pagina segnalando testo troppo piccolo per essere letto.
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=it
  • https://it.wikipedia.org/wiki/Web_design_responsivo
中文
移动设备友好性
指网页针对移动设备使用进行优化的程度,包括响应式布局、可读文本以及便于点击的元素。自移动优先索引时代起,它已成为谷歌搜索的排名相关因素。
该工具评估了页面的移动设备友好性,并标记出字体过小、难以阅读的文本。
  • https://developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing?hl=zh-cn
  • https://zh.wikipedia.org/wiki/响应式网页设计
English
model alignment
The process of ensuring that an AI model's behavior, outputs and goals are consistent with human values, intentions and safety requirements. It combines techniques such as fine-tuning and reinforcement learning from human feedback to reduce harmful or unintended responses.
Model alignment techniques like RLHF help large language models refuse harmful requests while remaining helpful.
  • https://en.wikipedia.org/wiki/AI_alignment
Deutsch
Modell-Alignment
Der Prozess, mit dem das Verhalten, die Ausgaben und die Ziele eines KI-Modells mit menschlichen Werten, Absichten und Sicherheitsanforderungen in Einklang gebracht werden. Häufig kommen Verfahren wie Feinabstimmung und bestärkendes Lernen aus menschlichem Feedback zum Einsatz.
Durch Modell-Alignment mittels RLHF lernen große Sprachmodelle, schädliche Anfragen abzulehnen.
  • https://de.wikipedia.org/wiki/KI-Alignment
Français
alignement des modèles
Processus consistant à faire en sorte que le comportement, les résultats et les objectifs d'un modèle d'IA soient conformes aux valeurs, intentions et exigences de sécurité humaines. Il repose souvent sur des techniques comme le fine-tuning et l'apprentissage par renforcement à partir de retours humains.
L'alignement des modèles par RLHF permet aux grands modèles de langage de refuser les requêtes nuisibles.
  • https://fr.wikipedia.org/wiki/Alignement_des_intelligences_artificielles
Italiano
allineamento dei modelli
Processo volto a garantire che il comportamento, gli output e gli obiettivi di un modello di IA siano coerenti con i valori, le intenzioni e i requisiti di sicurezza umani. Utilizza tecniche come il fine-tuning e l'apprendimento per rinforzo da feedback umano.
L'allineamento dei modelli tramite RLHF aiuta i modelli linguistici di grandi dimensioni a rifiutare richieste dannose.
  • https://it.wikipedia.org/wiki/Allineamento_dell%27intelligenza_artificiale
中文
模型对齐
确保人工智能模型的行为、输出和目标与人类价值观、意图及安全要求保持一致的过程。通常结合微调和基于人类反馈的强化学习等技术,以减少有害或非预期的输出。
通过 RLHF 进行模型对齐,可以帮助大语言模型拒绝有害请求。
  • https://zh.wikipedia.org/wiki/AI对齐
English
model distillation
A machine learning technique in which a smaller student model is trained to reproduce the behavior of a larger teacher model, transferring knowledge while reducing size and computational cost.
Through model distillation, the team compressed a large language model into a lightweight version suitable for on-device inference.
  • https://en.wikipedia.org/wiki/Knowledge_distillation
Deutsch
Modell-Destillation
Ein Verfahren des maschinellen Lernens, bei dem ein kleineres Schüler-Modell darauf trainiert wird, das Verhalten eines größeren Lehrer-Modells nachzubilden, um Wissen zu übertragen und Größe sowie Rechenaufwand zu reduzieren.
Durch Modell-Destillation wurde das große Sprachmodell in eine schlanke, für Endgeräte geeignete Variante überführt.
  • https://de.wikipedia.org/wiki/Knowledge_Distillation
Français
distillation de modèle
Technique d'apprentissage automatique consistant à entraîner un modèle élève plus petit à reproduire le comportement d'un modèle enseignant plus grand, afin de transférer les connaissances tout en réduisant la taille et le coût de calcul.
Grâce à la distillation de modèle, l'équipe a compressé un grand modèle de langage en une version légère exécutable sur appareil.
  • https://fr.wikipedia.org/wiki/Distillation_des_connaissances
Italiano
distillazione del modello
Tecnica di apprendimento automatico in cui un modello studente più piccolo viene addestrato a riprodurre il comportamento di un modello insegnante più grande, trasferendo la conoscenza e riducendo dimensioni e costo computazionale.
Tramite la distillazione del modello, il team ha compresso un grande modello linguistico in una versione leggera per l'esecuzione su dispositivo.
  • https://it.wikipedia.org/wiki/Distillazione_della_conoscenza
中文
模型蒸馏
一种机器学习技术,通过训练较小的学生模型来复现较大教师模型的行为,从而在减小模型规模和计算成本的同时转移知识。
通过模型蒸馏,团队将大型语言模型压缩为可在设备端运行的轻量版本。
  • https://zh.wikipedia.org/wiki/知识蒸馏
English
model quantization
Model quantization is a technique that reduces the numerical precision of a neural network's weights and activations (e.g. from 32-bit floating point to 8-bit integers) to lower memory usage and speed up inference. It typically trades a small loss in accuracy for improved efficiency.
By applying model quantization, the team shrank the language model to a quarter of its size so it could run on a mobile device.
  • https://en.wikipedia.org/wiki/Quantization_(signal_processing)
  • https://huggingface.co/docs/optimum/en/concept_guides/quantization
Deutsch
Modellquantisierung
Die Modellquantisierung ist ein Verfahren, das die numerische Genauigkeit der Gewichte und Aktivierungen eines neuronalen Netzes reduziert (z. B. von 32-Bit-Gleitkomma auf 8-Bit-Ganzzahl), um Speicherbedarf und Rechenzeit zu verringern. Sie tauscht meist einen geringen Genauigkeitsverlust gegen höhere Effizienz.
Durch Modellquantisierung konnte das Sprachmodell auf ein Viertel seiner Größe verkleinert werden, sodass es auf einem Mobilgerät lief.
  • https://de.wikipedia.org/wiki/Quantisierung_(Signalverarbeitung)
  • https://huggingface.co/docs/optimum/en/concept_guides/quantization
Français
quantification de modèle
La quantification de modèle est une technique qui réduit la précision numérique des poids et des activations d'un réseau de neurones (par exemple de la virgule flottante 32 bits à l'entier 8 bits) afin de diminuer l'empreinte mémoire et d'accélérer l'inférence. Elle échange généralement une légère perte de précision contre une meilleure efficacité.
Grâce à la quantification de modèle, l'équipe a réduit le modèle de langage au quart de sa taille pour le faire fonctionner sur un appareil mobile.
  • https://fr.wikipedia.org/wiki/Quantification_(traitement_du_signal)
  • https://huggingface.co/docs/optimum/en/concept_guides/quantization
Italiano
quantizzazione del modello
La quantizzazione del modello è una tecnica che riduce la precisione numerica dei pesi e delle attivazioni di una rete neurale (ad esempio da virgola mobile a 32 bit a interi a 8 bit) per diminuire l'uso di memoria e velocizzare l'inferenza. In genere scambia una piccola perdita di accuratezza con una maggiore efficienza.
Applicando la quantizzazione del modello, il team ha ridotto il modello linguistico a un quarto delle sue dimensioni per farlo funzionare su un dispositivo mobile.
  • https://it.wikipedia.org/wiki/Quantizzazione_(elaborazione_dei_segnali)
  • https://huggingface.co/docs/optimum/en/concept_guides/quantization
中文
模型量化
模型量化是一种降低神经网络权重和激活值数值精度的技术(例如从32位浮点数降至8位整数),以减少内存占用并加快推理速度。它通常以微小的精度损失换取更高的效率。
通过模型量化,团队将语言模型缩小到原来的四分之一,使其能够在移动设备上运行。
  • https://zh.wikipedia.org/wiki/量化
  • https://huggingface.co/docs/optimum/en/concept_guides/quantization
English
model weights
The learned numerical parameters of a machine learning model that are adjusted during training and determine how inputs are mapped to outputs. They encode the knowledge acquired by the model.
Releasing the model weights openly allows researchers to fine-tune the neural network for their own tasks.
  • https://en.wikipedia.org/wiki/Weighting
  • https://developers.google.com/machine-learning/glossary#weight
Deutsch
Modellgewichte
Die während des Trainings gelernten numerischen Parameter eines Machine-Learning-Modells, die festlegen, wie Eingaben auf Ausgaben abgebildet werden. Sie speichern das vom Modell erworbene Wissen.
Durch die Veröffentlichung der Modellgewichte können Forschende das neuronale Netz für eigene Aufgaben feinabstimmen.
  • https://de.wikipedia.org/wiki/K%C3%BCnstliches_neuronales_Netz
Français
poids du modèle
Paramètres numériques appris par un modèle d'apprentissage automatique lors de l'entraînement, qui déterminent la manière dont les entrées sont transformées en sorties. Ils encodent les connaissances acquises par le modèle.
La publication des poids du modèle permet aux chercheurs d'affiner le réseau de neurones pour leurs propres tâches.
  • https://fr.wikipedia.org/wiki/R%C3%A9seau_de_neurones_artificiels
Italiano
pesi del modello
I parametri numerici appresi da un modello di machine learning durante l'addestramento, che determinano il modo in cui gli input vengono trasformati in output. Codificano la conoscenza acquisita dal modello.
La pubblicazione dei pesi del modello consente ai ricercatori di perfezionare la rete neurale per i propri compiti.
  • https://it.wikipedia.org/wiki/Rete_neurale_artificiale
中文
模型权重
机器学习模型在训练过程中学习到的数值参数,决定了输入如何映射到输出,并编码了模型所获得的知识。
公开发布模型权重使研究人员能够针对自身任务对神经网络进行微调。
  • https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C
English
multilingual SEO
Multilingual SEO is the practice of optimizing a website so that its content ranks well in search engines across multiple languages. It involves language-specific keyword research, translated or localized content and proper technical signalling such as hreflang annotations.
Their multilingual SEO strategy targeted English, German and Japanese users with dedicated language versions.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
  • https://developers.google.com/search/docs/specialty/international/localized-versions
Deutsch
mehrsprachige SEO
Mehrsprachige SEO bezeichnet die Suchmaschinenoptimierung einer Website für mehrere Sprachen. Sie umfasst sprachspezifische Keyword-Recherche, übersetzte bzw. lokalisierte Inhalte sowie technische Signale wie hreflang-Auszeichnungen.
Die mehrsprachige SEO umfasste eigene Sprachversionen für Deutsch, Französisch und Italienisch.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
SEO multilingue
Le SEO multilingue désigne l'optimisation d'un site web pour le référencement dans plusieurs langues. Il comprend la recherche de mots-clés par langue, des contenus traduits ou localisés et des signaux techniques tels que les balises hreflang.
Leur SEO multilingue ciblait les utilisateurs francophones, anglophones et hispanophones avec des versions dédiées.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO multilingue
La SEO multilingue è l'ottimizzazione di un sito web per il posizionamento nei motori di ricerca in più lingue. Comprende la ricerca di parole chiave per lingua, contenuti tradotti o localizzati e segnali tecnici come le annotazioni hreflang.
La loro SEO multilingue prevedeva versioni dedicate per italiano, inglese e tedesco.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
多语言SEO
多语言SEO是指针对多种语言对网站进行搜索引擎优化,使其内容在不同语言的搜索结果中获得良好排名。它包括分语言的关键词研究、翻译或本地化内容以及hreflang标注等技术信号。
他们的多语言SEO策略为中文、英文和日文用户分别提供了专门的语言版本。
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
English
multimodal model
A machine learning model that can process and relate multiple types of data such as text, images, audio and video within a single architecture. It enables cross-modal understanding and generation tasks.
A multimodal model can answer questions about the contents of an uploaded image while also generating a written summary.
  • https://en.wikipedia.org/wiki/Multimodal_learning
  • https://platform.openai.com/docs/guides/vision
Deutsch
multimodales Modell
Ein maschinelles Lernmodell, das mehrere Datentypen wie Text, Bilder, Audio und Video in einer einzigen Architektur verarbeiten und miteinander verknüpfen kann. Es ermöglicht modalitätsübergreifendes Verstehen und Erzeugen von Inhalten.
Ein multimodales Modell kann Fragen zum Inhalt eines hochgeladenen Bildes beantworten und zugleich eine schriftliche Zusammenfassung erstellen.
  • https://de.wikipedia.org/wiki/Multimodales_Lernen
Français
modèle multimodal
Modèle d'apprentissage automatique capable de traiter et de relier plusieurs types de données tels que texte, images, audio et vidéo au sein d'une même architecture. Il permet la compréhension et la génération intermodales.
Un modèle multimodal peut répondre à des questions sur le contenu d'une image téléversée tout en rédigeant un résumé.
  • https://fr.wikipedia.org/wiki/Apprentissage_multimodal
Italiano
modello multimodale
Modello di apprendimento automatico in grado di elaborare e mettere in relazione più tipi di dati come testo, immagini, audio e video all'interno di un'unica architettura. Consente la comprensione e la generazione intermodale.
Un modello multimodale può rispondere a domande sul contenuto di un'immagine caricata e allo stesso tempo generare un riassunto scritto.
  • https://it.wikipedia.org/wiki/Apprendimento_multimodale
中文
多模态模型
一种能够在单一架构中处理并关联文本、图像、音频和视频等多种数据类型的机器学习模型,可实现跨模态的理解与生成。
多模态模型能够回答关于上传图片内容的问题,同时生成一段文字摘要。
  • https://zh.wikipedia.org/wiki/%E5%A4%9A%E6%A8%A1%E6%80%81%E5%AD%A6%E4%B9%A0
English
multiregional website
A website that targets users in multiple countries or geographic regions, often with content adapted for each market. In international SEO it is typically signaled to search engines via hreflang annotations and geotargeting settings.
The retailer runs a multiregional website with dedicated sections for the US, Canada, and the UK.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
  • https://en.wikipedia.org/wiki/Website_localization
Deutsch
multiregionale Website
Eine Website, die Nutzer in mehreren Ländern oder geografischen Regionen anspricht, häufig mit für den jeweiligen Markt angepassten Inhalten. Im internationalen SEO wird sie meist über hreflang-Annotationen und Geotargeting-Einstellungen an Suchmaschinen signalisiert.
Der Händler betreibt eine multiregionale Website mit eigenen Bereichen für Deutschland, Österreich und die Schweiz.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=de
Français
site web multirégional
Site web ciblant des utilisateurs de plusieurs pays ou régions géographiques, souvent avec des contenus adaptés à chaque marché. En SEO international, il est signalé aux moteurs de recherche via les annotations hreflang et les paramètres de ciblage géographique.
Le distributeur exploite un site web multirégional avec des sections dédiées à la France, la Belgique et le Canada.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=fr
Italiano
sito web multiregionale
Sito web destinato a utenti di più paesi o regioni geografiche, spesso con contenuti adattati a ciascun mercato. Nella SEO internazionale viene segnalato ai motori di ricerca tramite annotazioni hreflang e impostazioni di targeting geografico.
Il rivenditore gestisce un sito web multiregionale con sezioni dedicate a Italia, Svizzera e Regno Unito.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=it
中文
多地区网站
面向多个国家或地理区域用户的网站,通常针对各市场提供本地化内容。在国际SEO中,一般通过hreflang标注和地理定位设置向搜索引擎表明其地区目标。
该零售商运营一个多地区网站,分别为中国、香港和台湾设有专门板块。
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=zh-cn
English
multi-turn conversation
An interaction between a user and a conversational AI system that spans multiple exchanges, where the system retains context from previous turns to inform subsequent responses.
In a multi-turn conversation, the AI remembers the user's earlier question about hotels when answering a follow-up about nearby restaurants.
  • https://platform.openai.com/docs/guides/conversation-state
  • https://en.wikipedia.org/wiki/Dialogue_system
Deutsch
mehrstufige Konversation
Eine Interaktion zwischen Nutzer und einem konversationellen KI-System über mehrere Gesprächsrunden hinweg, bei der das System den Kontext vorheriger Runden für nachfolgende Antworten bewahrt.
In einer mehrstufigen Konversation erinnert sich die KI an die frühere Frage nach Hotels, wenn sie eine Folgefrage zu Restaurants in der Nähe beantwortet.
  • https://de.wikipedia.org/wiki/Dialogsystem
Français
conversation multi-tours
Interaction entre un utilisateur et un système d'IA conversationnelle s'étendant sur plusieurs échanges, où le système conserve le contexte des tours précédents pour orienter ses réponses suivantes.
Dans une conversation multi-tours, l'IA se souvient de la question posée plus tôt sur les hôtels lorsqu'elle répond à une question de suivi sur les restaurants voisins.
  • https://fr.wikipedia.org/wiki/Agent_conversationnel
Italiano
conversazione multi-turno
Interazione tra un utente e un sistema di IA conversazionale che si estende su più scambi, in cui il sistema mantiene il contesto dei turni precedenti per orientare le risposte successive.
In una conversazione multi-turno, l'IA ricorda la domanda precedente sugli hotel quando risponde a una domanda successiva sui ristoranti nelle vicinanze.
  • https://it.wikipedia.org/wiki/Sistema_di_dialogo
中文
多轮对话
用户与对话式人工智能系统之间跨越多次交互的对话,系统会保留先前轮次的上下文,以指导后续的回复。
在多轮对话中,当用户随后询问附近餐厅时,人工智能会记住之前关于酒店的提问。
  • https://zh.wikipedia.org/wiki/%E5%AF%B9%E8%AF%9D%E7%B3%BB%E7%BB%9F
English
multivariate testing
A method of experimentation that simultaneously tests multiple variables and their combinations on a web page to determine which combination produces the best conversion outcome. Unlike A/B testing, it evaluates the interaction effects between several elements at once.
The team used multivariate testing to evaluate different combinations of headline, button color, and hero image on the landing page.
  • https://en.wikipedia.org/wiki/Multivariate_testing_in_marketing
  • https://support.google.com/optimize/answer/6211930
Deutsch
multivariates Testing
Ein Testverfahren, bei dem mehrere Variablen und deren Kombinationen gleichzeitig auf einer Webseite getestet werden, um die konversionsstärkste Kombination zu ermitteln. Im Gegensatz zum A/B-Test werden dabei auch Wechselwirkungen zwischen den Elementen erfasst.
Das Team setzte multivariates Testing ein, um verschiedene Kombinationen aus Überschrift, Button-Farbe und Titelbild auf der Landingpage zu bewerten.
  • https://de.wikipedia.org/wiki/Multivariater_Test
Français
test multivarié
Méthode d'expérimentation qui teste simultanément plusieurs variables et leurs combinaisons sur une page web afin de déterminer la combinaison offrant le meilleur taux de conversion. Contrairement au test A/B, elle mesure les interactions entre plusieurs éléments à la fois.
L'équipe a utilisé un test multivarié pour évaluer différentes combinaisons de titre, de couleur de bouton et d'image principale sur la page d'atterrissage.
  • https://fr.wikipedia.org/wiki/Test_multivari%C3%A9
Italiano
test multivariato
Metodo di sperimentazione che testa contemporaneamente più variabili e le loro combinazioni su una pagina web per individuare la combinazione con il miglior tasso di conversione. A differenza del test A/B, valuta anche le interazioni tra più elementi.
Il team ha usato un test multivariato per valutare diverse combinazioni di titolo, colore del pulsante e immagine principale sulla landing page.
  • https://it.wikipedia.org/wiki/Test_multivariato
中文
多变量测试
一种同时测试网页上多个变量及其组合的实验方法,用于确定哪种组合能带来最佳转化效果。与A/B测试不同,它可评估多个元素之间的交互影响。
团队使用多变量测试来评估落地页上标题、按钮颜色和主图的不同组合。
  • https://support.google.com/optimize/answer/6211930
English
MUM
Multitask Unified Model (MUM) is a Google AI technology based on the Transformer architecture that is multilingual and multimodal, designed to understand and answer complex search queries. It is about 1,000 times more powerful than BERT.
Thanks to MUM, Google can transfer knowledge across languages and combine information from text and images to answer complex questions.
  • https://blog.google/products/search/introducing-mum/
  • https://en.wikipedia.org/wiki/Google_Search
Deutsch
MUM
Multitask Unified Model (MUM) ist eine auf der Transformer-Architektur basierende KI-Technologie von Google, die mehrsprachig und multimodal ist und komplexe Suchanfragen verstehen und beantworten soll. Es ist rund 1.000-mal leistungsfähiger als BERT.
Dank MUM kann Google Wissen sprachübergreifend übertragen und Informationen aus Text und Bildern kombinieren, um komplexe Fragen zu beantworten.
  • https://blog.google/products/search/introducing-mum/
  • https://de.wikipedia.org/wiki/Google_Suche
Français
MUM
Multitask Unified Model (MUM) est une technologie d'IA de Google fondée sur l'architecture Transformer, à la fois multilingue et multimodale, conçue pour comprendre et répondre à des requêtes de recherche complexes. Elle est environ 1 000 fois plus puissante que BERT.
Grâce à MUM, Google peut transférer des connaissances entre les langues et combiner des informations issues du texte et des images pour répondre à des questions complexes.
  • https://blog.google/products/search/introducing-mum/
  • https://fr.wikipedia.org/wiki/Google_Search
Italiano
MUM
Multitask Unified Model (MUM) è una tecnologia di IA di Google basata sull'architettura Transformer, multilingue e multimodale, progettata per comprendere e rispondere a query di ricerca complesse. È circa 1.000 volte più potente di BERT.
Grazie a MUM, Google può trasferire conoscenze tra lingue diverse e combinare informazioni da testo e immagini per rispondere a domande complesse.
  • https://blog.google/products/search/introducing-mum/
  • https://it.wikipedia.org/wiki/Google_Search
中文
MUM
多任务统一模型(Multitask Unified Model,MUM)是谷歌基于 Transformer 架构的人工智能技术,具备多语言和多模态能力,用于理解和回答复杂的搜索查询。其性能约为 BERT 的 1000 倍。
借助 MUM,谷歌能够跨语言迁移知识,并结合文本与图像信息来回答复杂问题。
  • https://blog.google/products/search/introducing-mum/
  • https://zh.wikipedia.org/wiki/Google搜索
English
named entity recognition
A natural language processing task that identifies and classifies named entities in text into predefined categories such as persons, organizations, locations, dates and quantities.
Named entity recognition extracted 'Google' as an organization and 'Mountain View' as a location from the article.
  • https://en.wikipedia.org/wiki/Named-entity_recognition
Deutsch
Eigennamenerkennung
Eine Aufgabe der Computerlinguistik, bei der Eigennamen in Texten erkannt und in vordefinierte Kategorien wie Personen, Organisationen, Orte oder Zeitangaben klassifiziert werden.
Die Eigennamenerkennung identifizierte 'Berlin' als Ort und 'Siemens' als Organisation im Nachrichtentext.
  • https://de.wikipedia.org/wiki/Eigennamenerkennung
Français
reconnaissance d'entités nommées
Tâche du traitement automatique du langage naturel qui consiste à repérer et à classer les entités nommées d'un texte dans des catégories prédéfinies telles que personnes, organisations, lieux ou dates.
La reconnaissance d'entités nommées a extrait 'Paris' comme lieu et 'Airbus' comme organisation.
  • https://fr.wikipedia.org/wiki/Reconnaissance_d%27entit%C3%A9s_nomm%C3%A9es
Italiano
riconoscimento di entità nominate
Compito di elaborazione del linguaggio naturale che individua e classifica le entità nominate in un testo in categorie predefinite come persone, organizzazioni, luoghi e date.
Il riconoscimento di entità nominate ha estratto 'Roma' come luogo e 'Ferrari' come organizzazione.
  • https://it.wikipedia.org/wiki/Riconoscimento_di_entit%C3%A0_denominate
中文
命名实体识别
自然语言处理中的一项任务,用于在文本中识别命名实体并将其归类为人名、组织、地点、日期等预定义类别。
命名实体识别从文章中提取出“北京”作为地点,“华为”作为组织。
  • https://zh.wikipedia.org/wiki/%E5%91%BD%E5%90%8D%E5%AE%9E%E4%BD%93%E8%AF%86%E5%88%AB
English
nameserver
A nameserver is a server in the Domain Name System (DNS) that stores and answers queries about DNS records, translating human-readable domain names into IP addresses and other resource records.
Before the website could go live, we had to point the domain's nameserver entries to our hosting provider.
  • https://datatracker.ietf.org/doc/html/rfc1035
  • https://en.wikipedia.org/wiki/Name_server
Deutsch
Nameserver
Ein Nameserver ist ein Server im Domain Name System (DNS), der DNS-Einträge speichert und Anfragen beantwortet, indem er menschenlesbare Domainnamen in IP-Adressen und andere Ressourceneinträge übersetzt.
Nach der Domainregistrierung mussten wir die Nameserver auf den Hosting-Anbieter umstellen.
  • https://de.wikipedia.org/wiki/Nameserver
Français
serveur de noms
Un serveur de noms est un serveur du système de noms de domaine (DNS) qui stocke des enregistrements DNS et répond aux requêtes en traduisant les noms de domaine lisibles en adresses IP et autres enregistrements de ressources.
Après l'enregistrement du domaine, nous avons configuré les serveurs de noms pour pointer vers notre hébergeur.
  • https://fr.wikipedia.org/wiki/Serveur_de_noms
Italiano
server dei nomi
Un server dei nomi è un server del Domain Name System (DNS) che memorizza record DNS e risponde alle query traducendo i nomi di dominio leggibili in indirizzi IP e altri record di risorse.
Dopo la registrazione del dominio abbiamo impostato i server dei nomi per puntare al nostro provider di hosting.
  • https://it.wikipedia.org/wiki/Domain_Name_System
中文
域名服务器
域名服务器是域名系统(DNS)中的一种服务器,用于存储 DNS 记录并响应查询,将人类可读的域名解析为 IP 地址及其他资源记录。
域名注册后,我们需要将域名服务器指向托管服务提供商。
  • https://zh.wikipedia.org/wiki/域名服务器
English
NAP consistency
The uniform and accurate presentation of a business's Name, Address, and Phone number across all online directories, listings, and citations. Consistent NAP data strengthens local search rankings and trust signals.
Ensuring NAP consistency across Google Business Profile, Yelp, and the company website helped the store rank higher in local results.
  • https://developers.google.com/search/docs/appearance/structured-data/local-business
  • https://moz.com/learn/seo/nap
Deutsch
NAP-Konsistenz
Die einheitliche und korrekte Darstellung von Name, Adresse und Telefonnummer eines Unternehmens über alle Online-Verzeichnisse, Einträge und Zitationen hinweg. Konsistente NAP-Daten stärken das lokale Ranking und Vertrauenssignale.
Die NAP-Konsistenz zwischen Google-Unternehmensprofil, Branchenverzeichnissen und Website verbesserte die lokale Sichtbarkeit deutlich.
  • https://de.wikipedia.org/wiki/Local_SEO
  • https://moz.com/learn/seo/nap
Français
cohérence NAP
Présentation uniforme et exacte du nom, de l'adresse et du numéro de téléphone d'une entreprise dans tous les annuaires, fiches et citations en ligne. Des données NAP cohérentes renforcent le référencement local et les signaux de confiance.
La cohérence NAP entre la fiche Google Business Profile et le site web a amélioré le classement local du restaurant.
  • https://moz.com/learn/seo/nap
  • https://fr.wikipedia.org/wiki/R%C3%A9f%C3%A9rencement_local
Italiano
coerenza NAP
Presentazione uniforme e accurata di nome, indirizzo e numero di telefono di un'attività in tutte le directory, schede e citazioni online. Dati NAP coerenti rafforzano il posizionamento locale e i segnali di affidabilità.
La coerenza NAP tra il profilo Google Business e il sito web ha migliorato il ranking locale del negozio.
  • https://moz.com/learn/seo/nap
  • https://it.wikipedia.org/wiki/Local_SEO
中文
NAP一致性
指企业的名称、地址和电话号码在所有在线目录、商家列表和引用中保持统一且准确。一致的NAP信息有助于提升本地搜索排名和信任度。
确保谷歌商家资料、点评网站与官网上的NAP一致性,使该门店在本地搜索结果中排名更高。
  • https://moz.com/learn/seo/nap
  • https://developers.google.com/search/docs/appearance/structured-data/local-business
English
native advertising
A form of paid advertising in which the ad content matches the form and function of the platform on which it appears, blending in with editorial or organic content. It is designed to be less disruptive than traditional display ads.
The sponsored article looked like a regular editorial piece, a classic example of native advertising.
  • https://en.wikipedia.org/wiki/Native_advertising
Deutsch
Native Advertising
Eine Form der bezahlten Werbung, die sich in Form und Funktion an die redaktionellen oder organischen Inhalte der jeweiligen Plattform anpasst und dadurch weniger als Werbung wahrgenommen wird.
Der gesponserte Beitrag war kaum vom übrigen redaktionellen Inhalt zu unterscheiden – ein typisches Beispiel für Native Advertising.
  • https://de.wikipedia.org/wiki/Native_Advertising
Français
native advertising
Forme de publicité payante dont le format et la fonction s'intègrent au contenu éditorial ou organique de la plateforme, de manière à se fondre dans l'environnement et à paraître moins intrusive.
Cet article sponsorisé ressemblait à un contenu éditorial classique, un exemple typique de native advertising.
  • https://fr.wikipedia.org/wiki/Publicit%C3%A9_native
Italiano
native advertising
Forma di pubblicità a pagamento il cui formato e funzione si integrano con i contenuti editoriali o organici della piattaforma, risultando meno invasiva rispetto alla pubblicità display tradizionale.
L'articolo sponsorizzato sembrava un normale contenuto editoriale, un classico esempio di native advertising.
  • https://it.wikipedia.org/wiki/Native_advertising
中文
原生广告
一种付费广告形式,其内容在形式和功能上与所在平台的编辑内容或自然内容相融合,从而降低干扰性,让用户感觉不像传统广告。
那篇赞助文章看起来像普通的编辑内容,是原生广告的典型例子。
  • https://zh.wikipedia.org/wiki/%E5%8E%9F%E7%94%9F%E5%B9%BF%E5%91%8A
English
natural language generation
Natural language generation (NLG) is a subfield of natural language processing that automatically produces coherent, human-readable text from structured data or internal representations. It powers applications such as report writing, chatbots and answer generation in AI search engines.
The AI assistant uses natural language generation to turn database records into a fluent weather summary.
  • https://en.wikipedia.org/wiki/Natural_language_generation
Deutsch
natürliche Sprachgenerierung
Die natürliche Sprachgenerierung (NLG) ist ein Teilgebiet der Verarbeitung natürlicher Sprache, das aus strukturierten Daten oder internen Repräsentationen automatisch verständlichen Text erzeugt. Sie ist zentral für Chatbots und die Antwortgenerierung in KI-Suchmaschinen.
Das System nutzt natürliche Sprachgenerierung, um aus Kennzahlen einen lesbaren Bericht zu formulieren.
  • https://de.wikipedia.org/wiki/Textgenerierung
Français
génération de langage naturel
La génération de langage naturel (GLN ou NLG) est un sous-domaine du traitement automatique du langage naturel qui produit automatiquement un texte cohérent et lisible à partir de données structurées ou de représentations internes. Elle alimente les agents conversationnels et la génération de réponses des moteurs de recherche dotés d'IA.
Le service recourt à la génération de langage naturel pour transformer des chiffres en un résumé fluide.
  • https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ration_de_langage_naturel
Italiano
generazione del linguaggio naturale
La generazione del linguaggio naturale (NLG) è un sottocampo dell'elaborazione del linguaggio naturale che produce automaticamente testo coerente e leggibile a partire da dati strutturati o da rappresentazioni interne. È fondamentale per chatbot e per la generazione di risposte nei motori di ricerca basati sull'IA.
Il sistema impiega la generazione del linguaggio naturale per trasformare i dati di vendita in un resoconto discorsivo.
  • https://it.wikipedia.org/wiki/Generazione_del_linguaggio_naturale
中文
自然语言生成
自然语言生成(NLG)是自然语言处理的一个子领域,用于从结构化数据或内部表示自动生成连贯、可读的文本。它是聊天机器人和人工智能搜索引擎答案生成的核心技术。
该系统利用自然语言生成技术,将销售数据转化为通顺的文字报告。
  • https://zh.wikipedia.org/wiki/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E7%94%9F%E6%88%90
English
natural language processing
A subfield of artificial intelligence concerned with enabling computers to understand, interpret and generate human language. It underpins search query understanding, chatbots and text analysis.
Modern search engines use natural language processing to interpret the intent behind conversational queries.
  • https://en.wikipedia.org/wiki/Natural_language_processing
  • https://developers.google.com/machine-learning/glossary
Deutsch
Verarbeitung natürlicher Sprache
Teilgebiet der künstlichen Intelligenz, das Computern ermöglicht, menschliche Sprache zu verstehen, zu interpretieren und zu erzeugen. Grundlage für Suchanfrageninterpretation, Chatbots und Textanalyse.
Moderne Suchmaschinen nutzen die Verarbeitung natürlicher Sprache, um die Absicht hinter dialogorientierten Suchanfragen zu erkennen.
  • https://de.wikipedia.org/wiki/Computerlinguistik
Français
traitement automatique du langage naturel
Sous-domaine de l'intelligence artificielle visant à permettre aux ordinateurs de comprendre, interpréter et générer le langage humain. Il sous-tend l'interprétation des requêtes, les agents conversationnels et l'analyse de texte.
Les moteurs de recherche modernes utilisent le traitement automatique du langage naturel pour comprendre l'intention des requêtes conversationnelles.
  • https://fr.wikipedia.org/wiki/Traitement_automatique_des_langues
Italiano
elaborazione del linguaggio naturale
Sottocampo dell'intelligenza artificiale che consente ai computer di comprendere, interpretare e generare il linguaggio umano. È alla base dell'interpretazione delle query, dei chatbot e dell'analisi testuale.
I motori di ricerca moderni impiegano l'elaborazione del linguaggio naturale per interpretare l'intento delle query conversazionali.
  • https://it.wikipedia.org/wiki/Elaborazione_del_linguaggio_naturale
中文
自然语言处理
人工智能的一个分支,旨在使计算机能够理解、解释和生成人类语言。它是搜索查询理解、聊天机器人和文本分析的基础。
现代搜索引擎利用自然语言处理来理解对话式查询背后的意图。
  • https://zh.wikipedia.org/wiki/自然语言处理
English
natural language understanding
A subfield of natural language processing that enables machines to interpret the meaning, intent and context of human language input. It goes beyond parsing text to extracting semantics such as entities, intents and relationships.
The search engine's natural language understanding lets it recognize that 'flights to the Big Apple' refers to New York.
  • https://en.wikipedia.org/wiki/Natural-language_understanding
  • https://cloud.google.com/natural-language/docs
Deutsch
Natural Language Understanding
Ein Teilgebiet der maschinellen Sprachverarbeitung, das es Systemen ermöglicht, Bedeutung, Absicht und Kontext natürlichsprachlicher Eingaben zu erfassen. Es umfasst die Extraktion semantischer Informationen wie Entitäten und Intentionen.
Dank Natural Language Understanding erkennt die Suchmaschine, dass mit „Flüge in die Millionenstadt am Rhein“ Köln gemeint sein kann.
  • https://de.wikipedia.org/wiki/Natural_Language_Understanding
Français
compréhension du langage naturel
Sous-domaine du traitement automatique du langage naturel qui permet aux systèmes d'interpréter le sens, l'intention et le contexte d'énoncés en langage humain. Il vise à extraire des informations sémantiques telles que les entités et les intentions.
Grâce à la compréhension du langage naturel, le moteur de recherche saisit que « vols vers la Ville Lumière » désigne Paris.
  • https://fr.wikipedia.org/wiki/Compr%C3%A9hension_du_langage_naturel
Italiano
comprensione del linguaggio naturale
Sottocampo dell'elaborazione del linguaggio naturale che consente ai sistemi di interpretare significato, intenzione e contesto di input in linguaggio umano. Mira a estrarre informazioni semantiche come entità e intenti.
Grazie alla comprensione del linguaggio naturale, il motore di ricerca capisce che «voli per la città eterna» si riferisce a Roma.
  • https://it.wikipedia.org/wiki/Comprensione_del_linguaggio_naturale
中文
自然语言理解
自然语言处理的一个分支,使机器能够解析人类语言输入的含义、意图和上下文。它超越了单纯的文本解析,进而提取实体、意图等语义信息。
借助自然语言理解,搜索引擎能够识别出「飞往魔都的航班」指的是上海。
  • https://zh.wikipedia.org/wiki/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E7%90%86%E8%A7%A3
English
navigation menu
A structured set of links, usually displayed as a bar or list, that lets users move between the main sections of a website. It is a core UX and information-architecture element influencing usability and internal linking.
The navigation menu at the top of the page links to Products, Pricing, and Support.
  • https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
  • https://www.nngroup.com/articles/menu-design/
Deutsch
Navigationsmenü
Eine strukturierte Sammlung von Links, meist als Leiste oder Liste dargestellt, mit der Nutzer zwischen den Hauptbereichen einer Website wechseln. Es ist ein zentrales UX- und Informationsarchitektur-Element.
Das Navigationsmenü im Kopfbereich der Seite verlinkt auf Produkte, Preise und Support.
  • https://developer.mozilla.org/de/docs/Web/HTML/Element/nav
Français
menu de navigation
Ensemble structuré de liens, généralement présenté sous forme de barre ou de liste, permettant aux utilisateurs de passer d'une section principale à une autre d'un site web. C'est un élément clé de l'UX et de l'architecture de l'information.
Le menu de navigation en haut de la page renvoie vers Produits, Tarifs et Support.
  • https://developer.mozilla.org/fr/docs/Web/HTML/Element/nav
Italiano
menu di navigazione
Insieme strutturato di link, solitamente presentato come barra o elenco, che consente agli utenti di spostarsi tra le sezioni principali di un sito web. È un elemento centrale della UX e dell'architettura dell'informazione.
Il menu di navigazione nella parte superiore della pagina rimanda a Prodotti, Prezzi e Supporto.
  • https://developer.mozilla.org/it/docs/Web/HTML/Element/nav
中文
导航菜单
一组结构化的链接,通常以栏或列表形式显示,让用户在网站的主要板块之间进行切换。它是用户体验和信息架构的核心元素。
页面顶部的导航菜单链接到产品、价格和支持页面。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/nav