Bartok may refer to:
A surname or family name is a name added to a given name. In many cases, a surname is a family name and many dictionaries define "surname" as a synonym of "family name". In the western hemisphere, it is commonly synonymous with last name because it is usually placed at the end of a person's given name.
In most Spanish-speaking and Portuguese-speaking countries, two or more last names (or surnames) may be used. In China, Hungary, Japan, Korea, Madagascar, Taiwan, Vietnam, and parts of India, the family name is placed before a person's given name.
The style of having both a family name (surname) and a given name (forename) is far from universal. In many countries, it is common for ordinary people to have only one name or mononym.
The concept of a "surname" is a relatively recent historical development, evolving from a medieval naming practice called a "byname". Based on an individual's occupation or area of residence, a byname would be used in situations where more than one person had the same name.
In computational linguistics, word-sense disambiguation (WSD) is an open problem of natural language processing and ontology. WSD is identifying which sense of a word (i.e. meaning) is used in a sentence, when the word has multiple meanings. The solution to this problem impacts other computer-related writing, such as discourse, improving relevance of search engines, anaphora resolution, coherence, inference et cetera.
The human brain is quite proficient at word-sense disambiguation. The fact that natural language is formed in a way that requires so much of it is a reflection of that neurologic reality. In other words, human language developed in a way that reflects (and also has helped to shape) the innate ability provided by the brain's neural networks. In computer science and the information technology that it enables, it has been a long-term challenge to develop the ability in computers to do natural language processing and machine learning.
To date, a rich variety of techniques have been researched, from dictionary-based methods that use the knowledge encoded in lexical resources, to supervised machine learning methods in which a classifier is trained for each distinct word on a corpus of manually sense-annotated examples, to completely unsupervised methods that cluster occurrences of words, thereby inducing word senses. Among these, supervised learning approaches have been the most successful algorithms to date.