Added Documents

Let's Go.
main
lomna-dev 1 year ago
parent 9e457246cb
commit 82b21c1c13

@ -0,0 +1,39 @@
* Analysis of the major markers
** Use of honorifics
In gharwali we add an honorific to most words with address an older person. So this has led to a greater use of honorifics in the regional languages.
For example, rather than addressing our older brother, uncle, aunt as
\texthindi{ भाई ,ताऊ ,ताई }
we use honorifics
\texthindi{ भाईजी ,ताऊजी ,ताईजी }
** Sentence Structure
The biggest marker of regional identity is the sentence structure. In Gharwali language, the sentence structure is extremely flexible. This has caused an influence on the language of the region. For example, if using proper structure one will say.
#+BEGIN_QUOTE
\texthindi{ मैंने सुबह खाना नहीं खाया। }
#+END_QUOTE
But in the my region, a sentence like,
#+BEGIN_QUOTE
\texthindi{ मैंने सुबह खाना खाया नहीं। }
#+END_QUOTE
is also considered an acceptable sentence. \\
Another example is,
#+BEGIN_QUOTE
\texthindi{ मैं कल स्कूल जाऊंगा। }
#+END_QUOTE
But in the my region, a sentence like,
#+BEGIN_QUOTE
\texthindi{ मैं कल जाऊंगा स्कूल। }
#+END_QUOTE
is also valid and is easily understood by locals of the region.

@ -0,0 +1,54 @@
* Introduction
** What is a linguistic marker
According to *Wikipedia*
#+BEGIN_QUOTE
In linguistics, a marker is a free or bound morpheme that indicates the grammatical function of the marked word, phrase, or sentence.
#+END_QUOTE
We need an elementary understanding of morphemes in order to understand liguistic marker.
*** Morpheme
According to *Oxford Languages Definition*.
#+BEGIN_QUOTE
The smallest unit of meaning that a word in a particular language can be divided into.
#+END_QUOTE
Morphemes are further defined by the Rochester Institute of Technology [[https://www.rit.edu/ntid/sea/processes/wordknowledge/grammatical/whatare][website]] as \\
\\
A short segment of language that meets three basic criteria:
1. It is a word or a part of a word that has meaning.
2. It cannot be divided into smaller meaningful segments without changing its meaning or leaving a meaningless remainder.
3. It has relatively the same stable meaning in different verbal environments.
Using this knowledge we will try to find the linguistic markers to mark "regional identity" specifically.
Morphemes are further of two types:
1. *Free Morpheme* \rightarrow Can stand alone with a specific meaning. Example, eat, date, weak etc.
2. *Bound Morpheme* \rightarrow Cannot stand alone with meaning. Example, 's' in dogs is a plural marker telling us that there are multiple dogs.
*** Simple definition
Thus we can give a simple definition for linguistic marker as
#+BEGIN_QUOTE
*A marker is either a word or a part of a word that can define the function of a word, sentence or phrase.*
#+END_QUOTE
** Regional Identity
According to *[[https://www.sciencedirect.com/topics/social-sciences/regional-identity#:~:text=Regional%20identity%20is%20a%20kind,national%20and%20the%20local%20level.][J. Pohl, in International Encyclopedia of the Social & Behavioral Sciences, 2001.]]*
#+BEGIN_QUOTE
Regional identity is a kind of spatial identity on a certain scale called the meso-level. Regional identity is located between the national and the local level.
#+END_QUOTE
Meso-level is analysis on level of communities, organizations and ethnic groups. For our case we are going to consider the city Dehradun as our region, since I have not lived outside of the city for any considerable amount of time (atleast not long enough for it to effect my dialect).

@ -0,0 +1,25 @@
* How to convert to pdf
** Prerequisites
1. A texlive installation
2. Noto Devanagari Font
3. Emacs
** Steps
Run command
#+BEGIN_SRC
$ flow
#+END_SRC
The flow build system is [[https://git.lomna.xyz/lomna/Flow][here]].
* Clean
Run the command:
#+BEGIN_SRC
$ flow clean
#+END_SRC

@ -0,0 +1,10 @@
output.flow
;!remove!;
main.aux
main.log
main.out
main.pdf
main.tex
main.tex~
main.toc
output.flow.temp

@ -0,0 +1,2 @@
(find-file "main.org")
(org-latex-export-to-latex)

@ -0,0 +1,32 @@
#+TITLE: Language and Identity: An investigation of the linguistic markers of regional identity
# Change the section and subsection numberings with these headers
# #+LATEX_HEADER: \renewcommand \thesection{\arabic{section}}
# #+LATEX_HEADER: \renewcommand \thesubsection{\arabic{section}.\arabic{subsection}}
# Use a4 paper for latex exports
#+LATEX_HEADER: \usepackage[a4paper, total={6.2in, 8.8in}]{geometry}
# Latex package for affiliations and authors (Don't define AUTHOR in org headers if using this)
#+LATEX_HEADER: \usepackage{authblk}
#+LATEX_HEADER: \author{Anmol Nawani}
#+LATEX_HEADER: \affil{DIT University}
# Latex allow to use other languages using polyglossia
#+LATEX_HEADER: \usepackage{polyglossia}
#+LATEX_HEADER: \setmainlanguage{english}
#+LATEX_HEADER: \setotherlanguage{hindi}
#+LATEX_HEADER: \newfontfamily\hindifont{Noto Sans Devanagari}[Script=Devanagari] % Set script to Devanagari and make sure the font is installed, in this case it's noto fonts
* Abstract
This assignment is about identifying the linguistic markers of regional identity of the city of Dehradun. We will try to understand what is a linguistic marker and how it is linked to our regional identity. A very short discussion on how we define regional identity. The different markers that are refrenced are one's observed by me. The greates effect is of the Gharwali language on my dialect even though neither I, nor anyone in my immediate family speak it. Althought, I can understand it but only of family from mother's side. The most clear marker of the regional identity for me is the sentence structure in Gharwali is very flexible compared to Hindi, so compared to speakers from other regions, people in the Dehradun region tend to use the wrong sentence structure. Other markers are use of honorifics and vocabulary are different.
# By default INCLUDE will add org files as child, hence knocking level down of all headings. We use min level to set the level.
#+INCLUDE: "Contents/Introduction.org" :minlevel 1
#+INCLUDE: "Contents/Analysis.org" :minlevel 1
* Conclusion
In this assignment, we looked at what the simplest definition of a linguistic marker can be. There was also a brief look at what is regional identity. We then looked at the linguistic markers of the hindi language used in the region of Dehradun and tried to find the connection between the Gharwali language and how it may have effected the regional languages.

@ -0,0 +1,7 @@
main.org
Contents/Analysis.org
Contents/Introduction.org
;!run!;
emacs --script export.el
lualatex main.tex
;!end!;
Loading…
Cancel
Save