Translation system: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(stub of a general article on translation systems)
imported>Pat Palmer
No edit summary
Line 1: Line 1:
In [[computer science]], a '''translation system''' is a [[program]] which translates one [[language]] into another.  If both the source and target language are [[formal language|formal languages]], which are fully specified so there can be no ambiguity, the program is called a [[compiler]].  But software which translates between two [[natural language|natural languages]] must use many more techniques and [[heuristics]] due to the inherent ambiguity of natural language.
In [[computer science]], a '''translation system''' is a [[program]] which translates one [[language]] into another.  If both the source and target language are [[formal language|formal languages]], which are fully specified so there can be no ambiguity, the program is called a [[compiler]].  But software which translates between two [[natural language|natural languages]] must use many more techniques and [[heuristics]] than a compiler, due to the inherent ambiguity of natural language.




[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]
[[Category:CZ_Live]]
[[Category:CZ_Live]]

Revision as of 03:21, 9 May 2007

In computer science, a translation system is a program which translates one language into another. If both the source and target language are formal languages, which are fully specified so there can be no ambiguity, the program is called a compiler. But software which translates between two natural languages must use many more techniques and heuristics than a compiler, due to the inherent ambiguity of natural language.