answersLogoWhite

0

What is disambiguate?

Updated: 8/21/2019
User Avatar

Wiki User

10y ago

Best Answer

Disambiguation is a mokey searching for food once in a while!. ---- ---- ---- ---- ----

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

To disambiguate refers to the removal of the uncertainty from a given linguistic unit.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is disambiguate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the scientific name for mining bees?

There is no species of bee whose official name is "Mining bee." You could try changing your question to disambiguate what a 'Mining bee' is.


Disambiguate the following sentence the president told john that his own home town would not get special treatment?

The President told John that his home town would not get special treatment.


Are all three writing systems in Japanese used at the same time?

Yes, they are all used in the same sentences together, but each system is used for a different purpose - Hiragana and Kanji (Chinese characters) are used to express indigenous and Chinese-influenced ideas and concepts. (Another use for Kanji is to disambiguate in the event of possible confusion). Katakana is generally used for imported words.


What is a puntation mark?

Punctuation marks are symbols that indicate the structure and organization of written language, as well as intonation and pauses to be observed when reading aloud.In written English, punctuation is vital to disambiguate the meaning of sentences. For example, "woman, without her man, is nothing" and "woman: without her, man is nothing" have greatly different meanings, as do "eats shoots and leaves" and "eats, shoots and leaves".Answers.com


Difference between hardware based speculation and software based speculation?

To speculate extensively, must be able to disambiguate memory referencesMuch easier in HW than in SW for code with pointersHW-based speculation works better when control flow is unpredictable, and when HW-based branch prediction is superior to SW-based branch prediction done at compile timeMispredictions mean wasted speculationHW-based speculation maintains precise exception model even for speculated instructionsHW-based speculation does not require compensation or bookkeeping codeBlessy Mathew


Is it ok to keep something when you find it in Islam?

Disambiguate: Does the question ask if Islam has the rule, "finders keepers...?" If so, all religions emphasize honest conduct. You shouldn't keep something valuable if you know it was lost by somebody who would miss it; you should make an attempt to find the rightful owner. Or is the question that of a non-Muslim who has come across an Islamic teaching he likes and wonders if he can "keep" (i.e., observe) it even though it's from a foreign religion? If so, then it depends on whether or not there is a conflict with the questioner's own faith.


Why c plus plus gave an ambiguity error?

Your code contains an ambiguity that the compiler cannot disambiguate. Ambiguities occur when you implicitly refer to a member for which multiple instances exist in separate namespaces. For instance, if class A is a common base class of B and C, and class D derives from both B and C, class D inherits two instance of class A, thus introducing an ambiguity when implicitly referring to members of class A. To remove the ambiguity, you must either explicitly refer to class A via class B or class C, or declare class A to be virtual in both class B and C so they both share the same instance of class A.


Are there 2 Judas's that joined the disciples?

Yes. In addition to Judas Iscariot (who betrayed Jesus), Thaddeus was also known as Lebbaeus and "Judas the brother of James" (Luke 16:16; John 14:22, Acts 1:13).


Is an Intel core prossessor better than a quad core prossessor?

The question you're asking, unfortunately, is not worded correctly. An Intel processor is a family of processor, where a quad-core processor is a type of processor. The Intel family includes many types of quad-core processors. However, to try and disambiguate what you're asking, an Intel core processor will be good, no matter what type it is. An Intel quad-core processor - for example, the Intel i7 - will perform fantastically well. The other main type of processor manufacturer - AMD - also have quad-core processors. However, a lot of it is down to opinion and machine build as to whether Intel is better than AMD, but personally, I believe Intel will out-perform and out-last an AMD processor.


What is scope resolution in c plus plus?

Scope resolution allows the programmer to disambiguate between names that are common to two or more namespaces. For instance, if you imported two namespaces that both exposed different string classes, the compiler would not know which string class to use unless you use scope resolution to differentiate them. Scope resolution can also be used to differentiate between the different function overrides within a class hierarchy. By default, the most-derived function override is always executed implicitly, but that override may choose to invoke one or more of its base class overrides using scope resolution. struct a { virtual void foo() {/*...*/} }; struct b : a { virtual void foo() override; }; void b::foo() { a::foo(); // explicitly invoke base class method using scope resolution. // ...specialisation code goes here... }


Why are longitudes called as meridians?

Why are longitude lines called meridians? In a geographical sense, meridians are great circles that are not parallel to each other but instead intersect each other at the north and south poles. This as opposed to paralles of latitude which are not great circles, except for the equator, and do not intercest each other.


What is natural language processing?

NLP is a sort of artificial intelligence that allows machines to "read" text by simulating human language understanding. One of the most useful technologies accessible to artificial intelligence systems is natural language processing (NLP). NLP techniques use a number of methods to help a machine grasp what's being said or written in human communication in a holistic fashion, rather than just single words. Using a variety of complex algorithms, the technology allows machines to read, understand, analyse, and parse human language. To extract entities and relationships, disambiguate meaning, and interpret ambiguities in language, involves linguistics, semantics, statistics, and machine learning. Learn more about machine learning and artificial intelligence at Learnbay institute.