admin

MACHINE TRANSLATION – OVERVIEW

WHAT IS MACHINE TRANSLATION? The term machine translation (MT) is used in the sense of translation of one language to another. The ideal aim of machine translation systems is to produce the best possible translation without human assistance. Basically every machine translation system requires programs for translation and automated dictionaries and grammars to support translation. The translation quality of

MACHINE TRANSLATION – OVERVIEW Read More »

MODALIZERS

Just as on the expression side mood contents have mood forms. Modality has modalizers as typical devices for expression. And, as mood contents can be expressed by means other than typical mood forms, modalities can also be expressed by other means. Modalisers are typical in the sense that they are closely bound with the verbs

MODALIZERS Read More »

MOOD FORMS

Mood forms are individual morphological realization of the moods in each language, the number of which will depend on how many variables like person, number, voice, etc are involved. On the semantic level there are mood contents, the meanings conveyed by the mood forms by themselves or in conjunction with specific syntactic devices. But mood forms and mood

MOOD FORMS Read More »

MODALITY AS A SEMANTIC CATEGORY

Introduction Based on the principle of differentiation of levels in linguistic analysis the term mood stands for a syntactic category and modality can be regarded as a semantic term. Thus in the following sample from the paradigm for the Sanskrit word /ksip/ = throw, three moods are distinguished, namely indicative, imperative and potential. Voice-Active; Number-Singular; Person-1,2 & 3. Indicative

MODALITY AS A SEMANTIC CATEGORY Read More »

WHAT IS PARSING

Parsing is a process of analyzing a sentence by taking each word and determining its structure from its constituent parts. Parsing process makes use of two components: a parser and a grammar. Parser and Grammar Parser is a procedural component and is nothing but a computer program. Grammar is a declarative component. Parser remains unchanged irrespective

WHAT IS PARSING Read More »

LR PARSER

LR parser is a bottom-up parsing technique that can parse a large class of context-free grammars. The technique used by LR parser is LR(k) parsing where L stands for left-to-right scanning of the input, R means constructing a rightmost derivation in reverse, and k for the number of input symbols of lookahead that are used in making

LR PARSER Read More »