├── .gitattributes
├── Code
├── 2014
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2014-Extraction-checkpoint.ipynb
│ ├── NM-Speeches-2014-Extraction.ipynb
│ └── speeches_df_2014.pkl
├── 2015
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2015-Extraction-checkpoint.ipynb
│ ├── NM-Speeches-2015-Extraction.ipynb
│ └── speeches_df_2015.pkl
├── 2016
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2016-Extraction-checkpoint.ipynb
│ ├── NM-Speeches-2016-Extraction.ipynb
│ └── speeches_df_2016.pkl
├── 2017
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2017-Extraction-checkpoint.ipynb
│ ├── NM-Speeches-2017-Extraction.ipynb
│ └── speeches_df_2017.pkl
├── 2018
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2018-Extraction-checkpoint.ipynb
│ ├── NM-Speeches-2018-Extraction.ipynb
│ └── speeches_df_2018.pkl
├── 2019
│ ├── .ipynb_checkpoints
│ │ └── NM-Speeches-2019-Extraction-checkpoint.ipynb
│ ├── Analysis-2019-Speeches.ipynb
│ ├── Cleaning_2019_Speeches.ipynb
│ ├── NM-Speeches-2019-Extraction.ipynb
│ ├── speeches_df_2019.pkl
│ └── speeches_nm_2019.pkl
├── .ipynb_checkpoints
│ ├── Analysis-2019-Speeches-checkpoint.ipynb
│ ├── Cleaning_2019_Speeches-checkpoint.ipynb
│ ├── Narendra-Modi-2017-Speeches-checkpoint.ipynb
│ └── Narendra-Modi-Speeches-2019-checkpoint.ipynb
├── Analysis
│ ├── .ipynb_checkpoints
│ │ └── Analysis-checkpoint.ipynb
│ ├── Analysis.ipynb
│ ├── india_mask1.jpg
│ ├── tokens_of_interest_str.txt
│ └── wordcloud.png
├── Cleaning and Wrangling
│ ├── .ipynb_checkpoints
│ │ └── Cleaning Speeches-checkpoint.ipynb
│ ├── Cleaning Speeches.ipynb
│ ├── all_speeches.pkl
│ └── speeches.pkl
└── Narendra-Modi-2017-Speeches.ipynb
├── Findings
├── 1.png
├── 2.png
├── 3.png
├── 4.png
├── 5.png
├── 6.png
└── Best_Paper_Award.jpg
├── LICENSE
├── README.md
├── Speeches
├── modi-speeches-2019.csv
└── narendramodi
│ ├── 2018
│ ├── 01_09_2018_PM’s address at the Outstanding Parliamentarian Awards function at Central Hall of Parliament.txt
│ ├── 02_11_2018_PM’s address at the launch of historic Support and Outreach Initiative for MSME sector.txt
│ ├── 09_09_2018_PM’s address in Parliament on the election of Shri Harivansh as Deputy Chairman of the Rajya Sabha.txt
│ ├── 10_09_2018_PM’s address at the inauguration of World Biofuel Day-2018.txt
│ ├── 11_09_2018_PM’s address at the 56th Annual Convocation of IIT Bombay.txt
│ ├── 15_09_2018_PM’s address to the Nation from the ramparts of the Red Fort on the 72nd Independence Day.txt
│ ├── 19_10_2018_PM’s address at the Centenary year celebrations of Shri SaiBaba Samadhi.txt
│ ├── 21_10_2018_PM’s address at the Carpet Expo, Varanasi via video conferencing.txt
│ ├── 21_10_2018_PM’s address at the commemoration of 75th anniversary of ‘Azad Hind Fauj’ at the Red Fort.txt
│ ├── 21_10_2018_PM’s speech at the dedication of the ‘Statue of Unity’ to the Nation in Kevadiya, Gujarat.txt
│ ├── 21_10_2018_PM’s speech on the occasion of dedication of National Police Memorial to the Nation.txt
│ ├── 23_08_2018_Press statement by PM during his visit to Uganda.txt
│ ├── 23_09_2018_PM’s address at the Convocation of Gujarat Forensic Sciences University in Gandhinagar, Gujarat.txt
│ ├── 23_09_2018_PM’s speech at a public meeting in Valsad, Gujarat.txt
│ ├── 24_08_2018_PM’s address at India-Rwanda Business Forum in Kigali Convention Centre, Rwanda.txt
│ ├── 24_08_2018_PM’s speech at Indian Community Event in Uganda.txt
│ ├── 24_10_2018_PM’s address on the occasion of the launch of Main Nahin Hum Portal & App, and interaction with IT professionals on Self4Society.txt
│ ├── 25_08_2018_PM’s address to the Parliament of Uganda during his State Visit to Uganda.txt
│ ├── 26_08_2018_PM’s address at the inaugural session of 10th BRICS summit in Johannesburg, South Africa.txt
│ ├── 26_09_2018_PM's 'Mann ki Baat' program on All India Radio.txt
│ ├── 26_10_2018_PM’s address at the inauguration of ‘Agriculture Kumbha 2018’ in Lucknow, via video conference.txt
│ ├── 27_08_2018_PM’s address at BRICS Outreach dialogue in Johannesburg, South Africa.txt
│ ├── 28_08_2018_PM’s address at an event “Transforming Urban Landscape” in Lucknow, Uttar Pradesh.txt
│ ├── 28_10_2018_PM's Mann ki Baat program on All India Radio.txt
│ ├── 29_07_2018_PM’s Mann ki Baat programme on All India Radio.txt
│ ├── 29_08_2018_PM’s address at groundbreaking ceremony of various projects in Uttar Pradesh.txt
│ ├── 29_10_2010_PM’s address at Indian Community Event in .txt
│ ├── 29_10_2018_PM’s Press Statement during his visit to Japan.txt
│ ├── 29_10_2018_PM’s address at Make in India India-Japan Partnership in Africa & digital Partnership seminar in Tokyo.txt
│ └── 30_10_2018_PM’s address at the Valedictory Session of India-Italy Technology Summit in New Delhi.txt
│ └── Trial
│ ├── 26_02_2019_PM’s address at ‘Gandhi Peace Prize’ presentation ceremony at Rashtrapati Bhawan, New Delhi.txt
│ ├── 26_02_2019_PM’s speech at unveiling ceremony of world’s largest Bhagavad Gita.txt
│ ├── 27_01_2019_PM’s address at foundation stone laying ceremony and dedication of multiple projects in Kochi.txt
│ ├── 27_01_2019_PM’s address at the foundation stone laying ceremony of AIIMS, Madurai, Tamil Nadu.txt
│ ├── 28_01_2019_PM’s address at the NCC Rally in New Delhi.txt
│ └── 31_01_2019_PM’s statement to Media ahead of the Budget Session of Parliament.txt
└── Word-Cloud
├── india_mask.jpg
├── india_mask1.jpg
├── tokens_of_interest_str.txt
└── wordcloud.png
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/Code/.ipynb_checkpoints/Narendra-Modi-Speeches-2019-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 2
6 | }
7 |
--------------------------------------------------------------------------------
/Code/2014/.ipynb_checkpoints/NM-Speeches-2014-Extraction-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 2
6 | }
7 |
--------------------------------------------------------------------------------
/Code/2014/speeches_df_2014.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2014/speeches_df_2014.pkl
--------------------------------------------------------------------------------
/Code/2015/speeches_df_2015.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2015/speeches_df_2015.pkl
--------------------------------------------------------------------------------
/Code/2016/.ipynb_checkpoints/NM-Speeches-2016-Extraction-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [
3 | {
4 | "cell_type": "code",
5 | "execution_count": 1,
6 | "metadata": {},
7 | "outputs": [],
8 | "source": [
9 | "import pandas as pd\n",
10 | "import re\n",
11 | "pd.options.display.max_columns = 30 #Can't have too many columns.\n",
12 | "import glob\n",
13 | "from datetime import datetime\n",
14 | "import dateutil.parser\n",
15 | "import nltk\n",
16 | "import numpy as np\n",
17 | "import matplotlib.pyplot as plt\n",
18 | "%matplotlib inline\n",
19 | "plt.rcParams['figure.figsize']= (17,5)\n",
20 | "from collections import Counter\n",
21 | "import re\n",
22 | "import string\n",
23 | "from sklearn.feature_extraction.text import CountVectorizer\n",
24 | "from sklearn.feature_extraction.text import TfidfVectorizer\n",
25 | "import re\n",
26 | "from nltk.stem.porter import PorterStemmer\n",
27 | "from sklearn.cluster import KMeans\n",
28 | "import langid\n",
29 | "from tqdm import tqdm\n",
30 | "import os\n",
31 | "import locale "
32 | ]
33 | },
34 | {
35 | "cell_type": "code",
36 | "execution_count": 7,
37 | "metadata": {},
38 | "outputs": [
39 | {
40 | "data": {
41 | "text/plain": [
42 | "160"
43 | ]
44 | },
45 | "execution_count": 7,
46 | "metadata": {},
47 | "output_type": "execute_result"
48 | }
49 | ],
50 | "source": [
51 | "#Checking if all the speeches are loaded or not\n",
52 | "folder = nltk.data.find('A:/Data Analysis Jupyter/Campaign-Analytics/Speeches/narendramodi/2016/')\n",
53 | "path_link = 'A:/Data Analysis Jupyter/Campaign-Analytics/Speeches/narendramodi/2016/*'\n",
54 | "paths = glob.glob(path_link)\n",
55 | "len(paths)"
56 | ]
57 | },
58 | {
59 | "cell_type": "code",
60 | "execution_count": 8,
61 | "metadata": {},
62 | "outputs": [
63 | {
64 | "data": {
65 | "text/html": [
66 | "
\n",
67 | "\n",
80 | "
\n",
81 | " \n",
82 | " \n",
83 | " | \n",
84 | " Date | \n",
85 | " Speech | \n",
86 | " Title | \n",
87 | "
\n",
88 | " \n",
89 | " \n",
90 | " \n",
91 | " 0 | \n",
92 | " 2016-01-02 | \n",
93 | " à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... | \n",
94 | " 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... | \n",
95 | "
\n",
96 | " \n",
97 | " 1 | \n",
98 | " 2016-01-02 | \n",
99 | " मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... | \n",
100 | " 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... | \n",
101 | "
\n",
102 | " \n",
103 | " 2 | \n",
104 | " 2016-01-03 | \n",
105 | " मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... | \n",
106 | " 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... | \n",
107 | "
\n",
108 | " \n",
109 | " 3 | \n",
110 | " 2016-01-03 | \n",
111 | " The Prime Minister, Shri Narendra Modi, today ... | \n",
112 | " 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... | \n",
113 | "
\n",
114 | " \n",
115 | " 4 | \n",
116 | " 2016-01-10 | \n",
117 | " वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... | \n",
118 | " 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... | \n",
119 | "
\n",
120 | " \n",
121 | " 5 | \n",
122 | " 2016-01-12 | \n",
123 | " à¤à¤¾à¤°à¤¤ à¤à¥ à¤à¥à¤¨à¥ âà¤à¥à¤¨ ... | \n",
124 | " 2016\\240_12_Jan_2016_Text_of_PMs_address_at_th... | \n",
125 | "
\n",
126 | " \n",
127 | " 6 | \n",
128 | " 2016-01-14 | \n",
129 | " à¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ महानà¥... | \n",
130 | " 2016\\241_14_Jan_2016_Text_of_PMs_address_at_th... | \n",
131 | "
\n",
132 | " \n",
133 | " 7 | \n",
134 | " 2016-01-16 | \n",
135 | " à¤à¤ Saturday हà¥, सरà¤à¤¾à¤° à¤à¤¾... | \n",
136 | " 2016\\242_16_Jan_2016_Text_of_PMs_speech_at_the... | \n",
137 | "
\n",
138 | " \n",
139 | " 8 | \n",
140 | " 2016-01-19 | \n",
141 | " मंच पर विराजमान सभी वरिष्ठ महानुभाव, नौजवान स... | \n",
142 | " 2016\\244_19_Jan_2016_Text_of_the_PMs_address_a... | \n",
143 | "
\n",
144 | " \n",
145 | " 9 | \n",
146 | " 2016-01-22 | \n",
147 | " à¤à¥à¤à¤¦à¥à¤° मà¥à¤ मà¤à¤¤à¥à¤°à¥... | \n",
148 | " 2016\\245_22_Jan_2016_Text_of_PMs_speech_at_Sam... | \n",
149 | "
\n",
150 | " \n",
151 | "
\n",
152 | "
"
153 | ],
154 | "text/plain": [
155 | " Date Speech \\\n",
156 | "0 2016-01-02 à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... \n",
157 | "1 2016-01-02 मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... \n",
158 | "2 2016-01-03 मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... \n",
159 | "3 2016-01-03 The Prime Minister, Shri Narendra Modi, today ... \n",
160 | "4 2016-01-10 वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... \n",
161 | "5 2016-01-12 à¤à¤¾à¤°à¤¤ à¤à¥ à¤à¥à¤¨à¥ âà¤à¥à¤¨ ... \n",
162 | "6 2016-01-14 à¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ महानà¥... \n",
163 | "7 2016-01-16 à¤à¤ Saturday हà¥, सरà¤à¤¾à¤° à¤à¤¾... \n",
164 | "8 2016-01-19 मंच पर विराजमान सभी वरिष्ठ महानुभाव, नौजवान स... \n",
165 | "9 2016-01-22 à¤à¥à¤à¤¦à¥à¤° मà¥à¤ मà¤à¤¤à¥à¤°à¥... \n",
166 | "\n",
167 | " Title \n",
168 | "0 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... \n",
169 | "1 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... \n",
170 | "2 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... \n",
171 | "3 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... \n",
172 | "4 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... \n",
173 | "5 2016\\240_12_Jan_2016_Text_of_PMs_address_at_th... \n",
174 | "6 2016\\241_14_Jan_2016_Text_of_PMs_address_at_th... \n",
175 | "7 2016\\242_16_Jan_2016_Text_of_PMs_speech_at_the... \n",
176 | "8 2016\\244_19_Jan_2016_Text_of_the_PMs_address_a... \n",
177 | "9 2016\\245_22_Jan_2016_Text_of_PMs_speech_at_Sam... "
178 | ]
179 | },
180 | "execution_count": 8,
181 | "metadata": {},
182 | "output_type": "execute_result"
183 | }
184 | ],
185 | "source": [
186 | "nm_speeches = [ ] #Empty dataframe to store all the content of speeches\n",
187 | "for path in paths:\n",
188 | " corpusReader = nltk.corpus.PlaintextCorpusReader(folder, '.*\\.txt')\n",
189 | " # opening the files and converting it to a dictionary\n",
190 | " with open(path, encoding=\"utf-8\") as speech_file:\n",
191 | " filename = path.split('/')[-1]\n",
192 | " date = re.search(r\"(_\\d\\d)_(\\w+)_(\\d\\d\\d\\d)\", filename) \n",
193 | " if date:\n",
194 | " date = datetime.strptime(date.group(0), '_%d_%b_%Y')\n",
195 | " else:\n",
196 | " date = np.nan\n",
197 | " speech = {\n",
198 | " 'Title' : path.split('/')[-1],\n",
199 | " 'Speech' : speech_file.read(),\n",
200 | " 'Date' : date\n",
201 | " } \n",
202 | " nm_speeches.append(speech)\n",
203 | "nm_df = pd.DataFrame(nm_speeches)\n",
204 | "nm_df.head(10)"
205 | ]
206 | },
207 | {
208 | "cell_type": "code",
209 | "execution_count": 9,
210 | "metadata": {},
211 | "outputs": [],
212 | "source": [
213 | "nm_df['Year'],nm_df['Month'],nm_df['Day'] = nm_df.Date.dt.year, nm_df.Date.dt.month, nm_df.Date.dt.day"
214 | ]
215 | },
216 | {
217 | "cell_type": "code",
218 | "execution_count": 10,
219 | "metadata": {},
220 | "outputs": [],
221 | "source": [
222 | "nm_df = nm_df[[\"Year\",\"Month\", \"Day\", \"Title\", \"Speech\", \"Date\"]]"
223 | ]
224 | }
225 | ],
226 | "metadata": {
227 | "kernelspec": {
228 | "display_name": "Python 3",
229 | "language": "python",
230 | "name": "python3"
231 | },
232 | "language_info": {
233 | "codemirror_mode": {
234 | "name": "ipython",
235 | "version": 3
236 | },
237 | "file_extension": ".py",
238 | "mimetype": "text/x-python",
239 | "name": "python",
240 | "nbconvert_exporter": "python",
241 | "pygments_lexer": "ipython3",
242 | "version": "3.7.0"
243 | }
244 | },
245 | "nbformat": 4,
246 | "nbformat_minor": 2
247 | }
248 |
--------------------------------------------------------------------------------
/Code/2016/NM-Speeches-2016-Extraction.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [
3 | {
4 | "cell_type": "code",
5 | "execution_count": 1,
6 | "metadata": {},
7 | "outputs": [],
8 | "source": [
9 | "import pandas as pd\n",
10 | "import re\n",
11 | "pd.options.display.max_columns = 30 #Can't have too many columns.\n",
12 | "import glob\n",
13 | "from datetime import datetime\n",
14 | "import dateutil.parser\n",
15 | "import nltk\n",
16 | "import numpy as np\n",
17 | "import matplotlib.pyplot as plt\n",
18 | "%matplotlib inline\n",
19 | "plt.rcParams['figure.figsize']= (17,5)\n",
20 | "from collections import Counter\n",
21 | "import re\n",
22 | "import string\n",
23 | "from sklearn.feature_extraction.text import CountVectorizer\n",
24 | "from sklearn.feature_extraction.text import TfidfVectorizer\n",
25 | "import re\n",
26 | "from nltk.stem.porter import PorterStemmer\n",
27 | "from sklearn.cluster import KMeans\n",
28 | "import langid\n",
29 | "from tqdm import tqdm\n",
30 | "import os\n",
31 | "import locale "
32 | ]
33 | },
34 | {
35 | "cell_type": "code",
36 | "execution_count": 7,
37 | "metadata": {},
38 | "outputs": [
39 | {
40 | "data": {
41 | "text/plain": [
42 | "160"
43 | ]
44 | },
45 | "execution_count": 7,
46 | "metadata": {},
47 | "output_type": "execute_result"
48 | }
49 | ],
50 | "source": [
51 | "#Checking if all the speeches are loaded or not\n",
52 | "folder = nltk.data.find('A:/Data Analysis Jupyter/Campaign-Analytics/Speeches/narendramodi/2016/')\n",
53 | "path_link = 'A:/Data Analysis Jupyter/Campaign-Analytics/Speeches/narendramodi/2016/*'\n",
54 | "paths = glob.glob(path_link)\n",
55 | "len(paths)"
56 | ]
57 | },
58 | {
59 | "cell_type": "code",
60 | "execution_count": 8,
61 | "metadata": {},
62 | "outputs": [
63 | {
64 | "data": {
65 | "text/html": [
66 | "\n",
67 | "\n",
80 | "
\n",
81 | " \n",
82 | " \n",
83 | " | \n",
84 | " Date | \n",
85 | " Speech | \n",
86 | " Title | \n",
87 | "
\n",
88 | " \n",
89 | " \n",
90 | " \n",
91 | " 0 | \n",
92 | " 2016-01-02 | \n",
93 | " à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... | \n",
94 | " 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... | \n",
95 | "
\n",
96 | " \n",
97 | " 1 | \n",
98 | " 2016-01-02 | \n",
99 | " मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... | \n",
100 | " 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... | \n",
101 | "
\n",
102 | " \n",
103 | " 2 | \n",
104 | " 2016-01-03 | \n",
105 | " मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... | \n",
106 | " 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... | \n",
107 | "
\n",
108 | " \n",
109 | " 3 | \n",
110 | " 2016-01-03 | \n",
111 | " The Prime Minister, Shri Narendra Modi, today ... | \n",
112 | " 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... | \n",
113 | "
\n",
114 | " \n",
115 | " 4 | \n",
116 | " 2016-01-10 | \n",
117 | " वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... | \n",
118 | " 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... | \n",
119 | "
\n",
120 | " \n",
121 | " 5 | \n",
122 | " 2016-01-12 | \n",
123 | " à¤à¤¾à¤°à¤¤ à¤à¥ à¤à¥à¤¨à¥ âà¤à¥à¤¨ ... | \n",
124 | " 2016\\240_12_Jan_2016_Text_of_PMs_address_at_th... | \n",
125 | "
\n",
126 | " \n",
127 | " 6 | \n",
128 | " 2016-01-14 | \n",
129 | " à¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ महानà¥... | \n",
130 | " 2016\\241_14_Jan_2016_Text_of_PMs_address_at_th... | \n",
131 | "
\n",
132 | " \n",
133 | " 7 | \n",
134 | " 2016-01-16 | \n",
135 | " à¤à¤ Saturday हà¥, सरà¤à¤¾à¤° à¤à¤¾... | \n",
136 | " 2016\\242_16_Jan_2016_Text_of_PMs_speech_at_the... | \n",
137 | "
\n",
138 | " \n",
139 | " 8 | \n",
140 | " 2016-01-19 | \n",
141 | " मंच पर विराजमान सभी वरिष्ठ महानुभाव, नौजवान स... | \n",
142 | " 2016\\244_19_Jan_2016_Text_of_the_PMs_address_a... | \n",
143 | "
\n",
144 | " \n",
145 | " 9 | \n",
146 | " 2016-01-22 | \n",
147 | " à¤à¥à¤à¤¦à¥à¤° मà¥à¤ मà¤à¤¤à¥à¤°à¥... | \n",
148 | " 2016\\245_22_Jan_2016_Text_of_PMs_speech_at_Sam... | \n",
149 | "
\n",
150 | " \n",
151 | "
\n",
152 | "
"
153 | ],
154 | "text/plain": [
155 | " Date Speech \\\n",
156 | "0 2016-01-02 à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... \n",
157 | "1 2016-01-02 मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... \n",
158 | "2 2016-01-03 मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... \n",
159 | "3 2016-01-03 The Prime Minister, Shri Narendra Modi, today ... \n",
160 | "4 2016-01-10 वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... \n",
161 | "5 2016-01-12 à¤à¤¾à¤°à¤¤ à¤à¥ à¤à¥à¤¨à¥ âà¤à¥à¤¨ ... \n",
162 | "6 2016-01-14 à¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ महानà¥... \n",
163 | "7 2016-01-16 à¤à¤ Saturday हà¥, सरà¤à¤¾à¤° à¤à¤¾... \n",
164 | "8 2016-01-19 मंच पर विराजमान सभी वरिष्ठ महानुभाव, नौजवान स... \n",
165 | "9 2016-01-22 à¤à¥à¤à¤¦à¥à¤° मà¥à¤ मà¤à¤¤à¥à¤°à¥... \n",
166 | "\n",
167 | " Title \n",
168 | "0 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... \n",
169 | "1 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... \n",
170 | "2 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... \n",
171 | "3 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... \n",
172 | "4 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... \n",
173 | "5 2016\\240_12_Jan_2016_Text_of_PMs_address_at_th... \n",
174 | "6 2016\\241_14_Jan_2016_Text_of_PMs_address_at_th... \n",
175 | "7 2016\\242_16_Jan_2016_Text_of_PMs_speech_at_the... \n",
176 | "8 2016\\244_19_Jan_2016_Text_of_the_PMs_address_a... \n",
177 | "9 2016\\245_22_Jan_2016_Text_of_PMs_speech_at_Sam... "
178 | ]
179 | },
180 | "execution_count": 8,
181 | "metadata": {},
182 | "output_type": "execute_result"
183 | }
184 | ],
185 | "source": [
186 | "nm_speeches = [ ] #Empty dataframe to store all the content of speeches\n",
187 | "for path in paths:\n",
188 | " corpusReader = nltk.corpus.PlaintextCorpusReader(folder, '.*\\.txt')\n",
189 | " # opening the files and converting it to a dictionary\n",
190 | " with open(path, encoding=\"utf-8\") as speech_file:\n",
191 | " filename = path.split('/')[-1]\n",
192 | " date = re.search(r\"(_\\d\\d)_(\\w+)_(\\d\\d\\d\\d)\", filename) \n",
193 | " if date:\n",
194 | " date = datetime.strptime(date.group(0), '_%d_%b_%Y')\n",
195 | " else:\n",
196 | " date = np.nan\n",
197 | " speech = {\n",
198 | " 'Title' : path.split('/')[-1],\n",
199 | " 'Speech' : speech_file.read(),\n",
200 | " 'Date' : date\n",
201 | " } \n",
202 | " nm_speeches.append(speech)\n",
203 | "nm_df = pd.DataFrame(nm_speeches)\n",
204 | "nm_df.head(10)"
205 | ]
206 | },
207 | {
208 | "cell_type": "code",
209 | "execution_count": 9,
210 | "metadata": {},
211 | "outputs": [],
212 | "source": [
213 | "nm_df['Year'],nm_df['Month'],nm_df['Day'] = nm_df.Date.dt.year, nm_df.Date.dt.month, nm_df.Date.dt.day"
214 | ]
215 | },
216 | {
217 | "cell_type": "code",
218 | "execution_count": 10,
219 | "metadata": {},
220 | "outputs": [],
221 | "source": [
222 | "nm_df = nm_df[[\"Year\",\"Month\", \"Day\", \"Title\", \"Speech\", \"Date\"]]"
223 | ]
224 | },
225 | {
226 | "cell_type": "code",
227 | "execution_count": 11,
228 | "metadata": {},
229 | "outputs": [
230 | {
231 | "data": {
232 | "text/html": [
233 | "\n",
234 | "\n",
247 | "
\n",
248 | " \n",
249 | " \n",
250 | " | \n",
251 | " Year | \n",
252 | " Month | \n",
253 | " Day | \n",
254 | " Title | \n",
255 | " Speech | \n",
256 | " Date | \n",
257 | "
\n",
258 | " \n",
259 | " \n",
260 | " \n",
261 | " 0 | \n",
262 | " 2016 | \n",
263 | " 1 | \n",
264 | " 2 | \n",
265 | " 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... | \n",
266 | " à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... | \n",
267 | " 2016-01-02 | \n",
268 | "
\n",
269 | " \n",
270 | " 1 | \n",
271 | " 2016 | \n",
272 | " 1 | \n",
273 | " 2 | \n",
274 | " 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... | \n",
275 | " मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... | \n",
276 | " 2016-01-02 | \n",
277 | "
\n",
278 | " \n",
279 | " 2 | \n",
280 | " 2016 | \n",
281 | " 1 | \n",
282 | " 3 | \n",
283 | " 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... | \n",
284 | " मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... | \n",
285 | " 2016-01-03 | \n",
286 | "
\n",
287 | " \n",
288 | " 3 | \n",
289 | " 2016 | \n",
290 | " 1 | \n",
291 | " 3 | \n",
292 | " 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... | \n",
293 | " The Prime Minister, Shri Narendra Modi, today ... | \n",
294 | " 2016-01-03 | \n",
295 | "
\n",
296 | " \n",
297 | " 4 | \n",
298 | " 2016 | \n",
299 | " 1 | \n",
300 | " 10 | \n",
301 | " 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... | \n",
302 | " वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... | \n",
303 | " 2016-01-10 | \n",
304 | "
\n",
305 | " \n",
306 | "
\n",
307 | "
"
308 | ],
309 | "text/plain": [
310 | " Year Month Day Title \\\n",
311 | "0 2016 1 2 2016\\234_02_Jan_2016_Text_of_PMs_address_at_th... \n",
312 | "1 2016 1 2 2016\\235_02_Jan_2016_Text_of_PMs_address_at_Ce... \n",
313 | "2 2016 1 3 2016\\237_03_Jan_2016_Text_of_PMs_address_at_th... \n",
314 | "3 2016 1 3 2016\\238_03_Jan_2016_PM_inaugurates_Internatio... \n",
315 | "4 2016 1 10 2016\\239_10_Jan_2016_Text_of_PMs_address_at_th... \n",
316 | "\n",
317 | " Speech Date \n",
318 | "0 à¤à¥à¤°à¥à¤¦à¥à¤µ दतà¥à¤¤! दतà¥à... 2016-01-02 \n",
319 | "1 मà¥à¤à¥ पà¥à¤ रहॠथॠà¤à¤¿... 2016-01-02 \n",
320 | "2 मà¤à¤ पर विराà¤à¤®à¤¾à¤¨ सà... 2016-01-03 \n",
321 | "3 The Prime Minister, Shri Narendra Modi, today ... 2016-01-03 \n",
322 | "4 वहाठà¤à¤ªà¤¸à¥à¤¥à¤¿à¤¤ सà¤à¥ à... 2016-01-10 "
323 | ]
324 | },
325 | "execution_count": 11,
326 | "metadata": {},
327 | "output_type": "execute_result"
328 | }
329 | ],
330 | "source": [
331 | "nm_df.head()"
332 | ]
333 | },
334 | {
335 | "cell_type": "code",
336 | "execution_count": 12,
337 | "metadata": {},
338 | "outputs": [],
339 | "source": [
340 | "nm_df.to_pickle('speeches_df_2016.pkl')"
341 | ]
342 | }
343 | ],
344 | "metadata": {
345 | "kernelspec": {
346 | "display_name": "Python 3",
347 | "language": "python",
348 | "name": "python3"
349 | },
350 | "language_info": {
351 | "codemirror_mode": {
352 | "name": "ipython",
353 | "version": 3
354 | },
355 | "file_extension": ".py",
356 | "mimetype": "text/x-python",
357 | "name": "python",
358 | "nbconvert_exporter": "python",
359 | "pygments_lexer": "ipython3",
360 | "version": "3.7.0"
361 | }
362 | },
363 | "nbformat": 4,
364 | "nbformat_minor": 2
365 | }
366 |
--------------------------------------------------------------------------------
/Code/2016/speeches_df_2016.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2016/speeches_df_2016.pkl
--------------------------------------------------------------------------------
/Code/2017/.ipynb_checkpoints/NM-Speeches-2017-Extraction-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 2
6 | }
7 |
--------------------------------------------------------------------------------
/Code/2017/speeches_df_2017.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2017/speeches_df_2017.pkl
--------------------------------------------------------------------------------
/Code/2018/speeches_df_2018.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2018/speeches_df_2018.pkl
--------------------------------------------------------------------------------
/Code/2019/speeches_df_2019.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2019/speeches_df_2019.pkl
--------------------------------------------------------------------------------
/Code/2019/speeches_nm_2019.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/2019/speeches_nm_2019.pkl
--------------------------------------------------------------------------------
/Code/Analysis/india_mask1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/Analysis/india_mask1.jpg
--------------------------------------------------------------------------------
/Code/Analysis/wordcloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/Analysis/wordcloud.png
--------------------------------------------------------------------------------
/Code/Cleaning and Wrangling/.ipynb_checkpoints/Cleaning Speeches-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 2
6 | }
7 |
--------------------------------------------------------------------------------
/Code/Cleaning and Wrangling/all_speeches.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/Cleaning and Wrangling/all_speeches.pkl
--------------------------------------------------------------------------------
/Code/Cleaning and Wrangling/speeches.pkl:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Code/Cleaning and Wrangling/speeches.pkl
--------------------------------------------------------------------------------
/Findings/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/1.png
--------------------------------------------------------------------------------
/Findings/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/2.png
--------------------------------------------------------------------------------
/Findings/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/3.png
--------------------------------------------------------------------------------
/Findings/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/4.png
--------------------------------------------------------------------------------
/Findings/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/5.png
--------------------------------------------------------------------------------
/Findings/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/6.png
--------------------------------------------------------------------------------
/Findings/Best_Paper_Award.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Findings/Best_Paper_Award.jpg
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2021 Paritosh Katre
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Discourse Analytics of Political Speech Transcripts
2 |
3 | NLP-Analytics to asses discourse in large collection of political speech transcripts corpus. Conducted the experiments as part of an independent applied research and published the different research findings in 2 research papers.
4 |
5 | ### Elsevier - Scopus Indexed International Journal
6 |
7 | International Journal of Recent Technology and Engineering [IJRTE] (https://www.ijrte.org/)
8 |
9 | Link to paper - [Paper Link](https://www.ijrte.org/wp-content/uploads/papers/v8i3/C6503098319.pdf)
10 |
11 | *[Published]* Paritosh D. Katre, “NLP based Text Analytics and Visualization of Political Speeches”, International Journal for Recent Technology and Engineering (IJRTE), ISSN: 2277-3878, Volume-8 Issue-3, September 2019, pp. 8574-8579.
12 |
13 | ### 2019 9th IEEE International Advance Computing Conference (IACC)
14 |
15 | IEEE Xplore Digital Library Proceedings - [Paper Link](https://ieeexplore.ieee.org/document/8971605)
16 |
17 | *[Published]* Paritosh D. Katre, "Text Mining and Comparative Visual Analytics on Large Collection of Speeches to Trace Socio-Political Issues", Proceedings of 2019 IEEE 9th International Conference on Advanced Computing (IACC), pp. 108-144, December 2019.
18 |
19 | ### Best Paper Award at National Conference on Recent Advances of Computing (NCRAC 2019)
20 | 
21 |
22 | 
23 |
24 | * Codes are available [here](https://github.com/katreparitosh/Election-Campaign-Analytics/tree/master/Code/Cleaning%20and%20Wrangling).
25 |
26 | ## Findings
27 | All codes for analysis are available [here](https://github.com/katreparitosh/Election-Campaign-Analytics/blob/master/Code/Analysis/Analysis.ipynb)
28 |
29 | Some visualizations
30 | 
31 |
32 | 
33 |
34 | 
35 |
36 | 
37 |
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/01_09_2018_PM’s address at the Outstanding Parliamentarian Awards function at Central Hall of Parliament.txt:
--------------------------------------------------------------------------------
1 | All the distinguished dignitaries present here,First of all, I would like to congratulate the 5 award winners from the bottom of my heart. The country must be watching this event on T.V. and wondering that they are the same Parliamentarians whom they see during the day. Even the Vice President and the Speaker Madam must be really delighted to be a witness to this event as everyone is calm and composed. I hope that such a scenario will also exist in both the houses of the Parliament and may we and our Parliamentarians who are associated with the sorrows of the common man, get the opportunity to speak. The government must be compelled to prioritize their issues. The voices of the poor, the villages and the forests must reach the government through these Parliamentarians in such a way that the government too is compelled to empathize with their feelings and work towards addressing those issues. Unfortunately, that opportunity of a Parliamentarian is often lost. He must have attained his field of perfection with a lot of hard work. He is definitely rich in terms of the work done; he is an authority in his own field. However, because of pandemonium, chaos and noise the government per se is not that much affected as much as the country is. It also does tremendous amount of damage to the representatives who have come here after a lot of hardwork and struggle to speak about the problems of the people but are not given the opportunity to speak. Therefore, it is also a loss of that region and the local people of that region to which he belongs. The chaos is shown on the T.V. for a few minutes or an hour or for the entire day. Thereafter, it ends. But, the MP who gets the opportunity to speak, even if he launches a scathing attack on the government, even if he has points to make, his words become a part of the history.It’s the responsibility of everyone to ensure that the words of every Parliamentarian go on record. It’s the responsibility of all of us to ensure that the issues related to the villages, poor and farmers, spoken by the Parliamentarians must compel the government to take action. We can create such a scenario in the House. The better the atmosphere is, stronger will be the force to carry our nation ahead.As per my experience, the Parliamentarians never speak anything that is valueless. Whether one acts on some pressure or not, is a different story; whether someone is compelled to do something for gaining political brownie points or not is a different story;but this leaves a profound mark that forces the policy makers to give it a thought at some point of time. Therefore, it is not easy to be a Parliamentarian. They carry the dreams of 125 crore Indians and the resolutions of the people of their region and with the promise of a bright future. Among those who have got the opportunity to accomplish that task are being honoured today. When our colleagues are honoured, we feel proud that we work with such colleagues. We feel proud that we areco-workers; we are the Parliamentarians in the same time period. It is a matter of immense pride and prestige for us.I once again congratulate you all from the core of my heart and my best wishes are with you.Thanks a lot!
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/09_09_2018_PM’s address in Parliament on the election of Shri Harivansh as Deputy Chairman of the Rajya Sabha.txt:
--------------------------------------------------------------------------------
1 | Hon. Mr. Chairman,First of all, I congratulate the newly elected deputy chairman Shriman HarivanshJi on behalf the entire house and myself. It is a matter of happiness for all of us that today Arun Ji is also amongst us after the recovery. Today is the 9thof August. The August Revolution was an important milestone in the freedom movement and Balia district had played an important role in that event. Balia had been at the forefront in the freedom struggle right from the war of independence of 1857 to sounding the bugle of August Revolution to sacrificing lives. Whether it was Mangal Pandey Ji or Chittu Pandey Ji or be it the tradition of Chandra ShekharJi, and HarivanshJi is also in that series.He was born in the village of Jay Prakash Ji and till date he has been attached to the village. And he has also been working as a trustee in the trust that was formed for implementing the dreams of Jay Prakash Ji.HarivanshJi belongs that tradition of Wordsmiths who have built a special recognition for themselves. And it is a matter of happiness for me that he had been a student in Banaras. He obtained education in Banaras. And he completed his M.A. in economics from Banaras only. And he was selected in the Reserve Bank. However, he did not opt for the Reserve Bank. But later he joined a nationalized bank because of the situation of his household.Mr. Chairman,You would be pleased to know that he worked in Hyderabad for two important years of his life. At times he had been to several places like Mumbai, Hyderabad and Delhi. However, he was never influenced by those glittering mega cities. He went to Calcutta to work in Ravivar newspaper. And all of us are aware that SP Singh was a stalwart, he was well known in the world of television. He worked with SP Singh. And as a trainee journalist he had worked with DharamvirBharati. He had started his life from there. He worked with DharmYug with a sense of attachment.He was a confidant of Chandra ShekharJi and every person has unique traits about the dignity and values of the office he holds. He had all the information because of the kind of office he was holding in Chandra ShekharJi’steam. He had advance information that Chandra ShekharJi was about to tender his resignation. He himself was associated with a newspaper. He was attached to the world of journalism. However, he never let his own newspaper get an idea of it that Chandra ShekharJi was about to resign. While maintaining the dignity of his office he kept that secret to himself. He did not allow the news to be published in his own newspaper so that the newspaper can win praise.HarivanshJi joined Ravivar newspaper in Bihar. At that time it was undivided Bihar, Jharkhand was formed later. He went to Ranchi to join PrabhatKhabar. And the circulation of news paper of just 400 copies when he had joined it. The person who had several opportunities in life, there were avenues if he had gone to the banking sector. However, he was a talented person and he dedicated himself to a newspaper with a circulation of just 400 copies. His four decade long journalistic career reflects powerful journalism and that journalism was attached to the society’s cause. It was not for those in power.And I believe thatthe biggest factor behind the election of HarivanshJi would be that he was associated with the journalism oriented towards the cause of the society and he stayed away from the journalism oriented towards ruling class.He had been running the newspaper as a public movement. When Param Veer gallantry award winner Albert Ekka attained martyrdom for the country then a news was published in a newspaper that his wife was leading a life of penury and deprivation. It was twenty years ago. HarivanshJi took the responsibility. He collected money from people. He collected four lakh rupees and gave it the widow of the martyr.Once,Naxals had kidnapped a respected person. HarivanshJi, whatever sources he had through his newspaper, on the basis of those sources, he courageously went to the Naxal area. He reasoned with them and secured the release of the person. He risked his life.So he is a personality who is well read and who has also written a lot of books. And I believe that it would have been easier to run a newspaper and supervise journalists. It’s a different experience when one is oriented toward the cause of the society and social work. And the experience with the ruling class is different.You have shown the example of a successful tenure as a member of parliament to everyone. However, most of the time the situation of the house is like this that umpires are in more trouble than the players. Therefore, it is a huge task, it is a challenging task to compel everyone to play by the rules. However, HarivanshJi will certainly be able to do this thing.HarivanshJi’s wife Shrimati Asha Ji, she is from Champaran. So in a way the entire family is connected to JP, connected to Gandhi Ji in some way or the other. And she herself is a M.A. in political science so heracademic knowledge will be now more helpful to you.I am confident that now this thing will become a mantra in the house that all of us members of the parliament will have the grace of God (Hari). Now everyone will be banking on Hari (HarivanshJi). And I am confident that all of us, be from this side or that side, all the MPs will have your support.It was such an election in whichthere were candidates with ‘Hari’ name on either side. One candidate has a prefix of BK before his name: BK Hari. He has no such prefix or suffix of BK or VK.However, I would also like to congratulate BK Hari Prasad Ji for fulfilling his responsibility for the dignity of democracy. And everyone was saying this thing that they knew the result but decided to participate in the process. So a lot of new people would have received the training for casting votes.And I would like to thank all the dignitaries, all the honorable members for taking forward this entire process in a very good manner and also to the deputy chairman. And I am confident that his experience, his dedication to the social cause.And it has been an unique thing about HarivanshJi, he had started a column in his news paper: ‘What kind of MP should we have?’ And at that time he did not know that one day he would become MP. But he had run a massive campaign that what kind of MPs we should have. I know that he has gotten a huge opportunity to realise his dreams and also the training that all of us MPs will receive from him. And DashrathManjhi, today, who has been discussed about a lot in India, very few people would be aware that if there was someone who had for the first time searched and published the story of DashrathManjhi then it was HarivanshBabu. So today we are going to be guided by the gentleman manwho has always been attached to the people at the bottom of the society.I heartily congratulate him and convey my best wishes.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/19_10_2018_PM’s address at the Centenary year celebrations of Shri SaiBaba Samadhi.txt:
--------------------------------------------------------------------------------
1 | Maharashtra Governor Shri Vidyasagar Rao, Maharashtra Chief Minister Shri Devendra Jee, Assembly Speaker Haribabu Ji, my colleague of the Council of Ministers Mr. Subhash Dhamare, Chairman of Saibaba Institute Trust Mr. Suresh Hawre, all the ministers of Maharashtra, MP of my Companions, MLAs of Maharashtra and here are my dear brothers Ejoys and sisters, all of you congratulate the whole of Maharashtra, the whole of India, the people of the country, Vijayadashmi of Dussehra.We all keep these efforts. Celebrate the festival with each other every year. It is also my endeavor to celebrate every festival of the people and celebrate it. With this feeling, I have had the privilege of being present among all of you today. Just as you have come to bless me with a huge number of people on the holy occasion of all the Dussehra. And I see that there is no place left, half of them are standing in the sun. I am all yours and yours, this is my power that for your love, your love constantly communicates new energy. Gives me strengthAlong with associates, Dussehra, we are today witnessing another holy occasion on this holy land of Shirdi. The centenary celebrations of Saibaba's Samadhi also had this opportunity of completion, completion, and completion of today. Just a few moments ago, I had an opportunity to receive the blessings of Sai Baba in his philosophy. Whenever I visit Lord Sai Baba, I remember them like millions of devotees like you have a sense of service in the hearts of people, and a new zeal for devoting themselves to the service of the masses Get.Sai's mantras in the particles of the brothers and sisters Shirdi is their learning. When it comes to public service, renunciation and penance, everyone represents the example of Shirdi. This is our Shirdi town of Tatya Patil Ji, this grandfather is the city of Kotli. This land is given by great people such as Madhavrao Deshpande, Malsapati. Kashiram Shipi and Appa Jagadee served till the last time of Saibaba. Who can forget Kondaji, Gava Ji and Tuka Ram? I bow to the great saints of this holy place.Brothers and sisters is the mantra of Sai, the owner of all is one. Sareen's four words have become a formula sentence for uniting the society. Sai belonged to society and the society was of Sai. Sai had told some ways of service to the society and I am happy that on the path shown by Sai Baba Shri Saibaba Institute, Trust is continuously serving the society.To empower society through education, there is a change in thinking through spirituality. Your efforts for communicating harmony and co-operation in society are very venerable.Even today, many projects related to faith, spirituality and development have been started on this earth. And I congratulate the Maharashtra government. There is no place for this big scheme for the welfare of the poor. Working for the poor, sitting at the feet of Sai can be a great blessing. And hence the Government of Maharashtra is eligible for congratulations. I am happy to be present on the occasion of Bhumi Pujan of the new campus for the visitors. Today the foundation of Saibaba English Medium School Kanya Vidyalay and College is being laid on the same day. I am sure that Sai Knowledge Park, which started with Sai's life and philosophy, will make it easier for people to understand Sai's learning.Today, a work of 10 MW solar power unit has been started here today. This will increase the resources of the Institute. And the Institute will have a lot of participation in clean energy. In a way, this Dussehra is a great gift of Vijaya Dashmi for millions of pilgrims from Sai Trust.This is the time of the year from Sathyo, Navaratri to Deepawali, when the people buy many things like house, car, jewelery. The one whose strength is, he saves money accordingly and gives gifts to his family. I am happy that on this sacred occasion of Dushehra, I have had the opportunity to hand over my house to 2.5 million brothers and sisters of Maharashtra.My siblings for whom my own house is always dreaming. I understand the service of my poor brothers and sisters greater than my family members visiting this huge family together, worshiping Dussehra, what could be more than this service for me. All of you are very happy to all of you, this new house built under the Prime Minister's Housing Scheme, this auspicious opportunity to come to your life. This new house is a symbol of your own dreams. There are also new dimensions to your aspirations. Now your life, your children's life has progressed on the path of meaningful change. This is a very important first step towards victory over poverty.Peers make their home easier. And creates new excitement of fighting poverty. A sense of respect is born. Keeping this in mind, we have thought that 2022 will be 75 years of India's independence. We are working with the goal of giving our own home to every homeless poor household in the country.I am happy that we have crossed almost half way in such a short time. The brothers and sisters are poor or the middle class's family has made serious efforts towards the slums in the last four years, giving them their house by taking out a house from the rented house. Attempts have already been done but unfortunately, their intention was to promote the name of a particular family instead of empowering the poor by giving them home to the poor. This was his motive for forming a vote bank. The house is good, it has toilets, electricity, water, gas connection. It has never been thought before. When the political selfishness at the core of a plan does not happen in the center. Instead of political self-interest, only the poor and the well-being are motivated to make their life easier. Then how does the pace of work increase? This is a living example in front of the country today.Companions, the previous government, in the last four years, had only made up 25 lakh houses in the whole country. In the last four years, 25 lakhs ......, how many ... .. do not say what happened ... .. how many houses were built in four years? How many houses were built in four years? 25 lakhs, while after the formation of our government in the last four years, Bharatiya Janata Party-led government has built 1.55 million houses after coming to the center. His four years of 25 lakhs and our four-year ten crore 25 lakhs.If that was the government, it would take 20 years to build such a house ... 20 years and you also have to wait for this house for 20 years. This is the example of how the government, which works at a faster pace, gives faster work to the poor. And you see everything is the same. In the same way, the same resource, the same people, but with clear intentions, when it comes to the service of the poor, results are achieved at such a fast pace.Brothers and Sisters The government of the first took about 18 months to build a house, it took about one and a half years. In this government, within a year, the house gets ready in less than 12 months. Time has decreased, we have increased the size of the house too. Along with this, government help has also been increased from 70 thousand rupees to 1 lakh 20 thousand rupees for building the house. The most important thing is that the money is being deposited directly into the bank account. And beneficiaries are being selected in a scientific and transparent manner. Not only this, these homes are durable, they have all basic facilities including toilets. It is also being taken special care.Once again, I congratulate the people who received their home today under the Prime Minister's Housing Scheme. And when I got a chance to talk to some families today in different districts. The confidence of those sisters, the joy of their face gave me so much happiness that you could not imagine. When a poor family of mine sees happiness in his face, then he becomes blessed to do his life. New energy is available to work. Today, all these sisters who gave me the blessings again, once again repeat the resolution that for the sake of your service, we will continue to spend our lives for you.The campaign to connect the homes of the brothers and sisters with the convenience of toilets is now at the final stop. Maharashtra has done commendable work in this case. All of you have declared themselves free from the open defecation in whole Maharashtra. I congratulate the 11 crore citizens of the state for this. With this, the villages and lanes of Maharashtra will remain clean and together with many diseases like diarrhea, the life of the children of poor farmers families will be safe.Companions, when it comes to the lives of poor and health. Nowadays, there is a great discussion of AYUSHMAN India ie PMJAY Prime Minister Jan Arogya Yojna, in which around 50 crore citizens of the country have been provided free treatment in the event of critical illness every year.Millions of families of Maharashtra are benefitting from this scheme. It has not yet started this month. But nearly 1 lakh patients have taken advantage of this in hospitals all over the country. Due to this scheme, a poor patient has been treated free of stones. So a poor tumor has been removed. If someone's medical bill of 50 thousand rupees was filled then someone's worth three lakhs.Companions, as per the scheme, the claim that has been given so far has been given on an average of about 20 thousand rupees per person. Now you think That amount of thousands of people had to spend the poor with their own pocket. He could not even do that. That's why he used to avoid going to the hospital. Now the government is standing with that poor. Do not worry that money. Treat yourself first.The new structure of modern medical infrastructure is being prepared in the country due to its companions, Ayushman Bharat Scheme. Especially tier II, tier III cities have thousands of new hospitals open. These hospitals will also bring millions of new employment opportunities for the youth of the country.Every section of the society and every sister, sisters and sisters of society should be happy, everyone's life is simple and accessible. The government is working with this goal. My knowledge is that in the part of the state, grace of Varun Dev in Maharashtra has diminished, rain has come down. I assure you that under the Prime Minister's Crop Insurance Scheme, you will get relief as soon as possible. Apart from this, the central government will also take full support from the Government of Maharashtra.To remove the farmers of this country from the problems of the brothers and sisters water, the government is working to complete the projects stuck for years under the prime minister's agricultural irrigation scheme. Under this, work on many big projects in Maharashtra is also underway. The Maharashtra government has also made an unprecedented effort to tackle water conservation through its water camp. It is a matter of great satisfaction that due to this campaign, 16 thousand villages of the state have been drought free and the work of drought free of nearly 9 thousand villages is going on fast.I will also admire the people of Maharashtra for this matter that they have successfully campaigned the Desiltation campaign of irrigation tanks successfully. Removal of 9 million cubic meters of silt from irrigation tanks is not easy. But you have shown the way to the whole country by doing an unprecedented work with people's participation. I have been told that if this work was given to a contractor then it would have cost more than six hundred crore rupees. But you have done the same work with your hard work.Companions are continuously making efforts for the crop to be even more and to get its due. This is our government which has fulfilled the old demand of farmers for the MSP. The government has decided to increase the cost of 50 percent of the kharif and Rabi crops, including the sugarcane, in the support price. This historic decision will ensure the extra income of thousands of crores of rupees to the farmers of this year.Along with the peers, the government is also promoting Tourism. In Maharashtra, there is also a large space associated with faith like Shirdi and other places like Ajanta Ellora on the other. Where tourists from around the world come to draw. We have started a huge campaign to add faith, spirituality and history to the employment of youth.The nation's camaraderic circuit is being interconnected. Facilities are being built there. Here at Shirdi, the last time that our President came to inaugurate this centenary ceremony he had given the gift of the airport. I am told that the flight which is going on from now on will increase further in the coming time. So that every Saiyya devotee of the country and the world can easily come and visit here.Brothers and Sisters, Maharashtra's land always taught the text of social harmony to the country. Veer Shivaji Ho, Baba Saheb, Bhimrao Ambedkar, or the revered Mahatma Jyotiba Phule. All have established the values which consider equality and unity as social power. You have to always remember the lessons of these great saintly men and to defeat every evil which separates the society in order for selfishness, every evil. It is easy to break, it is very difficult to add. Empowering the power to connect us is to defeat the forces that break. With all of us, this development of India and this same resolution of one of India's best India is to take this visionary to us. And so I will urge all of you to go ahead with this message and we have to walk through this message. We have to walk on the path that Saiiba has shown. I am very gladCompanions, today I am finishing the centenary ceremony in this holy place. On October 31 this year, the government of all of you will be completing four years. I congratulate Devendra Fadnavis and his whole team in advance. You continue to serve the people of Maharashtra with full power. And you get the blessings of the people here. This is my wish.With this belief, once again congratulating all those families who have found their own home today on their own day of Dussehra. These new homes become the means of fulfilling your dreams, while staying in these homes, you and your family grow further in life, grow, your children reach new heights of success. With this desire, I end my talk and to thank all of you for this sacred occasion, I also thank Shri Sai Trust for giving this opportunity of service. Every festival that comes to you will bring happiness to you all. Thank you very much all with this good luck.Thank you
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/21_10_2018_PM’s address at the Carpet Expo, Varanasi via video conferencing.txt:
--------------------------------------------------------------------------------
1 | Hello.My colleague Smriti Irani Ji, all the entrepreneurs associated with the Carpet Sector, my weaver brothers and sisters, and all the other great teachers present there present in Varanasi. I congratulate all of you on the holy land of Kashi, from all over the country, coming from foreign countries. I am told that more than two and a half hundred guests from around 38 countries in the world are part of this Expo. Besides, people belonging to the Carpet Sector have also arrived from Jammu, Kashmir, West Bengal and other states of the country. All of you welcome me as a Banaras MP in Banaras.Friends, the festival of festivals is nowadays in the country. After Dussehra, Durgapujaja, I have got the opportunity to join Benaras for the first time through technology. Now all of you will be busy preparing for Dhanteras and Deepawali. This is the time of year when all of you are most engaged. The work is more than usual because of the usual days, because demand is high. You get the award of art of your work; This is also the best time for this.For the weavers and traders of Sageo, Varanasi and UP, this festival has brought dual happiness. India Carpet Expo is the first time in Deendayal Handicraft Package . Congratulations to all of you for this Now in Delhi as well as in Varanasi, India's carpet industry is getting the opportunity to show our weavers, designers, businessmen, their skills, their production in front of the world.Friends, I am happy that with the aims that the Deendayal Handicraft Complex was built, we are moving fast on those goals. This is also important because these areas are weavers, the hubs of the carpet industry. Here, about one-fourth of the people associated with handicrafts are weavers, workers and business sisters and businessmen. Varanasi ho, Bhadoi ho, Mirzapur ho; They are the center of the carpet industry, and now Eastern India, this whole region is becoming a global hub of textile export of the country. Not only this, Deendayal Handicraft Complex is also playing an important role in strengthening this international identity in the case of Handicrafts.It is the constant effort of the government, the government that to promote small and medium enterprises, from technology to promotion and promotions, the facilities should be provided where the product is produced. This time, the Indian Carpet Expo, happening in Varanasi, is another big step in this episode, together with a very important pillar of our Five App vision for Textile Sector. And when I say Five App, Five App means Farm to Fiber, Fiber to Factory, Factory to Fashion, Fashion to Foreign. This is a great effort towards connecting farmers and weavers directly to the world market.During these four days, these expo will showcase one of the finest designs, will be crores of rupees in business, will be agreements, new business opportunities will be opened, weavers will get new orders. I believe that the merchants who have come from foreign countries will also be able to experience the changing business environment of our culture, Kashi and India.Friends, there is a very long tradition in India about handicrafts. In rural areas of India, there is a great deal of handloom in spinning yarn. There is a more important role in the land of Benaras. The identities of Banaras associated with Saint Kabir are similar to that of handicrafts. Saint Kabir used to wear yarn and also gave a message of life through him. Kabirdas ji has said -Some Kabir Suno HoIf this sheet is finished, do not worry.That is, the Charkha is the essence of life and who understood it, he also understood the essence of life. Where handicrafts have been linked to such a large vision of life, when such arrangements are made to simplify the lives of weavers then there is a sense of satisfaction.Friends, in our country, handicrafts - trade, motivation over business, struggle for independence, has been the means of swelping. What has been the significance of Gandhiji, Satyagraha and Charkha's in our freedom movement, we know this well.With the help of all of you, the government is continuously making efforts to strengthen this message of self-reliance through handicrafts. That is why India is the world's largest carpet producing country. For the past four-and-a-four years, we are at the top in the world of hand-made carpets. It has been possible due to millions of weavers, designers, merchants' labor, and government policies.Friends, today, India has more than 35 percent of the carpet market, which is estimated to be up to 50 percent in the next two to three years. That is, in the coming years, as much as the business of carpet in the world, India will have half of it, all of you will have it.Last year, we exported 9,000 crores of carpets. We exported carpet to nearly 100 countries this year. This is a laudable task but we have to move it further. We have to try that by 2022, when 75 years of our independence will be complete, then we take this figure of exports more than two and a half times, to 25 thousand crore rupees.Not only exports but also in the country, the carpet business has increased more than three times in the past four years. The market which was 500 crore four years ago, has become 1600 crore today.If there is a scope of the market in the country, then there are two obvious reasons behind it. One, the middle class is expanding in the country and second, for the industry, unprecedented facilities are being provided for its promotion.Friends, if we go only through this trend, the future of the whole industry, the whole textile sector is bright in the country. Today India is the only country in the world which creates small carpets and big carpets. Not only this, India's carpet is excellent in terms of art and crafts, it is also environment friendly. It is a great honor for all of you, your skills, that Made in India Carpet, the Made in India Carpet has emerged as a big brand.Friends, the Government is committed to every kind of effort to further strengthen this brand. The logistic support is being strengthened to ensure that the garment exporters do not have any inconvenience. The plans to provide warehousing and showroom facility across the country are underway. This will allow you to easily access your goods to a big market.Not only this, facilities are also being built on technology and quality. Indian Institute of Carpet Technology i.ic.t. for carpet testing facility in Bhadoni and Srinagar; A world-class laboratory has been established in this. The effort is to ensure that our products are zero defect, zero effect, in which there is no defect and environmental concerns can also be seen in the product.Apart from this, many arrangements have also been made for the marketing of handicrafts and other assistance to weavers along with the carpet. There are 9 common facility centers, common service centers in Varanasi. The benefits of these centers are to thousands of weavers.Besides, besides the quality, weavers are being made to make the small traders not suffer from the problem of money. Under the monetary scheme, a lot of help from free loan of Rs. 50,000 to Rs. 10 lakh is being provided. For weavers, a provision of margin money of Rs 10 thousand in the money scheme has also been made.Not only that, any assistance or debt, weavers are being given now, they are reaching their account in a very short time. Identity cards given to weavers by the name of 'identity' have received great help in removing middlemen.Apart from this, modern loom is also being provided to Bhadoni, Mirzapur Mega Carpet Cluster and Srinagar Carpet Cluster weavers. Training is also being given for the skill to develop the loom, and there is a lot of skill development programs for the growers' skill.Sister-in-law, whenever I used to talk to weaver brothers and sisters, one thing must have been heard, they used to say that our children do not want to join this work anymore. What could be a serious situation with this? Today, when we are on top of the world in terms of carpet, then it is equally necessary to inspire and encourage future generations.Under this goal, B.Tech. Program is being run in IICT Bhadoi, in the technology of the art. In other parts of the country, there is a plan to run such programs in training institutes. Along with the skill of the weavers, education for them and their children is also being given attention. 75 percent of the children of poor weavers' families are being borne by the government.Friends, this government is committed to making your art and labor a nation's power too. For the country in the coming time, there are many big opportunities to showcase this art for Benaras.The next Pravasi Bharatiya Sammelan will be held in Kashi in the next year, it will also prove to be a great medium of publicity. I am confident that the businessmen from all over the world will be able to enjoy our cultural heritage along with our cultural memory and changing Kashi.Once again, all of you congratulate Dhanteras, Deepawali and Chhath Puja in advance and for this successful event, to give Kashi an international reputation, I will give to the Ministry, to my weavers, all the greats related to export-import To get Kashi to Kashi, I again congratulate a lot to bring Kashi to the center of prestige.Thanks a lot.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/21_10_2018_PM’s address at the commemoration of 75th anniversary of ‘Azad Hind Fauj’ at the Red Fort.txt:
--------------------------------------------------------------------------------
1 | My colleague of the Council of Ministers, Mr. Mahesh Sharma, member of the Azad Hind Fauj and the heroic hero of the country and among us all, Mr. Lalati Ram Ji, nephew of Subhash Babu, brother Chandrakumar Bose, Brig RS Chikara ji and security here. All the officers of the army's forces, other noblemen, brothers and sisters.Today, the historic day of October 21, the flag hoisting on the Red Fort, you can imagine how much I consider myself fortunate? This is the same Red Fort, where the dream of victory parade was seen by Netaji Subhash Chandra Bose 75 years ago. Taking oath as the first Prime Minister of the Azad Hind Government, Netaji had announced that the Tricolor would be hoisted with full glory one day on this Red Fort. The Azad Hind Government was the government of the unbroken India, the government of undivided India. I congratulate the countrymen on 75 years of Azad Hind Government.Saathio, the person who had so much vision towards his goal was so clear. To achieve the goal, which has gone out to put all of its stake at stake, which is dedicated only to the country and only; Through such a person, remembering generation is inspired from generation to generation. Today I bow to those parents who gave Sardar like a saint to this country. Gave birth to the brave warriors who sacrificed for the nation. I am a leader in front of the soldiers and their families who have given me everything in the fight for independence. I also remember the people of the whole world who supported Netaji's mission with this mission and made a valuable contribution in building a free, prosperous, strong India.Sageo, Azad Hind Sarkar, This Azad Hind Government, it was not just a name, but under the leadership of Netaji, the schemes related to every area were created by this government. This government had its own bank, its currency, its postage stamp was its intelligence system. Living outside the country, with limited resources, developing such a wider system against powerful empire, a strong revolution, unprecedented, I think this was an extraordinary work.Netaji united the people against a government whose sun never broke, whose rule was in a large part of the world. If we read Netaji's own writings, then we would have known how the foundation for reaching the top of gallantry had fallen into his childhood.Around the year 1912, 106 years ago, a letter from the Chitti that he had written to his mother, is a testimony to the fact that Subhash Babu's heart was so much pain in India's position, how uncomfortable it was, how much pain He would keep his mind, he was only 15-16 years old at that time.Hundreds of years of slavery that the country had made, he shared the pain of his mother with his letter. He had asked the question in his letter from his mother that mother will fall in our country day and night more? Is not this a sad Bharatmata's single son who completely devoted his selfishness and dedicates his whole life to the service of India's mother? Say mother, how long will we sleep? Subash Babu, aged 15-16, asked this question to his mother.Brothers and Sisters, in this letter, they also answered the questions asked by the mother. He had explained to his mother that now, no longer can wait, now is not the time to sleep, we have to wake up with our inertia, we will have to discard laziness and have to work in action. This Subhash Babu, 15-16 years old! This intense passion in his own made Kishore Subhash Babu as Netaji Subhash.Netaji had the same purpose, the only mission was - the freedom of India Mother India is free from slavery chains. That was his ideology and this was his workplace.Sathiyo, Subhash Babu, with the help of Swami Vivekananda and his teachings to decide the goal of his life, to dedicate his existence to him-The world of self-enlightenment is the path of liberation, ie the path of liberation from the service of the world. The main basis of their contemplation was the service of the world. Because of this feeling of service to his India he suffered every torture, crossed every challenge, failed every conspiracy.Brothers and sisters, Subhash Babu stayed in the fighters who, over time, changed themselves and took their own steps in view of their goal. This is the reason why he first attempted Mahatma Gandhi in the country by staying in Congress and then according to the circumstances, he chose the path of armed revolution. This route played a big role in furthering the independence movement.Friends, Subhash Babu, who did the mantra, did not taste the nectar only, but its benefits and other countries also happened. The countries that were fighting for their independence at that time were inspired by seeing Subhash Chandra Bose. They thought that nothing is impossible. We can also get organized, challenge the British, can be free. Great freedom fighter Nelson Mandela, Bharat Ratna Nelson Mandela also said that during the student movement of South Africa, he considered Subhash Babu as his leader, he used to be his hero.Brothers and Sisters, today we are celebrating 75 years of Azad Hind Government, four years later in 2022 Azad will be completing 75 years of India. 75 years ago, Netaji promised to make an India where everyone has equal rights, everyone has equal opportunities. He had promised to take inspiration from his ancient traditions and to create a happy and prosperous India who glorified them. He promised that the balanced development of the country, the development of every sector He promised that the policy of 'divide and rule', to overthrow it, because of which the 'politics of divide and rule' to India has enslaved for millennia.Today, even after so many years of independence Netaji's dream has not been fulfilled. India has gone a step ahead, but it is yet to reach new heights. To achieve this goal, today's hundred and hundred crore people of India are moving forward with new India's resolve. A new India that was speculated by Netaji Subhash Chandra Bose too.Today, at a time when the destructive powers are attacking our independence, unity and the Constitution from outside and inside the country, it is the duty of every resident of India that they are motivated by Netaji to fight those forces, defeat them and defeat the country. Also take a pledge to make your full contribution in the development ofBut fellow, with these resolutions, one thing is more important - this is the feeling of nationalism, the feeling of Indianness During the trial of the Red Fort here, Azad Hind Fauj's fighter Shahnawaz Khan had said that Subhash Chandra Bose was the first person to wake up in his mind the feeling of having India.He was the first person who taught India to look at Indian eyes. After all, what were the circumstances, because of which Shahnawaz Khan had said such a thing? Why was it necessary to see and understand India from the eyes of Indians - when we see the condition of the country today and understand it clearly.Recalling his days of brothers and sisters, Cambridge, Subhash Babu had written that we are taught to Indians that Europe is a great form of Great Britain, so our habit has to be seen by Europe's glasses. . It is our misfortune that after the independence, those who created India and the systems here, saw India also with the glasses of England.Our culture, our great languages, our education system, our curriculum, our system suffered a lot of this infection. Today I can certainly say today that if the country had the guidance of personalities like Subhash Babu, Sardar Patel, in the decades after Independent India, they would not have the foreign eyeglasses to see India, the conditions would be very different.Companions, it is also tragic that in order to make a family bigger, many efforts of the country's heroes - whether they are Sardar Patel, Baba Saheb Ambedkar, like him, have been tried to forget the contribution of Netaji. Now our government is changing the situation. All of you have come to know till now, before coming here I was in the program to surrender to the National Police Monument. I have announced there on the name of Netaji Subhash Chandra Bose to start a national honor.In our country, when nationality is calamity, those who join in the task of disaster management and relief and rescue, such knights who betray their lives to save the lives of others, now every year in the name of Netaji, the police jawans Will be given respect. Our policemen, the paramilitary force personnel who will enhance the country's glory, will be entitled to it.Friends, balanced development of the country at every level of society, every person has the opportunity to create a nation, its role in the progress of the nation is an important part of Netaji's larger vision. Azad Hind Government, led by Netaji, also created the gateway of India's independence to Eastern India. In the year 1944, under the leadership of Colonel Shukk Malik, the Azad Hind Fauj hoisted the tricolor in Mooreang of Manipur.It has also been our misfortune that the contribution of north-east and eastern India to such a bravery in the freedom movement did not get as much space. In the race of development, this important part of the country remained behind. Today I am satisfied that the eastern India is understood by Subhash Babu, the present government is equally giving importance, taking it in the same direction, working to make this area a growth engine of the country. is.Brothers and Sisters, I consider myself fortunate that whatever Netaji has given for the country; I have had a chance to keep him in front of the country, to walk on the path shown by him. And so when I got an invitation to come to this event today, I also got the maternity of the work of Netaji Subhash Chandra Bose in the days of Gujarat.Sathiyo, when I was the Chief Minister of Gujarat, then in 2009 the historic Haripura Congress, Congress was the convention. We again raised the memory of the convention of Haripura Congress in a way. As Sardar Vallabh Bhai Patel, the people of Gujarat who took a big procession sitting in the bullocks after Netaji was appointed as Congress President in the same session, that is exactly what we had done in a grand ceremony, In 2009, there was a revival of history by standing there. Even though he was a convention of Congress, but it was a page of history, we showed him alive.She was fortunate to have been dedicated to freedom, for the comrade. People like us who have not got this opportunity, we have had the opportunity to live for the country, to be dedicated to development, we have opened the way for all of us. We have reached Swaraj by giving millions of sacrifices. Now we all have the challenge of maintaining this Swaraj with Suraj on the hundred and fifty million Indians. Netaji had said - 'You have to get freedom from the power of weapons and the cost of blood. Then when India is free, you will have to form a permanent army for the country, whose work will be to maintain our independence forever.Today I can say that India is moving towards building an army whose dream was seen by Netaji Subhash Bose. Josh, passion and passion, this is the history of our military tradition, now technology and modern weapon power are also being associated with it. Our military strength has always been for self defense and will continue to do so. We have never been greedy of any other's land. We have history from our centuries, but whatever challenges we face for the sovereignty of India, we will get the answers with double power.Many steps have been taken in the past four years to strengthen the army, the comrades. The world's best technology is being made part of the Indian Army. The ability of the army or the brave soldiers to make the life easier and simpler - the courage to take big and tough decisions is in this government and it will continue to be continued. From Surgical strike to Netaji files to public Our government has taken the decision. Many ex-servicemen present here are also witnesses that the demand for One Rank One Pension, which has been running for decades, has been fulfilled by the government according to its promise.Not only this, the nearly Rs 11,000 crore arrear has also been carried to the ex-servicemen, which has benefited millions of ex-servicemen. In addition, the pension which has been decided on the recommendation of the Seventh Pay Commission, has also increased on the basis of fixed pension after the implementation of One Rank One Pension. That is, my military brothers got double bonanza on pension.Such efforts have been made to simplify the lives of ex-servicemen. Apart from this, the bravery of the soldiers will be realized for future generations, for this, the National War Museum work has also reached the last phase.Companions, tomorrow, i.e., 75 are also completing 75 years of Rani Jhansi Regiment. It was also the foundation of equal participation of women in the Armed Forces, the foundation was laid by Netaji Subhash Chandra Bose. The country's first Armed Women's Regiment was the result of the superb belief of Subhash Babu against the rich traditions of India. Bypassing all protests, he took salute of women soldiers.I can say with pride that this government has done the task of carrying out the work that Netaji had started 75 years ago. On August 15, I made a big announcement from the Red Fort here- I had said that the women officers appointed through the Short Service Commission in the Armed Forces would be given permanent commission through a transparent selection process just like the male counterparts.Friends, this is an extension of the government's efforts which have been taken for the past four years. In March 2016, the decision was taken to pilot women in the Navy. Just a few days before, the Navy's 6 eminent women officers have conquered Samundar and introduced the world's female power to the world. Apart from this, the work of giving the first female fighter pilot to the country has also happened during this government.I also have the satisfaction that for the first time in India, the responsibility of empowering and overseeing the armed forces of India is also in the hands of the country's first country's first Defense Minister, Sistaraman.Friends, with the cooperation of all of you today, the country is completely safe with the skills and dedication of the Armed Forces, and is on the path of development running fast to achieve the goal in the right direction.Once again, you congratulate all, to the countrymen, heartily on this important occasion. Our journey of unity, integrity and self-confidence has continued with the blessings of Netaji Subhash Chandra Bose ji.With this I will say all along-Long live Mother IndiaLong live Mother IndiaLong live Mother IndiaVande MatramVande MatramVande MatramThanks a lot
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/21_10_2018_PM’s speech on the occasion of dedication of National Police Memorial to the Nation.txt:
--------------------------------------------------------------------------------
1 | Former Deputy Prime Minister of our country Mr. LK Advani, the Honorable Minister of the country Mr. Rajnath Singh Ji, my other colleagues from the Cabinet, Honorary staff of my fellow police force of the Parliament, Mr. Veer Saput, a witness of Hot Spring Incident, here present the martyrs Family members, other great men and my dear brothers and sisters ... we all come in some moments in life, when you have to bow to bravery. We are filled with pride. But also feel a tide of sensation within itself. This is the moment for me.I respectfully honor every person dedicated to the security of the country, I respect the families of the martyrs present here on the Police Commemoration Day. Today's day is to memorize your bravery and high highest sacrifice, along with the service of all of you, which is the pattern of our police and paramilitary forces.Police Memorial Day is also remembered for the heroic story of courageous police heroes who served the first defense minister in the snowy peaks of Ladakh, dedicated his life to the country. Today, there is also a chance to remember the thousands of martyrs associated with the police fleet, who, after independence, walked on the path of duty and neglected their lives, their youth, their lives. I bow to such heroic heroes. Every martyr's family, many of them are also here. I am also in front of everyone. Who have sacrificed such a huge amount for their country.Companions, it is my good fortune that I have had the opportunity to dedicate the nation's national police memorial to the Amar Saga of nation service and dedication. The central structure created in this memorial is a symbol of the spirit, valor and service of every police.The water flowing under the rock is a sign of continuous flow of goodwill in our society. The Wall of Valour is the name of 34 thousand 844 police personnel. Those who fought different challenges in different states of the country, sacrificed their highest sacrifice. I believe that each item kept in the Navinaratr Museum of this memorial, one memory of every countryman coming here, our young comrades, the future of our country, our children, our police and the paramilitary system about glorious history Will inspire in Just as you all remain on the path of your duty day and night, without stopping, without stopping. In every season, in the summer, in winter, in the rain, in the snow all the time, remain stationed for service on every festival. Something similar seems to be seen from within this memorial itself.Companions, it is a proof of membership of all of you that the elements that make the country uncomfortable get frustrated. You have failed many conspiracies to create an atmosphere of fear and insecurity in the country. Such conspiracies whose information also does not come out. Such love that you have never received public praise at all. Every moment of the country passing through peace, every moment of the countrymen is possible only by your duty, service.Companions, this day is also to remember every jawan who is dealing with panic in order to maintain peace and order in Jammu and Kashmir. Jawans who are currently posted on duty in Naxal-affected districts of the country. They will also tell us that you are doing the best work. And you are moving fast in the direction of peace establishment.If the number of Naxal-affected districts is declining today More youths from those areas are joining the mainstream. So your efforts also have a big role in it. Courage and sacrifices of our comrades in the North East are also now experiencing peace as we are experiencing. You also contribute to the development of our northeast which is a symbol of peace and prosperity.Companions, this day is a day to remember the time of natural calamities in the country's disaster management or in the time of the accident, those who are involved in relief work, whose services are not discussed much.I want to say to the countrymen today ... There is a natural calamity anywhere in the last few years so you must have seen NDRF written or written to the SDRF jawans, you will have seen while saving the lives of people by working hard there in day and night. . But the country does not know that these same khaki uniforms are my policemen. Country ... .. never forget their courage, their dedication, their service. Most of the time, it is not known to anyone who is the people who took charge of the relief work when a building falls, when the boat is an accident, on the fire, when there is an accident inside the rail.In every state of the country, every police station, posted in every police checkpost, the companions engaged in the protection of every property of the nation, to the companions of the relief work, to all of you on this important occasion, Very congratulationsCompanions, this memorial service and bravery, together also show the Government's commitment. The basis of which is the respect of the nation's symbol of protection and every Indian associated with nation building is respected. Today, I am proud of the National Police Memorial, but there are some questions, why it took 70 years of independence to accept the existence of this last memorial. The Police Memorial Day is celebrated after the Hot Spring incident which is also 60 years ago. Then why wait so many yearsThe idea of such a memorial dedicated to comrades, the country's police force, was 25 years ago, 26 years ago. Even then the government gave it approval too. But the first step taken to land it was taken by Atal Bihari Vajpayee's government, and in 2002, the then Home Minister Respected Advaniji also laid a foundation stone. Today Advani ji is present himself here. He is proud to see that dream come true, he knows well that after some of his work, the work of this memorial has not progressed further.I believe that for some years the work stopped because of the laws, but the previous government wanted, if he had tried diligently, then the memorial would have been many years ago. But the earlier government allowed the dust on the stone established by Advani Ji.When the NDA government was formed in 2014, we allocated the budget and today this grand monument is being dedicated to the country. Perhaps God has chosen me to do good work, I have liked myself. This is the way of our government's work. Today, working culture has been developed to achieve goals on time.You should remember that the Ambedkar International Center has been launched in Delhi last year. Discussion on this center also started around 1992. But for two decades, its file has been suppressed. The file was searched after the arrival of this government. The foundation stone of the center and the inauguration also happened. Similarly, the work of making the National Memorial on Baba Saheb Ambedkar's house, 26, Alipur Road, began in the time of Atal ji. After the departure of their government, the work on this project has also been stopped. After our government came to the shilanyas and in April this year it also got the privilege to inaugurate. I am happy that this grand monument is inspiring the world today.Companions, sometimes a serious question arises in my mind. That is what is the reason of the earlier ruthlessness of the previous government towards those who devote their services to the nation, valor and sacrifice. Our tradition is never a part of our culture. We are those people who, despite being hungry, disregard everything for the goodness of the nation.I am proud that for the past four years we have been successful in establishing that tradition. Where the honor of every person has been ensured that has contributed to the creation of the nation and is the watchman of nation building.Today the launch of the National Police Memorial is in this form as a link to the same tradition. From today on the 10th day on October 31, I will be privileged to unveil a skyscraper of Sardar Vallabh Bhai Patel Ji in Kavadia of Gujarat. This reflection of the contribution of Sardar Saheb to the country's highest statue.My colleagues, I believe, these monuments should not just fill the place of excursions but rather develop such as a system from where the new generation, our tradition, get knowledge of the glory of the country. Get information about the heroes of the police. I would suggest that the statues of our martyrs who sacrificed and sacrificed for the country also took place in the schools where they had read. They also took part in the villages where they were living. When our students look at the statues of our Mahavirs they will receive a new inspiration.Companions, we should create an atmosphere that whenever the army's army of Paramilitary Force passes through somewhere, it will instill a sense of respect. These statues of police memorial martyrs, their stories are taking us towards this direction. Today, on this occasion, I want to make an important and historic announcement among you.In the event of a tragedy in the country, in the event of a natural disaster, first of all the police and paramilitary jawans are present. Without these National Disaster Response Force (NDRF) can not be imagined. At the time of crisis, they put their lives on fire to save the lives of others. But it is also true that in such dire circumstances, it is often overlooked. After the situation becomes normal, they go back to their respective places, their battalions. Today, I am declaring an honor for such mighty service-oriented heroes who will save lives of others in disaster management. This honor will be announced on January 23 every year on the name of Bharat Mata Vir Veer Saput Leader Ji Subhash Chandra Bose ji. Make the impossible possible, The name of our Subhash Babu, who plays a major role in compelling Angrego to leave India, will honor this honor and honor. It is also a matter of pride for all of us that 75 years of Azad Hind Government was established by them today.The brothers and sisters want to focus on the glorious tradition of valor, power and sacrifice, along with the glorious past, the challenges of the present and the future.Today, technology has changed life completely. It is obviously being influenced by the nature of the crime. We are making weapons to criminal technology. Rumor and cyber crime is emerging as a major challenge. In addition, in addition to better coordination with other agencies, the police machinery has to do more in the workplace of incorporation of technology and innovation.Companions, in this direction there are many meaningful efforts across the country. Police is providing facilities like social media or online FIR in many states of the country. Traffic related complaints are also being handled through social media. This is a commendable step. They have to take us to that level. That for short complaints no one has to come to the police station for normal complaints.Companions, all of you know that last year the government made a big initiative towards police reforms. Under the modernization of police force scheme, about 45 thousand crore rupees are being spent on the Police infrastructure technology or training till 2019-20. Many such works are being undertaken by modernization of the system and the modernization of the system, modernization of the system and the modernization of the system. Apart from this, work is also going on to integrate the police station and to create National Databases of Crime and Criminal Records. This database is being tried to connect with other institutions of the justice system such as a forensic lab or a court ... with them.The Government is trying to make smart technology reach every city, every city, to improve our law and order system. But technology can never compensate for human sensitivities. This is the reason that the role of every member of the police force is very important. You are the first of the weakest oppressed, oppressed, oppressed, exploited society. You are the first friend in which you are first remembered in difficult situations. Therefore, your role is to establish law and order, to understand the suffering of people with condolences, to tear their tears. By giving a glass of cold water to every victim, exploited in the police station, Talking with two words, this bond of police and society will become stronger. When these bonds are strong, the arrangement of co-operation and public participation will be even stronger. To reduce the crime, you will get a lot of help from the society. And this is my strong belief. Finally, once again on the Police Smriti Day, you congratulate all of you for this modern National Police Memorial. I will also urge all the Chief Ministers of the state to come and make a special program, pay tribute to these police personnel. And the people who belong to your state are listed. Also respect them especially. Of course, come here, with the officials, they plan their plans. While saluting your service and dedication, I conclude my talk with many of my auspicious auspicious festivals to these police families and all of you ... .. Thank you very much. Give tribute to these police personnel. And the people who belong to your state are listed. Also respect them especially. Of course, come here, with the officials, they plan their plans. While saluting your service and dedication, I conclude my talk with many of my auspicious auspicious festivals to these police families and all of you ... .. Thank you very much. Give tribute to these police personnel. And the people who belong to your state are listed. Also respect them especially. Of course, come here, with the officials, they plan their plans. While saluting your service and dedication, I conclude my talk with many of my auspicious auspicious festivals to these police families and all of you ... .. Thank you very much.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/23_08_2018_Press statement by PM during his visit to Uganda.txt:
--------------------------------------------------------------------------------
1 | His Excellency President MuseveniRespected delegates,Members of the Media,It is my good fortune that after two decades, I have come to Uganda for the first bilateral visit of the Prime Minister of India. President Museveni is a very old friend of India. I too have a very old introduction to them. When I came here as Chief Minister of Gujarat in 2007, the sweet memories of that trip are still fresh. And today I express my heartfelt gratitude for the generous words of President, and for our warm reception and honor.Friends,The centuries old and historical links between India and Uganda have come to the test of time. Uganda has always been close to our hearts and will remain. India has always been in Uganda's economic progress and national development efforts. Training, Capacity building, technology, infrastructure etc. are our main areas of cooperation. In the future, we will continue our cooperation in accordance with Ugandan requirements and priorities.Kampalala has decided to gift a state-of-the-art cancer therapy machine. I am happy to know that this machine will not only meet the needs of our Ugandan friends but also the friends of East African countries. In Uganda, we have approved two lines of credit proposals of approximately two Hundred million dollars for the development of agriculture and dairy sector. It is a matter of satisfaction that our cooperation in the defense sector is also moving forward. Our cooperation in military training has a long history. We are ready to strengthen this cooperation further. We have also decided to give vehicles and ambulances to the Ugandan Army and for civil works. Our relations in Trade and Investment are getting stronger. Together with the President, I will get an opportunity to discuss with the leading business leaders of both countries to give more emphasis on these relations.Friends,I express my heartfelt gratitude to the President for the affection of the Indian origin of Uganda. After a difficult time, in the efficient and strong leadership of the President, the Indian society of today is contributing a lot in Uganda's social and economic life. I am glad that the President will join himself in my program with the Indian-origin society this evening. I congratulate him for the whole of India for his special gesture. Tomorrow morning I will get the good fortune of addressing the Parliament of Uganda. I am the first Prime Minister of India to be blessed. For this special honor, I express my gratitude to the President and the heart of Uganda's Parliament.Friends,India and Uganda are both young people. Both governments have the responsibility of meeting the aspirations of the youth. And in these efforts we are fully committed to cooperating with each other. From the hundreds of hundred Indians, I wish all the best wishes for the progress and prosperity of Ugandan people.Thank you.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/23_09_2018_PM’s speech at a public meeting in Valsad, Gujarat.txt:
--------------------------------------------------------------------------------
1 | Gujarat's popular chief minister, brother Shri Vijay Bhai Roopani, sitting on the platform, good luck, very large number of Lala brothers and sistersAfter two-three days, the holy festival of Rakshabandhan and all the sisters have come here with such a big protection, I am very grateful to you. And the mothers and sisters from all over the country have given blessings to those who have given me protection, for this, I express my heartfelt gratitude to all the mothers and sisters.The festival of Raksha Bandhan will be exposed and in Gujarat, more than one lakh families, sisters get their house by their name, I think Rakshabandhan can not be a bigger gift than this.The sisters who got home today; Do not have a home, what is his pain, how life passes, how the future is dark; Every morning, I get up by taking a dream, the evening is lost in the dream, the life of the slum-hut is the same.But when there is a house, dreams also start to be decorated and then dreams also become theirs. And the whole family to fulfill these dreams; Abal, the elderly does all the hard work, man does the pleasure and the life begins to change.Prior to the holy festival of this Raksha Bandhan, I am very satisfied with all these mothers and sisters, giving more than one lakh families to this house and giving it to your brother.Today, another scheme is also worth 600 crores, which is also a gift to our mothers and sisters before the holy festival of Raksha Bandhan. The water crisis is the worst, if anybody in the family has to suffer, then mothers and sisters have to suffer. Mothers and sisters have to make arrangements for water for the whole family in our homes today. Due to lack of pure drinking water, it also becomes a house for home, life and disease. The pure drinking water prevents the family from many diseases.I have spent many years of my youth in this tribal area for years. When I lived in Dharmapura, Sidhbadi, there was always a question in my mind that so much rain is here but after Diwali, water does not save more than two months and then there is a craving for water. And remember me equally at that time in Dharmpur, Siddambur, in all belts, from this tribal to Umargaon to Ambaji, there is more rain in the entire tribal belt and all the water goes towards our side, towards the river, towards the sea is. All those areas are left without water.And when I was the chief then had decided by thousands of crores that from Omar village to Amba, all the tribal belt which is the eastern edge of Gujarat; Every village, every household should get water from the tap, they dream.Ten plans outlined in the film that was shown, the work of that last plan is being started today. Those who have seen the film will be surprised too. At the top where water is going to reach, at the height of the 200-storey house, the amount of water it will bring, so much water will be taken up. That is, in a way, the river will take to 200-hectare height and reach the people below the water. This is the miracle of technology.In our country, this polling booth is in the jungles of distant gaps for a poll, a voter and a polling booth. In the whole world, that box item becomes that the election process of India is such that there is a polling booth in the jungle forest where there is only one voter but there is also election management.I think it will become a strange one that a village is a habitation of 200-300 households, but to bring water to them, a vulnerable government can take water upto 200-storey, our devotion to every citizen, its won -Well is the example.Even before the governments remained. Tribal Chief Minister too. And when I was the new Chief Minister, when I was the tribal chief who had earlier, in his village when I went, there was a water tank but there was no water. I also had the privilege of giving water to the village.If a person makes a layer of water, if one keeps two spells for the passer-by and carries water, even then for years, that family is seen with great respect and pride.Even today, the stories of Lakhla Baldhara who worked for water, are on the verge of village-village in Gujarat and Rajasthan. Why, someone had worked for water. Today, I am proud that the Gujarat Government is running a campaign to bring water from the house-to-house tap, in itself.How our Gujarat is going forward How poor life of poor, how are our dreams; What is our endeavor to realize those dreams, it is visible.All of you must have seen me today, in a way, for half an hour, we got an opportunity to travel all over Gujarat. Got every district, there was an opportunity to talk to mothers and sisters. I used to listen to the matter but my eyes were at his house, what kind of house was it? You may have also noticed that you may also think that there can be many good houses of the Prime Minister's housing scheme, the government scheme. This is possible because the cut company is closed.If one rupee comes from Delhi then the whole of 100 paisa is reached in the poor's house, so this is possible. And in this government there is the courage that in the presence of so many TV people, in the presence of so many newspapers, in front of such a huge crowd, and when the whole country is watching on TV, then with courage I can ask a mother that you Someone did not have to pay bribe? Nobody has taken the brokerage?We are engaged in the creation of this character and I am happy when mothers were speaking with great confidence, contentment, not living. We have got our right, got under regular rules, we have not had to give anyone a new rupee.You saw those houses, the quality of these houses under the Prime Minister's Housing Scheme, when we were looking at, you would have to think that what is the matter, what government can have such houses! It is true that the government has given the money, but the sweat of that family is also attached to the government's money. And because of that, he decided to own the house, because he decided. Which material would use, the family decided. How to make houses, they decide.We did not work on the trust of the government contractors, we trusted this family and when the family builds its house, makes the best of the best and the happiness that is in those villages in every village of Gujarat, these families have made sampled houses. I congratulate them for this.We have launched a major campaign to liberate the country from poverty, but have been run by the empowerment of the poor. There was a bank but the poor did not have access to the bank. We put the bank in front of the poor house and in the Prime Minister Jan-Dhan Yojana.In the village, there was a power connection in the house of a noble house, getting electricity connections in the poor house, then it was a surprise that even in my house darkness would go? Today, today under the Ujala scheme, every household has taken a big campaign to provide electricity connections in every home under good fortune, and in the coming year, there will be no house in Hindustan where there is no connection of electricity, electricity Do not be lute.There is a house, toilets in the house, electricity, drinking water, gas stove - in a way, an attempt is made to change radical changes in his life.And my dear brothers and sisters, you made me big. You people of Gujarat have raised me up. Gujarat has taught me a lot. And the result of what you have learned from me is that I am trying to fulfill dreams in a big way, and in 2022, when India's independence is 75 years, there should not be any family of this country with whom Do not own a house; Have dreamed of making such a Hindustan.Until now the news came that leaders had become big houses, till now the news came from the decorations of the houses of the leaders; Now news is coming out to become the home of the poor, now the news is coming from the decoration of the poor house.It is such a prime minister that when Vastu enters more than one lakh households and joining Valsad's land to join it, he joins the video conference with his family and enthusiasm and enthusiasm.Brothers and sisters, last week is a big pain for us. Atal Bihari Vajpayee ji gone but the name of Prime Minister Gram Sadak Yojna, which has become his name, is also going on with the goal of connecting every village with a paved road to complete the time limit.Efforts are going on in a way to bring about radical change. Here you will have seen the skill development, opportunities for giving birth certificates to girls living in far-off tribal forests can be given opportunities to earn livelihood after skill development.The country can be liberated from problems in itself, dreams of normal human beings can be realized from the normal of the country and we are constantly trying to fulfill it.My brothers and sisters of Valsad, though my program was made to come here a few days ago, but due to the rain, the program had to cancel. And if the rain also comes this time it comes very loud, if it does not come, it stops for weeks. There was some problem in some areas in Gujarat and there was no water in some areas. But due to the rainfall in the last few days, the rain has been appreciated in many areas of Gujarat. The coming year will also be very good. I have full confidence that there will be a great benefit in the field of agriculture.All my dear brothers and sisters of all Valsad, you have been sitting in such a large number for so long; The less I express my gratitude.Thank you very much to all the mothers and sisters, giving very good luck to Rakshabandhan.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/24_08_2018_PM’s address at India-Rwanda Business Forum in Kigali Convention Centre, Rwanda.txt:
--------------------------------------------------------------------------------
1 | Infrastructure should be quality life, be governance, economic vibrancy, self-sufficient family, also how can all these aspects be developed by reconciling them together. Its beautiful model got to see me and our mind felt so much that it was late to get here.I am the first Prime Minister of India who has an opportunity to come here. But I am glad that a big business Delegation from India has come with me. It is proof that India is growing rapidly. But our mantra is everyone's development with all and therefore we grow, but whatever is going on in our company, help people grow and we will go together together. This is basically our imagination.Especially those people who have come from the Indian Business Forum I would like to say to them Do not think that you have just come to Rivanda. Today it is the situation that coming to Rwanda means that you open the doors of entire Africa because the key is here. Rwanda's models are discussed throughout Africa, their development is discussed. Their governance is discussed. In a way, there is a new mood in Africa and the President is lead him. Your coming here does not mean you are tied up to a country's border. If you go for value, you will see more opportunities and more challenges and more opportunities will also come. And I believe that you will not let this opportunity go.I see from yesterday that the President is in emotions. Good governance, development and progress of the people, prosperity of the people, peace of the society in the society. We are friendly to the people of India. It suits a lot with our nature.Now this country is such that when the world's attention was not here before Africa. Nobody thought it was here to come. At that time Hindustan preferred to come to this land. Now Gujarat is the family of Jodhpur. I think he came here in the end of the 19th century. And since then people of India have come here. The people are mixed with the lives of the people here. Here are the participants of Vikas Yatra. This is fine, the attention of the whole world is felt. The world wishes to come here. But when we came here we really needed it here. And today we want to move it forward. That we came to work together in the world. Still in the world who are behind Do something for those who do not get the opportunity. With that intention we are going into the world. People of the world are taking along. Together with the world, we want to work for the good of the land of the world.The President had come to Gujarat, he saw a lot of things in Gujarat, understood it. Whenever in India They have been interested in seeing some developing things. They see direct things, understand, invite people.The country's leader is so committed to development, understanding, accepting and proving new things, which have a tendency. I think there is never any obstruction to working in such a country. There are countless opportunities. And if you open a window then the other window will be visible. If you open the second one, then another palace will be seen. And you will go ahead, grow, will be found. These possibilities are clearly watching here. And so there is a similar possibility in India. People of such business in Rwanda, Even if they want to grow in India. India is ready to give them all kinds of facilities. I invite them. But I would urge the people of India to go in the direction of modernity of Rwanda. Whether it is Infrastructure or Rural Development, it should be economical activity. Small scale industries want to set up a network. Want to set up a network of cottage industries Here's a product that wants a global market. All these topics are such that in India's business enterprises can do a lot together.Made in India Movement is run in India. We can also share this Make In India Movement with Rwanda, connect with them. Through the International Solar Alliance, we are looking forward to tackling climate change issues, but how life has become affordable and how solar energy is employed. A huge campaign is being run on it. I want people from Rwanda to come forward Today was traveling with the President. We told the use of LED bulbIn India, the LED bulb has done so economically in the middle class people's, middle-class family. The electricity bill that was introduced today has come to the threshold of the forest. If we drive this LED bulb campaign in Rwanda, then people of the poor will be saved here. People of poor middle class will benefit. Due to the low energy requirement, the amount which is spent behind the plant for the energy can be reduced. The energy saving which we can use in the industry. Which goes on for domestic work today. That is, even a small thing can bring a big change. We can work together in this direction. There is a lot of possibility of dairy industry. There is a possibility of milk revolution. India has a Maharahr in it. By joining with him, Can work with them. That is, in one sense, whatever strength India has from the village to the nation level. India's strength is that of the industry. The business community of India that has the potential. We can use it in Rivanda's development. Rwanda is our friend country. If you look closely at everything here, then the people of India resemble the culture they live in. You will see yourself in everything. And where it is adopted, there should be democratic values, be transparent governance, be efficiencies, and committed leadership. How easy it is to work in that country, we can understand it well. And be committed leadership How easy it is to work in that country, we can understand it well. And be committed leadership How easy it is to work in that country, we can understand it well.I have landed from the airport yesterday, so far he has given us all the time. This is very rare. His whole government is with me, and it keeps on going in the countries of the world. But how should one-minute use. They should learn from the President I am very glad And once again I thank them and best of luck to you all.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/24_08_2018_PM’s speech at Indian Community Event in Uganda.txt:
--------------------------------------------------------------------------------
1 | His Excellency President Museveni, his religion wife Janet Museveni and my dear brothers and sisters in large numbers.My relationship with you is the most affluent, I have a relationship of belonging. I am a part of my family. I am a member of this vast family, and in this way, my happiness increases my happiness by meeting with you. Today, the Hon'ble President is present here to give more peace to this gathering. His presence here is a symbol of his affluence towards hundreds of thousands of Hindus and thousands of Indians living in Uganda. And so I congratulate the President on behalf of the President, here I am here among all of you, then tomorrow I am going to have an opportunity to address the Parliament of Uganda. And two days ago in the Parliament of Delhi, you had heard the speech in detail, you heard people too, Uganda was listening to the whole. I'm very much obliged to you.For the first time, my dear brothers and sisters will get an opportunity to address the Parliament of Uganda to an Indian Prime Minister. For this honor, I want to express my gratitude to the President and the people of Ugandan people on behalf of the 50 million Hindus. Coming to Uganda and meeting you and meeting all the gentlemen has been the subject of happiness for any Hindustani, it has been a matter of happiness. Your enthusiasm, your affection, your love, your sense of humor continue to meet me like this, that is what I wish for you. Here is my second chance of coming among all of you in Uganda. Prior to this, 11 years ago, I came here as Chief Minister of Gujarat and today came as the Prime Minister of the country. Even when I was the Chief Minister of Gujarat, even then many of you from whom I had the opportunity to make a living, had the opportunity to talk in full swing. Here also many familiar faces, I am looking forward and I am happy that the President was identifying each other. How close is the relationship with you to the people and today we used to mention many families in that name all day, used to tell how many years have known, how to know, were telling all things. This honor is the hard work you earned by your efforts, your conduct, your character. This capital is not small which you have found, and for this, three-three, four-four generations who came from India on the land of Uganda have added their relationship with this soil, have loved them. It is hard work done by your character. This capital is not small which you have found, and for this, three-three, four-four generations who came from India on the land of Uganda have added their relationship with this soil, have loved them. It is hard work done by your character. This capital is not small which you have found, and for this, three-three, four-four generations who came from India on the land of Uganda have added their relationship with this soil, have loved them.Companions India's relationship with Uganda is not of today. This relation is of the centuries. There is a relationship between labor, between us and the struggle against exploitation. Uganda is strengthening its fundamental right at the stage of development today, the blood of the Ugandan people and the persecution of the Ugandans is also the smell of sweat. Many of you are living with families where three-three, four-four generations. I want to remind the youth present here, Ugandan youth, the train you are traveling in today is also accelerating the relationship between India and Uganda. That was the period when both Ugandas and India were stacked with slavery in the same strength, then our ancestors were brought here from India. At the behest of a gun and a lamb they were forced to lay the railway line. In those difficult circumstances, those great souls fought together in Uganda's brothers and sisters. Uganda became free, But many of our ancestors decided to settle on this. Like sugar dissolves in milk, so are our people united, they become monotonous.Today you are giving your energy to all Uganda's development, business, arts, sports, all areas of society, spending your life. In the Jinja here, the bones of Mahatma Gandhi were immersed. Many Indians have made their active contribution in today's politics and are still giving it today. Late Narendra Bhai Patel was the first non european speaker in Independent Ugandan Parliament and his election was consensus. However, there was a time when even when everyone had to suffer, many people had to leave the country, but the Ugandan government and Ugandan people did not let them go from their hearts. I have specifically embraced President's life and the way the Ugandan people today have embraced the Indian community for this. I express my gratitude to the heart. Many of you are also those who have been born on this, Perhaps some people will not even have the chance to see India. There may also be some who have come to know about their roots in which state, who came from the state, which village or the city came from, it may not even be known. But still you have kept India alive in your hearts. One heart beat for Uganda is also for one India. In front of the world, you are the real ambassador of India, the ambassador of India. A while ago, when I was coming to the stage with President, I was seeing how cultural events were organized before my arrival. The way this spell-able Indian has really kept you, it is commendable in itself. Based on my earlier experience and today when I came here, I can say that Indian languages, food, culture and culture, In the multiplicity of family values and the feelings of Vasudev Kutumbh, the examples are very similar to the way you are living, and therefore every Hindustani is proud of you, 125 billion people are proud of you. I also congratulate you. I bow to you.All the African countries, including fellow Ugandas, are very important for India. For one reason, Indians like you have a huge presence here and secondly we all have fought a common fight against slavery, thirdly, we have the unique challenges of development in front of all of us. We have a long history of sharing happiness and misery with each other. We all have learned something or something from each other. As well as supporting each other, they have given support. Even today, we are moving forward in the same spirit. We want strong defense relations with Uganda. According to the requirement of Uganda's forces, we are arranging for their training in India. Thousands of students from Uganda are studying in India these days. Much of your colleagues came to Uganda from India, there has been a lot of change in India and today's India. Today, as Uganda is growing rapidly in Africa, Similarly, India is one of the fastest growing economies in the world. India's economy is accelerating the development of the whole world. 'Make in India' has become the identity of India today. Cars and smart phones made in India are selling many such things today to countries where we used to import this stuff in India. It is possible that in Uganda very soon, when you go to buy a smart phone, you will see the label 'Made in India'. More recently, the foundation of the world's largest mobile manufacturing company has been laid in India. India is fast becoming the hub of manufacturing for the world. Along with this, India has made a medium of empowerment, empowerment of people, to digital technology. All the work related to the government is available on a mobile phone. Maximum arrangements have been made from the birth of a child to the registration of death, Has been online Work on fast connecting every major panchayat of the country to broadband internet is going on fast. Today, from the needle, the rail tracks, the coach of the metro train and the satellite are made in India only with steel made in India. India is moving forward at a faster pace, not just manufacturing, but to become a start-up hub.In the world, wherever I go, I am reminding gentlemen like you that what kind of image of the country was first made in the world. The nation of snake charmers presented a glorious history of thousands of years, the same country was presented to the world like this. India is the snake charmer, the magic. That was not the identity? Our youth has changed this image, this assumption and made India the land of mouse or IT software. This is what happened today that India is launching thousands of start-ups for nation and world. You will be proud to know that there are about 11 thousand start-up registrars in the country within just two years. Our young people are innovating according to the needs of the country and the world. Finding solutions to the difficulties, peers today electricity has reached more than six lakh villages in India. Today there is no such village in India, Where electricity is not reached You can think of how easy it is to get electricity in India by ranking it with the rank of world bank. In the ranking of ease of getting electricity, India has jumped 82 places in the last four years. Today we have reached number two in the world. Only electricity is not available. But an effort is also being made to work on the expenditure of people's electricity bill by running a campaign. In the last four years, 100 million LED bulbs have been sold in the country. More than 100 Crore Companions There are many such changes in India, because there has been a huge change in the system and society. India is moving ahead with the resolution of New India. Because there has been a huge change in the system and society. India is moving ahead with the resolution of New India. Because there has been a huge change in the system and society. India is moving ahead with the resolution of New India. Because there has been a huge change in the system and society. India is moving ahead with the resolution of New India. Because there has been a huge change in the system and society. India is moving ahead with the resolution of New India.My colleagues, since becoming the Prime Minister, I was very eager to come here. Three years ago, when the President had come to India for India-Africa Summit, he had also given a sincere invitation, but for some reason the program could not be created. I admire that today I got the chance to see everyone. In the past four years, we have given special importance to our historical relationship with Africa. Today Africa plays an important role in India's foreign policy. In 2015, when we organized the India-Africa Firm Summit, we invited all the African countries for the first time. Before that there was a meeting with select countries, it was a matter of joy that not only did all countries accept our invitation, But the top leadership of 41 countries took part in the conference, they all came to Delhi. If we extended our hands, Africa also went ahead and embraced Hindustan. Took our hands. In the last four years, there is not one country in Africa where there is not a minimum ministerial level trip from India. President, There have been more than 20 visits to the Vice President and Prime Minister level. In addition to the India-Africa Firm Summit, 32 heads of state from Africa have come to India and met Indian leaders. We have decided to open our embassy in 18 countries. This will increase the number of our embassies in Africa to 47. Our cooperation has always been in Africa's social development and struggle. We are also actively participating in the development of the economy here. This is the reason why the annual meeting of the African Development Bank was held in India last year. Project for line of credit of more than three billion dollars has been approved for Africa. There is also a commitment of ten billion dollars under the India-Africa firm Summit. Apart from this, grant assistance of six hundred million dollars and for fifty thousand students in India studied it for scholarship We are also committed to it. India has provided e-visa for 33 countries of Africa, and the results of our strong commitment towards Africa are also being seen.India's trade with the countries of Africa last year has increased by 32 percent. To become a member of the international solar alliance, I had urged all African countries and after my call, there are about half of the country's members in Africa today. On the international forum, India has supported India in a voice from African countries. I believe that the presence of countries of Asia and Africa in the new world order is increasing day by day. In this direction, the mutual cooperation of countries like us will bring positive, positive change in the lives of millions of people. With the excitement and excitement you have taken all the time to come here today. I have given you affection, blessed, given respect I thank you very much for all of this. I congratulate the President on behalf of Ugandan government and people's mind. And you know, 2019 which is your brain is not in my mind. What are you thinking of 2019? What are you thinking In the month of January 2019, the Pravasi Bharatiya Divas is going to be held on January 22-23 and this time the place for the Pravasi Bharatiya Divas is Kashi, Banaras. And where the people made me prime minister, made the MP and the country made me prime minister, for that Kashi I have come to invite you. And it is also a matter of great pleasure that before the Pravasi Bharatiya Divas, Vibrant Gujarat Global Investors Summit is in Gujarat, it is also around 18,19,20, 22, 23 in Kashi and after 14 January the Kumbh Mela is commencing. So 22, Let us call 23 Pravasi Bharatiya Divas from Banaras to Kumbh Mela. Take a plunge in Prayag Raj and then on 26th January you come to Delhi, the entire package of one week is one for you in India after so many opportunities. I have come here today to invite my brothers and sisters of Uganda and also come to you. The love you have given you dearly, India's best wishes for you to progress. And your life here is contributing to the growth of India's gorget, we also feel proud for this. I once again thank you very much for all of you. Thanks a lot. We also feel proud for this. I once again thank you very much for all of you. Thanks a lot. We also feel proud for this. I once again thank you very much for all of you. Thanks a lot.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/25_08_2018_PM’s address to the Parliament of Uganda during his State Visit to Uganda.txt:
--------------------------------------------------------------------------------
1 | Your Excellency President Yoweri Museveni,
2 | Your Excellency Vice President
3 | Right Honourable Rebecca Kadaga, Speaker of the Ugandan Parliament,
4 | Honourable Ministers,
5 | Honourable Members of the Parliament,
6 | Excellencies,
7 | Brothers and Sisters,
8 | Namaskar.
9 | Bala Musija. I am deeply honoured by the invitation to address this august House. I have had similar privilege in other Parliaments. This is, however, special. This honour has come to a Prime Minister of India for the first time. It is a great honour for the 1.25 billion people of India. I carry their greetings and warm wishes of friendship with me to this House and for all the people of Uganda. Your presence, Madam Speaker, reminds me of my Lok Sabha, which also has a lady Speaker. I also see a large number of young Members of Parliament here. This is good news for democracy. Every time I come to Uganda, I am enchanted by this “Pearl of Africa”. It is a land of immense beauty, great wealth of resources and rich heritage. Its rivers and lakes have nurtured civilisations across this large region. I am conscious of the history that brings us to this point, when the Prime Minister of the largest democracy is speaking to elected Members of the Parliament of another sovereign nation. Our ancient maritime links, the dark ages of colonial rule, the shared struggle for freedom, the uncertain paths as independent countries in a divided world, the dawn of the new opportunities and the unity of aspirations of our young population. All of these connect us.Mr. President, Our people are among the many threads that connect Uganda and India together. Over a century ago, the heroic labour connected Uganda to the shores of the Indian Ocean through railway. Your gracious presence today speaks of the precious bonds of friendship and solidarity between our people. You have brought peace and stability to your nation and to the region. You have put it on the path of growth and progress amidst many challenges. You have empowered women and made your nation more inclusive. Your visionary leadership has enabled Ugandan people of Indian origin to return to their cherished home, regain their lives and help rebuild the nation that they deeply love. In opening the State House to the celebration of Deepawali, you have lit up the many strands of ties that connect India and Uganda. Among these, the most sacred is the site at Jinja, at the source of River Nile, where a portion of the ashes of Mahatma Gandhi were immersed. In his life and beyond, he is one with Africa and Africans. And, at the sacred site in Jinja, where a statue of Gandhiji now stands, we will build a Gandhi Heritage Centre. As we approach the 150th birth anniversary of Mahatma Gandhi, there can be no better homage than a Centre to remind us of Africa’s role in shaping his mission that even inspired Africa to freedom and justice; and the universal and timeless values of his life and message.Excellencies,The story of India’s own freedom struggle is closely linked to Africa. It is not just the 21 years that Gandhiji spent in Africa, or the First Non- Cooperation Movement he led. For India, the moral principles of independence movement, or the peaceful means to pursue it, were not just confined to the boundaries of India or to the future of Indians. It was a universal quest for liberty, dignity, equality and opportunity for every human being. Nowhere did it apply more than in Africa. Twenty years before our independence, the leaders of our National Movement had linked India’s freedom struggle to the fight against colonial rule around the world, especially Africa. Even as India stood on the threshold of independence, the fate of Africa was not far from our minds. Mahatma Gandhi firmly believed that India’s freedom will remain incomplete so long as Africa remains in bondage. Free India did not forget his words. India pursued Afro-Asian solidarity in Bandung. We stood firm in opposition to apartheid in South Africa. We took leading and bold positions in former Rhodesia – which is now known as Zimbabwe, in Guinea Bassau, Angola and Namibia. Gandhiji’s peaceful resistance inspired leaders like Nelson Mandela, Desmond Tutu, Albert Luthuli, Julius Nyrere and Kwame Nkrumah. History is witness to the success of the ancient wisdom of India and Africa and the enduring strength of peaceful resistance. Some of the most profound changes in Africa came through Gandhian methods. India’s principled support to Africa’s liberation movements often came at a cost to our nation’s trade. But, nothing mattered in comparison to Africa’s freedom.Excellencies, Our economic and international partnerships over the past seven decades have been prompted as much by economic impulse as by the moral principles and emotional bonds. We sought a fair and equitable access to markets and resources. We fought together to make development the foundation of global trade. And, we worked to diversify economic partnership between countries of the South. Our doctors and teachers went to Africa not just to seek professional opportunities, but in solidarity with a common cause of development as free nations. As President Museveni said at the 3rd India Africa Forum Summit in Delhi in 2015 and I quote – “We fought against colonial rule together. Let us fight for mutual prosperity together.” Excellencies,Today, India and Africa stand on the threshold of a future of great promise: as confident, secure, youthful, innovative, and dynamic people. Uganda is an example of Africa on the move. It is witnessing increasing gender parity, rising educational and health standards, and expanding infrastructure and connectivity. It is a region with growing trade and investment. We are seeing a surge of innovation. We in India rejoice in every African success, because of our deep bonds of friendships.Excellencies, India is proud to be Africa’s partner. And, Uganda is central to our commitment to the continent. Yesterday, I announced two Lines of Credit for Uganda. The first, of 141 million US dollars for electricity lines. And the second, of 64 million US dollars for agriculture and dairy production. As in the past, we will continue to support the aspirations of the people of Uganda – in agriculture and healthcare, education and training, infrastructure and energy, capacity building in government and training in defence. I compliment President Museveni and this House on the decision to join the International Solar Alliance.Excellencies, As with Uganda, we have deepened our partnership and engagement across the vast expanse of Africa. In the past four years, our President, Vice President and I have collectively visited no less than 25 countries in Africa. Our Ministers have covered virtually all African nations. We were honoured to host all 54 countries – over 40 at Heads of State and Government level – at the third Africa-India Forum Summit in October 2015. We were also privileged to host many African leaders for the inaugural summit of the International Solar Alliance. Other than all these, 32 Heads of State or Government from Africa have visited India in the last four years. My home state Gujarat was proud to be the host of the first ever meeting of the African Development Bank in India last year. And we are also opening 18 new embassies in Africa.Excellencies, Our development partnership currently includes implementation of 180 Lines of Credit worth about USD 11 billion in over 40 African countries. At the last India Africa Forum Summit, we had committed a concessional Line of Credit of 10 billion U.S. dollars and 600 million dollars in grant assistance. Every year, over 8000 African youth are trained in a diverse set of programmes. As always, our efforts will be driven by your priorities. Indian companies have invested over US$ 54 billion in Africa. Our trade with Africa is now over US$ 62 billion. This is over 21 per cent more than in the previous year. Africa’s exports to India are growing. And, our economic ties are now increasingly driven by new partnerships of innovation in the digital economy. The Pan Africa E-Network links 48 African countries to India, and to one another. It can become the new backbone for digital innovation in Africa. With several coastal nations, our partnership now increasingly seeks to harness the benefits of Blue Economy in a sustainable manner. And, India’s medicines turned the tide on diseases that were once a threat to Africa’s future. They also continue to make healthcare affordable and accessible to many.Excellencies, As we work together for prosperity, we have stood together for peace. Indian soldiers have served in blue helmets so that Africa’s children can look to a future of peace. We are proud of the work of Indian peacekeepers in over a dozen UN peacekeeping missions in Africa, since our first mission in Congo in 1960. In all the UN peacekeeping Missions in the world, 163 Indians have made the supreme sacrifice. This is among the highest number for any country. Almost 70 per cent of these embraced martyrdom just in Africa. Today, over 6,000 Indians serve in five peacekeeping operations in Africa. Indian women established a landmark with the first all-female Police Unit of the United Nations in Liberia. Our defence and security cooperation is growing with nations in Africa, as we work together to counter terrorism and piracy, and keep our seas secure.Excellencies, India’s engagement with Africa will continue to be guided by 10 principles.One, Africa will be at the top of our priorities. We will continue to intensify and deepen our engagement with Africa. As we have shown, it will be sustained and regular.Two, our development partnership will be guided by your priorities. It will be on terms that will be comfortable for you, that will liberate your potential and not constrain your future. We will rely on African talent and skills. We will build as much local capacity and create as many local opportunities as possible.Three, we will keep our markets open and make it easier and more attractive to trade with India. We will support our industry to invest in Africa.Four, we will harness India’s experience with digital revolution to support Africa’s development; improve delivery of public services; extend education and health; spread digital literacy; expand financial inclusion; and mainstream the marginalised.This will not just be our partnership to advance the UN Sustainable Development Goals, but also to equip the youth of Africa for their place in the digital age.Five, Africa has 60 per cent of the world’s arable land, but produces just 10 per cent of the global output. We will work with you to improve Africa’s agriculture.Six, our partnership will address the challenges of climate change. We will work with Africa to ensure a just international climate order; to preserve our biodiversity; and, adopt clean and efficient energy sources.Seven, we will strengthen our cooperation and mutual capabilities in combating terrorism and extremism; keeping our cyberspace safe and secure; and, supporting the UN in advancing and keeping peace;.Eight, we will work with African nations to keep the oceans open and free for the benefit of all nations. The world needs cooperation and not competition in the eastern shores of Africa and the eastern Indian Ocean. That is why India’s vision of Indian Ocean Security is cooperative and inclusive, rooted in security and growth for all in the region.Nine, and, this is especially important to me: as global engagement in Africa increases, we must all work together to ensure that Africa does not once again turn into a theatre of rival ambitions, but becomes a nursery for the aspirations of Africa’s youth.Ten, Just as India and Africa fought colonial rule together, we will work together for a just, representative and democratic global order that has a voice and a role for one-third of humanity that lives in Africa and India.India’s own quest for reforms in the global institutions is incomplete without an equal place for Africa. That will be a key purpose of our foreign policy.Excellencies, If this is to be a century of nations, rising together in freedom and equality; if this is to be an age when the light of opportunity dawns on all humans; if this is a time when our planet has a more hopeful future; then all of this magnificent continent of Africa must walk in step with the rest of the world. India will work with you and for you. Our partnership will build instruments of empowerment in Africa. We will stand in solidarity with your endeavours, in transparency, with respect and on the principle of equality. We will speak for you, and with you. Two-thirds of India and two-thirds of Africa is under the age of 35 years. And, if the future belongs to the youth, then this century is ours to shape and build. And, let us be guided by the Ugandan saying that is – “Anayejitahidi hufaidi” which means “one who makes the extra effort will benefit”. India has made that extra effort for Africa. And will always do so. For Africa’s benefit.Thank you. Thank you very much.
10 | Asante Sana
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/26_08_2018_PM’s address at the inaugural session of 10th BRICS summit in Johannesburg, South Africa.txt:
--------------------------------------------------------------------------------
1 | Your Excellencies,President Cyril Ramaphosa,
2 | President Temer,
3 | President Putin,
4 | President Xi Jinping,Today the world is on the crossroads with a variety of changes.The new industrial technology and digital interface the new world is building is also an opportunity, and also a challenge.New systems and products will open new ways of economic progress.People and human values are always the most important in the center of development and progress. Therefore, we need to think seriously about the consequences of the fourth industrial revolution in the technology world, which would have a far-reaching impact on the public and the economy of countries like us.A welcome result of industry 4.0 (four point zero) will be more close contact. The World will be flatter Those who can benefit from it will be able to make more progress. Many deprived class technologies and development will be able to make big leaps across many states.But, it is difficult to say that increasing inequalities and fast changes will have an effect on society and on human values.Fourth Industrial Revolution will have more importance than the capital. High-skill but temporary work will be the new face of employment.There will be radical changes in industrial production, design, and manufacturing. Digital platforms, automation, and data-flows will reduce the importance of geographical distances. When digital platforms, e-commerce and marketplaces connect to such technologies, then a new type of industry and business leaders will come out.In the history of human history, it was never possible for them to lose control over the kind of wealth, resources and ideas that they can and control. We do not know what the outcome will be, but it is clear that whatever happens will be deep and serious.In this case, I believe that our discussion in the BRICS framework will help us prepare for the fourth industrial revolution.We should discuss how we can prepare ourselves well for the future.One important question will be the type of jobs and opportunities. As far as we can see, Traditional manufacturing will remain a major source of employment for our youth. On the other hand, it would be extremely important for our workers to bring about a change in their skills.Therefore, our approach and policies for education and skill development need to be changed rapidly.The school and university course will have to be created in such a way that it can prepare our youth for the future. We have to be very vigilant that the rapid changes in the field of technology can get place in the courses at a very low speed.In India, the National Skill Development Mission has been started for this purpose. Its aim is to provide relevant technical and vocational skills to our youth.The emphasis of our government is to ensure that women, men and all sections of society have equal access to affordable and quality technical, vocational and higher education.Excellencies,Proper utilization of new opportunities can make employers seeking employment on one hand. On the other hand, a strong system of social security will be mandatory for the job seekers.The portability of social security benefits will ensure the mobility of skilled workers in the digital age.Excellencies,Technological innovations can help to better service delivery, increase productivity levels and better management of labor issues.Our experience in India has been very positive in this case. An example of better delivery is through direct payment technology to the beneficiaries of labor laws, social security, health insurance and many government schemes.Technology has become the biggest disruptor in today's time. It is also hard to imagine the results of industry 4.0 (four point zero).With this kind of disruption, globalization and migration will have to be better managed through multilateral coordination and collaboration.Especially in the unorganized sector, skilled, semi-skilled and un-skilled, it will be even more important to provide social security to all workers.We are all familiar with the challenges of cyber security and the importance of working together to deal with them. Industry 4.0 (four point zero) will further increase these challenges and needs.India wants to work closely with BRICS countries on the subject of Fourth Industrial Revolution. In this regard we should meet together the best practices and policies.Keeping in mind the importance of technology changes in future and future BRICS countries and the entire world, I would like to suggest that our Ministerial Affairs should be considered in more detail. And get help from specialists as needed.Thank you all.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/26_10_2018_PM’s address at the inauguration of ‘Agriculture Kumbha 2018’ in Lucknow, via video conference.txt:
--------------------------------------------------------------------------------
1 | Hello!Radha Mohan Singh, my partner of the Council of Ministers, Mr. Yogi Adityanath, the popular and successful energy chief of Uttar Pradesh, Assistant Deputy Minister of the Government of Japan Takami Nakada, Israel's Ambassador in charge of the country Maya Kedosh, Agriculture Minister of Agriculture, other noblemen and UP My dear farmers, sisters and brothers from corner-corner!There is still a few months left for the Semi Kumbha which takes place in Prayagraj. But another Aquarius on the soil of UP has started from today. About 50 thousand farmers from different villages of UP, scientists, entrepreneurs from abroad and abroad, are becoming part of this farming Aquarium in Lucknow. I greet you all, welcome. And as a UP MP, it also becomes my duty to make some efforts for your development journey by becoming a partner of your happiness.A few months ago, during the Agricultural Upgradation Fair, I had advised to set up a large Kisan Fair. Today, we are looking at this as an agro-plantation. I congratulate Yogi Ji and his whole team for this excellent effort. I would also like to thank the governments of Israel and Japan who are our partners in this event. On the other hand Haryana, which is participating in the form of partner state, is also going to benefit greatly from this event.Whenever the companions, the Aquarius word joins an event, its importance becomes more extensive. Aquarius is an inexhaustible inter-flow of humanity, thought, discussion. I believe that this tradition will fulfill this kind of farm kumbha and in the next three days will open a new path to technology and other opportunities to improve the agriculture sector.Companions, I have been told that about 200 stalls have been installed in this fair, in which farmers are being given new techniques, new machines related to agriculture have been kept there. I believe that the farmers who come here will benefit from this and in addition to increasing the production, the farmers will also be helped to ensure quality.Peers, the kharif season is going to be almost complete across the country. All the farmers, siblings are very busy nowadays. This time it is also expected to record production. UP is the place where hard working farmers produce about 20 percent of the country's foodgrains. Therefore, I congratulate all of you for this. Shopping for all crops including paddy and pulses is going on today. I have been told that extensive arrangements have also been made for it in many parts of the state. This time, the value the farmers are getting is getting on the basis of new support price.All of you are aware that the government has increased historically in the support price of 21 crops of Rabi and Kharif.The cost of these crops is now A minimum of 50 percent has been given directly to the farmer.Farmers of UP, where the farmers are making record of production, Yogi's government is breaking records of procurement from farmers. And so I congratulate the government of Yogi ji. In this case, about 50-55 lakh metric tonnes of wheat has been purchased in the case of wheat. Whereas in earlier government this procurement was only 7-8 lakh metric tons. That is, the government of Bharatiya Janata Party Yogi ji was worried about getting the right price by paying around 7-8 times the farmers. Not only this, this shopping has been done directly by the farmers through e-earning technique, which has helped in removing the middlemen.Companions, these changes are not only in the purchase of paddy and wheat, but the change is also visible in the process of purchase of sugarcane. Farmers have been paid more than Rs 27 thousand crores of this season. Not only that, about 11 thousand crore rupees have been given to the farmers of the last dues. I am told that the Yogi government is trying to get back the dues which are owed on sugar mills too.I am also happy to know that the UPA Government has also decided to purchase potatoes for the first time. This will surely benefit the farmers who had problems in getting the proper value of potato.These efforts are part of the commitment of the Central Government, in which the village and the farmer have become an integral part of our economic thinking. It is our clear fact that no one brings the farmer forward, but the farmer takes the country forward. This is the reason that the government is working with complete integrity rather than the old thinking of working in pieces on agriculture and farmers' issues. Our focus is on removing the small difficulties of the farmers.Companions will be 75 years of independence till 2022, when the income of the farmer of the country is doubled. For this, the government is determined. For increasing the income of the farmers, going on the policy of low cost, more profit, there is an unprecedented inclusion of scientific methods. is. A robust arrangement from seed to market is being prepared in the country. Several steps are being taken to improve the health of Mithi to the mandis. More than 16 million Soil Health Cards have been given to the farmers across the country, out of which around 3 crore have been distributed here in UP. This makes it easier for the farmers to decide which crop will be suitable for that soil and which quantity of fertilizer is necessary.In order to maintain its fertile strength along with companions, soil quality, organic formulation is being encouraged, farmers are encouraged to use more of the compost which is made from waste. But adequate availability of fertilizer such as urea has also been ensured for the production of the country according to the requirements. The irrigation system is also being strengthened. The new technique of irrigation is being promoted as well as new irrigation projects. Per Drop, More Crop How does the crop benefit from each drop? For Drop Drop, More Crop, farmers are being encouraged. Scientific methods like drip irrigation, sprinkler irrigation, i.e. drip irrigation, micro irrigation system, are becoming part of our irrigation system.Israel is well-known in these new ways of irrigation. At the same time, Japan has been working very broad in terms of agriculture-related technology. Therefore, being a partner of this farm kumbh, you, the entire country, will be benefiting from the expertise of these two countries.Along with this, we are rapidly moving towards transforming electricity and diesel powered pumps into solar pumps. In addition to these arrangements, a large amount of irrigation is our pumps, so too big efforts are being made on its behalf. An extensive campaign to replace these pumps running on electricity or diesel with solar powered solar pumps is in progress. Under this, in the coming four years, solar pumps are to be planted in the fields of about 28 lakh farmers across the country. This will give free power to the farmers, secondly, they will also be able to sell power to the electricity distribution companies which are generating electricity. .Companions, at one time yesterday that our farmer was an Annadar, there has also been a possibility of becoming a energy conservator. He is also the food adder, he will also become the energy keeper. Friends, when I went to Gujarat a few days ago, when I went to Gujarat a few days before witnessing how much change was going on in this life of peasants, in some villages, a farmer's family started work on solar panels and solar pumps inside the village. . When the sun began to generate electricity from the rays, it used to run its farm, the pump ran. With this the need of their power was fulfilled, together they are earning about 50 thousand rupees per year by selling electricity.The Government has made serious efforts for the benefit of the peasants, the farmers to get the benefit of science directly. Work is being done to directly connect farmers and scientists with research centers. So that whatever new research is related to farming, it is connected to seed, its right information can reach the farmers in the shortest possible time. For this, about 700 agricultural science centers across the country have also been given a bigger role. Modern institutions related to research on agriculture are being prepared. The Rice Research Center, built in Varanasi, is also a great effort in this direction. The government has taken big steps for Value Addition to get higher prices for the crop. The government has decided to set up 100 percent FDI in Food Processing Sector.We also know that tomatoes sell cheap but sell tomatoes soup and fill in bottle and get more money. Rice mangoes get less money but by selling the raw mango pickle, you get more money. Green chillies get less money but by making a pound of chillies, they get more money. This is Value Addition. Apart from this, the TOP scheme was also announced in the budget of Rs. 500 crores for the value addition related to the production of tomatoes, onions and potatoes. This will also give a lot of benefit to the potato farmers of UP. This has opened the way for investment in agriculture, which has a huge advantage to Uttar Pradesh. I have been told that there was a proposal for investment of about 16 thousand crores in the price increase in the Agriculture Production Sector in the UP Investors Summit. Out of this, 14 projects worth Rs.33 crores have been released.In addition to the successful use of Green Revolution, we are now in the process of creating White Revolution, Sweet Revolution, Blue Ruelos have come out on new paths. The production of milk production, honey production, egg or fish production, the country is making new records.Two days earlier, the Indian government has taken a very big decision for the farmers belonging to the production of fish, fishermen and siblings. . The government has approved a new fund of 7.7 billion rupees.Companions, you are an important part of all the farmers, agriculture experts, scientists, and the Indian economy present in this agricultural Aquarium. Because whatever you are doing, it is going to have a huge impact on the fast growing economic power in the coming time. I expect you to sit with the farmers in this Kumbh Kumbh and have a deep churn on farming techniques. How to use less manure, how less water is used, how to improve the harvesting of crops, how to use robotic and drone techniques, how to make effective use of farming, there are many topics which need more work. .Apart from Parli, which is seen as a waste, how can it be converted into Wealth through the new technology, the waste can also be made of Kanchan. There is nothing shortage under the field, not even before the crop, even after harvest. Everything in the farm is gold. If a farmer uses it as a zohari then one thing in his farm will not be wasted. Garbage can also become Kanchan, wealth can also be created in waste. There is also a need to work in a broader way. The government is now giving discounts of 50 to 80 percent for the machines to stop farmers from burning. But we will have to move towards some concrete measures based on technology that will eliminate the compulsion of burning our farmers in front of our farmers and also protect the environment.I am confident that you will think about these issues to make agriculture profitable during the coming three days, and how Value Addition should be there. In particular, in different districts of UP, there will be discussions about how new experiments can be made according to the need.These Krishi Kumbh will give a new direction to the agriculture system along with the UP as well, with great desire, once again, many of you best wishes.Thanks a lot!
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/27_08_2018_PM’s address at BRICS Outreach dialogue in Johannesburg, South Africa.txt:
--------------------------------------------------------------------------------
1 | Excellency, President Cyril Ramaphosa,My colleagues of BRICS,
2 | all my respected companions present here from around the world, First of all I congratulate President Ramphosa for empowering the Outreach process in BRICS. This dialogue between BRICS and other emerging economies is a good opportunity to exchange views on important topics of development. The presence of a large number of African countries here is also natural, and the subject of happiness too. India's relations with Africa are historic and deep. My government has given the highest priority to the expansion of India's historic efforts for independence, development and peace in Africa. Over the last four years, our economic relations and development cooperation has reached new heights through more than 100 mutual visits and visits of Heads of State and Government level. Today more than 40 African countries have 180 lines of credit more than 11 billion dollars. Each year, 8000 African students are given scholarships in India, E-network for tele-medicine in 48 African countries, and investment of 54 billion dollars by private sector, is building capacity based on Africa's needs in Africa. While addressing the Parliament of Uganda in the days of Uganda, I have explained in detail the 10 principles of partnership between India and Africa. These 10 principles are guidelines for development, cooperation, peace and security for the development of Africa, and further strengthening hundreds of years of relationships between our people. For the important initiative of African Continental Free Trade Area, I warmly congratulate all African countries. I also welcome the various efforts being made for regional economic integration in Africa. Capacity building is being done in Africa based on the needs of Africa. While addressing the Parliament of Uganda in the days of Uganda, I have explained in detail the 10 principles of partnership between India and Africa. These 10 principles are guidelines for development, cooperation, peace and security for the development of Africa, and further strengthening hundreds of years of relationships between our people. For the important initiative of African Continental Free Trade Area, I warmly congratulate all African countries. I also welcome the various efforts being made for regional economic integration in Africa. Capacity building is being done in Africa based on the needs of Africa. While addressing the Parliament of Uganda in the days of Uganda, I have explained in detail the 10 principles of partnership between India and Africa. These 10 principles are guidelines for development, cooperation, peace and security for the development of Africa, and further strengthening hundreds of years of relationships between our people. For the important initiative of African Continental Free Trade Area, I warmly congratulate all African countries. I also welcome the various efforts being made for regional economic integration in Africa. And there are guidelines for further strengthening hundreds of years of relationships among our people. For the important initiative of African Continental Free Trade Area, I warmly congratulate all African countries. I also welcome the various efforts being made for regional economic integration in Africa. And there are guidelines for further strengthening hundreds of years of relationships among our people. For the important initiative of African Continental Free Trade Area, I warmly congratulate all African countries. I also welcome the various efforts being made for regional economic integration in Africa.Excellencies, Free Trade and Commerce has pulled out millions of people from poverty in the last three decades. Sharing the benefits of globalization and development to people was a key part of this process. And Global South was an equal partner in this effort. Since the economic crisis of 2008, the fundamental aspect of globalization has been clouding protectionism. The most profound impact of this trend and the slowdown in the growth rate is on those countries which could not take advantage of industrial progress opportunities in the colonial period. Today we are once again at historic turn. Due to digital revolution, new possibilities are emerging for us. And so, it is important that we be fully prepared for changes due to automation, artificial intelligence and big data analytics. This will require investment in digital infrastructure and skilled workforce. Also, inclusive global value chains,Excellencies, India has been contributing to its development with its partner countries. By sharing our development experiences under South-South Cooperation, all possible cooperation by technical cooperation, training and capacity building in other developing countries is an important part of our foreign policy. At the same time, India has also been providing financial assistance as well as having self-developing countries in areas like infrastructure, power, agriculture, education, health, information technology, according to the requirements and priorities of participating countries. South-South Cooperation has been a major base in India's development journey. Sharing your development experience with developing countries has always been a priority for India, and will also be in the future.Thank you all so very much.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/29_10_2010_PM’s address at Indian Community Event in .txt:
--------------------------------------------------------------------------------
1 | Hello!A country like Japan, this atmosphere of the Aike Season and together with all of you, is really a wonderful combination.Even in India, there is a working day, and at 9 o'clock in the morning, I have to call, but in such a large number of days, it seems that some people will have fire at night. I am very grateful to you for your blessings for this love.Today's meeting is also special because since you got all the settlers settled in Japan in 2016, I am meeting today. On this occasion, from the side of India, I am your dear friend, Prime Minister I congratulate Shinzo Abe for being the President of LDP again.To the people of India, towards me, the love of Prime Minister Abe, has always been his affection. This time, I am thankful to the Prime Minister and the people of Japan for the kind of special felicity he has given to this new dimension. Besides, you also give many good wishes to all of you Deepawali. In Deepawali, where the lamp resides, the same way you can illuminate your name and country in every corner of Japan and the world, this is my wish.Colleagues,This is my third visit to Japan as the Prime Minister of India. And whenever I got an opportunity to come to Japan, I feel a sense of belonging here. That is because the relations between India and Japan are rooted in cult to trend. Hindu or Buddhist, our heritage is shared. We take a glimpse of this legacy every second, from our adorable to alphabets.Mother Saraswati, Maa Lakshmi, Lord Shiva and Ganesh are all equally present in the Japanese society. The word "service" means the same in Japanese and Hindi. Home became goma here and the pylon became tori in Japanese. The Japanese pilgrims who go to Holy Mount Ontake (Onta), who wear traditional white attire, also write some ancient characters of Sanskrit-Siddim script. When they wear White Japanese Tengui, they are written OM.There are many strong threads in such a past in the struggle of colleagues, India and Japan. Where Buddhas and Bose add to the history of India and Japan, the present is strengthening the new India's ambassador like you. The ambassador of the government is one but the ambassador here is thousands. You are a bridge that connects India and Japan to the people, culture and aspirations of both countries. I am glad that you are playing this responsibility with your success.Companions, whenever I talk to Prime Minister Abe, he praises the Indian community so much that the mind becomes giddy. You people have earned great respect from their skills, their cultural values here. Yoga has been successful in making you part of Japan's life. In the menu here, you brought Kadhi rice and now you also celebrate Diwali with your Japanese friends. You have started giving the art of kabaddi to this country, skillfully trained in martial arts, and now you are also engaged in developing the culture of cricket. The way you have contributed, Co-exist to Conquer, in the heart of the hearts, the place is made in Japanese hearts; it is really kabiladad. I am happy that more than 30 thousand Indian community is working as a representative of our culture here.Companions, many of you naturally keep coming and going in India. Those who have not been for a long time, must have been taking information through the newspapers, through the Internet, about the change in India. Today India is passing through a major phase of change. The world is today glorifying India's efforts to serve humanity. The country is being honored for the work that is being done in the field of public service, which is going on in India. Recently, two great organizations of the world have appreciated India's efforts, have been honored. To contribute to Green Future, the United Nations has championed India as the Champion of the Earth, then the Sol Peace Foundation has given it as a Sol Peace Prize.Companions, these honors may have been given to Narendra Modi as a representative of one and a half million people, but my contribution is as much as the thread of the necklace that is moving the beads and encourages them to move forward by organizing. Our country is full of pearls from one diamond like you. Only a organized effort was required which we have been doing for the past four years. Today, the collective power of the people is giving the same power to the world. To safeguard the environment, to overcome economic imbalance, India's role is to lead world peace.I thank the Jury of the Sol Peace Prize for praising Modinomics. In full respect of their feelings, I would like to say that instead of Modinomics it is respect for Indonomics. Being the head of the government, I am doing what is the culture of India, the tradition of India. Vasudhaiva Kutumbakam and Survey Bhawan Sukhina:We are dedicated to our ancient values of Surya Satyam Niramaya. Our government has only made so much change that the world, the glasses of India should be seen. And do not look at India with eyeglasses. Our government is constantly working with the spirit of Indian Solution, Global Application. We are resolving problems of India first and then presenting that model to other countries of the world.Friends, you will be proud to know that the Transparency of JAM's Trinity, which has come to India, is being inspired by the other developing countries of the world. This system is being studied in India. Apart from this, our modern system of Digital Transaction, such as BHIM App and Rupay Card, is also curious in many countries of the world. I have been told that Japan is also increasingly making efforts towards Less Cash Economy. You will be happy to know that India has gone a long way in this direction today. Over the past four years, digital transactions have increased by almost 7x through UPI, BHIM and other digital platforms. At the same time, Financial Inclusion is taking India to the next level and home delivery of Financial Services is being done through Post Offices to the village. You have seen the postman in your childhood, today he has become a postman banker.Companions, today India is making unprecedented progress in the case of Digital Infrastructure. Broadband connectivity is reaching village-village and more than 30 million mobile phones are active in India today. Sometimes it goes that India has more mobile phones than its population. In India, 1GB data is cheaper than the smallest bottle of cold drink. The cheapest data today is becoming an effective medium of service delivery. While Make In India has emerged today as a global brand. Today, we are making great products not just for India but for the world. India is becoming a global hub especially in Electronics and Automobile Manufacturing. In Mobile Phone Manufacturing, we are moving forward towards becoming number one.Behind the success of the peers, Make in India, is the atmosphere that has been made for business in the past four years. In the Ease of Doing Business Ranking, we have made a jump of more than 40 digits. In Global Competitive We have also improved the level of 5 this year. At the same time, in the case of innovation, we have joined the list of the world's leading countries today. This is the reason that in the case of India Start Up, the second largest ecosystem is created.Companions, whatever innovations are taking place in India, whatever solutions are being prepared, they are cheap and are also good in terms of quality. India's Space Program is a great example. India is sending many satellites of private sector companies to space today at very low cost. Last year, our scientists created an unprecedented record of launching more than one hundred satellites simultaneously. We sent Chandrayaan and Mangalyaan space in a very small amount of time, now we are preparing to send Bharat Gagnan by 2022. These gaganis will be completely Indian and in this space there will also be Indians going to space.Many such changes are taking place in India today from colleagues, from zombies to space. Due to these changes, India today has become the world's fastest growing major economy. Looking at these changes, all the agencies in the world are saying that India will drive growth of the world in the coming decade. In this growth story of India, Japan is going to contribute a great deal to all of you. From the bullet train to the Smart Cities, Japan's new infrastructure is being prepared today in Japan. India's Man-power, Youth Power of India is also benefiting from the skills of Japan.My colleagues, I invite you all to be active participants in the creation of New India. Today there are appropriate opportunities for investment and innovation in India, but it is also important time to join activation with its roots. Indians settled in Japan have always contributed a lot to the country, together with Japanese friends. Swami Vivekanand ji, Netaji Subhash Chandra Bose, who has got the support of India's independence movement from Japan, will always be in the heart of millions of Indians. Our relations should be further intensified in the future, our partnership and strength, for this we Everyone has to make constant efforts.I invite you to this forum from today to Pravasi Bharatiya Divas and Ardhakumba in January next year. Pravasi Bharatiya Divas will be in Varanasi this time, Where the Prime Minister Abe was fascinated by seeing Ganga Aarti. And I have been invited to come to Varanasi because I am a lawmaker there. So in a way you are all my guests. Two days later, on the map of the world, India is going to make its new identity permanent. 31 October is the birth anniversary of Sardar Vallabhbhai Patel. Sardar Saheb's birth anniversary, we have come to believe every time, but this time the attention of the whole world is going to be attracted because Sardar Sahab's land is becoming the world's tallest statue of Sardar Sahib on the soil of Gujarat. It is so high that in order to understand it, I will say that the statue of Unity from the statue of Liberty is double high. The higher the talent of Sardar Sahib, the higher the statue, the higher will become. Every Hindustani can proudly say that the world's highest statue is on the earth of India, Sardar Patel belongs to. It will be released on 31 October. I believe that whenever your people of Japan come to India whenever you come to India, you must surely inspire them to go to see Sardar Patel's world's tallest statue. This is my solicitation.Finally, all of you best wishes to Deepawali. Thank you very much for coming to such a large number in the morning.Thanks!
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/29_10_2018_PM’s Press Statement during his visit to Japan.txt:
--------------------------------------------------------------------------------
1 | Prime Minister and my close friend Abe ji ,Distinguished delegates, Friends,
2 | hello! Concharya! Here in Tokyo, and earlier in Yamanashi and the affair with which Abe San welcomed me, he made the success of my visit to this Japan even more unimaginable. Japan is the confluence of the best aspects of the civilizations of the East and West. This is the only great country that has taught that the path to the development of mankind is not a conflict between the ancient and the new, but its coexistence and the creation. Welcome to the new and the honor of the old - this is the key to Japan's world civilization. And also a deep similarity between India and Japan.Excellencies, The relations between Japan and India are received by the depth and breadth of the Indian and Pacific oceans. These relations are based on democratic values and freedoms and shared commitment towards the Rule of Law. On a huge vision for the forthcoming development of our relations yesterday and today I have had a very useful conversation with Abe San. Today, we have signed this shared vision. Tomorrow it will give new light to our future. We have the fullest agreement that we will give unlimited pace to our cooperation from digital partnership to cyber space, from health to protection, and from sea to space. I have been told that Japan's investors today in India 2 New investment of $ 5 billion has been announced. This will provide employment to about 30 thousand people in India. During this visit, our mutual trust and our growing partnership of mutual partnership in the mutual consent of the bilateral currency swap arrangement is clearly visible.Friends, The 21st century is the century of Asia. But there are questions on its form. Who has the advantage, what to do, there are many such questions. But one thing is clear. Without the cooperation of India and Japan 21st Century can not be a century of Asia. Abe San and I have agreed to the 2 + 2 Dialogue between our Foreign and Defense Ministers. Its purpose is to promote peace and stability in the world. Japan's entry into the International Solar Alliance will be another bright example of such cooperation in the interest of the world.Friends, The next year Japan will host the G-20 Summit in Osaka. Next year the Rugby World Cup will also be held in Japan. The tournament will be held in Asia for the first time. And then in 2020 Olympics (Olmpix) will be held in Tokyo. For all these important global events, on behalf of me, and from all India, our warm greetings are with you.Friends, Progress in the relations of Indo-Japan is infinite like Japan's Kaizan philosophy. Together with Prime Minister Abe, I am committed to strengthen these relations further. I once again thank Abe San, the Government of Japan and your heartfelt thanks and best wishes to all of you.DOMO ARRIGATO GOZAIAMES
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/29_10_2018_PM’s address at Make in India India-Japan Partnership in Africa & digital Partnership seminar in Tokyo.txt:
--------------------------------------------------------------------------------
1 | Business leaders present in large numbers from Japan and India. Senior CEOs of CEOs, Kedinarden, Jetro, NIKKI, CII and NASCOMComing to Japan, talking to the business community here gives me great pleasure. I still remember, for nearly 10 years, my entrepreneurs have been discussing in detail in detail. I had understood your vision, many new things were learned from you. In the last decade your intimacy towards India has been growing steadily over time.At every level of the Government of India, the effort is to change the business environment in the country in such a way that there is every step of feeling at ease of doing business and ease of living.Colleagues , A few years ago, I talked about making a mini Japan in India. It is a great pleasure for me that today you are working in India at a much larger level.For many decades where there were around 1150 companies in India, between the years 2014 to 2017, more than 200 new companies of Japan have started operating in India. These numbers are increasing day by day. You are eligible for this.Today companies from Japan have car manufacturing from India to Communication; The work is going on together from infrastructure to services. This pleasant journey between India and Japan has also been pleasurable and result-oriented, for my side, very good luck to all of you.Colleagues , The co-existence of India and Japan is based on faith and our shared heritage, based on our intimacy. This is the spirit and ritual in the founding of close relationships between the two countries.This is the reason that during my first visit to the Prime Minister in 2014, we have decided that both countries will take their relationship to a new height, upgrading it to the level of special strategic and global partnership. Since then, the Hon'ble Prime Minister of Japan, Abe and I have been continuously meeting together. Prime Minister Mr. Abe and we together have overcome many obstacles in the business work between the two countries.Companions , theJapanese government has assisted in our many ambitious infrastructure projects over the last few years. Our Western Dedicated Freight Corridor is now about to be completed. This will reach the state of being fully operational after one year. The project of our Delhi-Mumbai Industrial Corridor connected with this is going well with the cooperation of Japanese government and Japan companies.During Hon'ble Abe ji's last visit to India, we decided to work with the High Speed Rail Project. India's first project has started between Mumbai-Ahmedabad and it is also working at a faster pace.Colleagues , It has been almost four and half years since my government remained in India. In the meantime, the business that I attached to the top of my priority list is - Ease of Doing Business .. The result is now in front of the world. In 2014, when I took over the reins of the government, India's position in the World's Easy to Doing Business ranking was 142th. Now we are on a hundredth rank and are still working very broadly to improve the ranking. At the level of the federal government, at the level of State Government, we are taking one step after the local government level. We will get more good results in the coming years.Such a big improvement has been made possible by the decisions taken quickly and decisively, and the changes in the rules of the inadmissibility.I want to tell you one more important thing here. Government of India has started Ranking of 36 States and Union Territories to further promote the Ease of Doing business.It has been a major impact that now in the states, Healthy Competition has begun with investment, which has very good results.Colleagues , Capital investment is the need of our country. In the area of Ease of Doing Business, we are taking sincere steps. When capital investment will be created, new jobs will be created for the unemployed, there will be improvement in the country's infrastructure, there will be value addition in agriculture, mineral, sea properties and all other natural properties.Our effort to give our citizens the ease of living is an extension of the Ease of Doing Business.Therefore, by running a Maha Abhiyan, we have worked in the area of Ease of Doing Business. We have also got other achievements due to this great effort:· World Intellectual Property Orgnisation (WIPO) has ranked 21 in the Global Innovation Index ranking.· In World Economic Forum's Global Competitiveness Index, we have climbed 31 places in 2 years.· India is firmly named in the 10 FDI destinations listed by UNCTAD.In the last few years we have done quite a lot of reforms in the field of FDI. Today, we have become the most open economy in terms of FDI. More than 90 percent of permissions are now given on Automatic Route.· The result of this is that our FDI has increased from 36 billion US dollars in the last 3 years to 60 billion US dollars.· Today, we are the big economy to develop at the fastest pace in the world.· Now we are an economy of 2.59 trillion US dollars with the economy of sixth and soon to be the fifth largest economy.The Indian economy due to the committment we have improved with the domestic level:· Formal Economy is being created from Informal.· Transactions are now coming online rather than on Paper, which has led to increased stability and transparency.Transportation has become easy due to GST being implemented across the country and the Logistics sector has become stronger.· Over time, we are going to reduce corporate tax. This is being taken care of That is, MSME i.e., small industries, has immense gains.The demand for business class of stability and transparency in policies has now become the identity of the Government of India.Colleagues , During my first visit as Prime Minister, I talked about setting up an organization named Japan Plus. I am very happy to say that JETRO and you all have used that system.On this occasion, I would like to share another information. Japan plus works with our Invest India. The United Nations has rewarded the global honor for its finest works just a few days before this investment India.Colleagues , The fast growing economy in India, the rapidly growing middle class, the rapidly growing urban population and our Young Demography provide a very wide range of opportunities for the companies of Japan.I give some examples-In India, we have moved forward towards making the Global Hub in the field of Manufacturing and Research under the specific programs like Make in India for the last four years.There is a lot of potential for working in Japan especially MSME companies in India. I want to say here that every major company coming to India is welcome but only through MSME, Japanese business leaders can take their business to new heights. In the short term, MSME results appear.One of the benefits of doing business in India is Low cost manufacturing too. Competitive Labour Cost is a huge force in India.In the same way, our IT industry is a huge power. I have come here before, and if you find our software and your hardware, then I think that we can miracle inside the world.Not only this, India is rapidly moving forward towards industry 4.0 through new inventions like Artificial Intellingence, Internet of Things, 3D Printing, Robotics etc. in the field of technology.Similarly, Electric Mobility is an area in which cooperation between India and Japan is going to prove extremely beneficial for both countries.Colleagues , Besides, in India we are doing unprecedented work on Infrastructure too. Now our emphasis is on Next Generation Infrastructure. We intend that we create a Competitive Economy based on the skill, speed and scale. To realize this idea, we are constantly trying to improve investment climate.From today on this forum, I invite all of you to the huge business opportunity that is being made in India. I would like to give you some more examples of this immense opportunity:· Our Sagarmala program through which we want to connect the coastal regions of the country to regional areas, is a great opportunity for you.· Many new opportunities are also being created due to the smart city program. We also want to introduce metro rail in our 50 cities.· In the same way, the expansion and modernization of our rail and road is also very huge. Right now we have to build many high speed corridors.· With the modernization of existing port and airport, establishment of new ports and airports is also on our agenda.· Inland Water Transport and Green Energy is our new commitment and that too is a great opportunity for you.· Our steel consumption is currently very low. Iron is also abundant. I want high grade steel production in India.Colleagues , Both India and Japan are strong supporters of democratic values and freedoms.Also, there are many similarities in our approach to policies for development and policies.Apart from infrastructure and capacity building, Japan and India have strong potential for cooperation in third countries in areas such as health and agriculture.Therefore, whether Indo-Pacific or South Asia or Africa, India and Japan will strengthen our participation in the development of third countries on the basis of priorities of our partner countries.From the entry of Japan into the International Solar Alliance, new doors to partnership between our two countries are open in third countries on topics such as solar energy and climate change.I am happy that today many members of the forum in the meeting of the India Japan Business Leaders Forum presented a number of good ideas for enhancing the cooperation between India and Japan businessmen in these areas in Africa.Colleagues , I've always been talking about Strong India - Strong Japan.I express our gratitude to Japan's entrepreneurial class for this special trust on India today.I would also like to invite all of you to increase the pace of investment in India.I assure you that you will be given all possible help to further strengthen trade relations between Japan and India.Once again I am very thankful to all of you for joining this event.
--------------------------------------------------------------------------------
/Speeches/narendramodi/2018/30_10_2018_PM’s address at the Valedictory Session of India-Italy Technology Summit in New Delhi.txt:
--------------------------------------------------------------------------------
1 | Your Excellency, Prime Minister Juspepe Cante, my colleague in the Cabinet. Harsh living, Tech Summit at present Technology associated with the world of all partners in India and Italy, ladies and gentlemen !Hello!Chao, Komai Stai!A specially warm welcome to all guests who come here from Italy!Benvenuto in India!Friends,The 24 Th is Tech Summit. Italy's participation in this summit as Partner Country, as well as the dignified presence of Prime Minister Kunte, is a matter of pride for us.Before coming here, during my official visit, my expansion has been discussed with Prime Minister Mr. Kante. I have experienced my enthusiasm and commitment to relations with India.This year is also important for us as it is the 70th year of Diplomatic Relations of India and Italy. This year, our cooperation in the field of Science and Technology is completed 40 years. Prime Minister Kunte's visit to India on this auspicious occasion has a different significance.Friends,This is the time when it is difficult to imagine life without technology. Today almost every person's life is connected to technology in some form or the other. In the past few years, there has been a lot of change in the field of technology. Its speed is so fast that the effect of a technology does not reach the last end of the society so that it gets better technology. In such a situation, there is a challenge to run with the changing technology in front of all the countries, and there are many new opportunities.India has made technology a medium of social justice, empowerment, inclusion, competent government machinery and transparency. Effective last service delivery of government services is being ensured through technology. In particular, a comprehensive infrastructure of Digital Technology is being developed so that the general public can easily get the benefits of the facilities. We consider technology as an important medium of ease of living.Friends,Today one of the world's largest Direct Benefit Scheme is going on in India. Government help is being provided directly to the beneficiaries' bank accounts. Many facilities from Birth Certificate to Old Age Pension are online today. The services of more than 300 centers and state government have been brought on a platform through Umang App.Digital payments are now increasing at a speed of about two and a half million transactions per month. More than 3 lakh Common Service Centers across the country are providing online services in village-village.In the last 4 years, the cost of a GB data in India has decreased by more than 90 percent. This cheap data in India is becoming an effective medium for delivering digital technology to every person in the country.Friends,India is now moving forward to take the IT Software Power's identity to the next level. We are insisting on developing Technological Temperament from Scientific Temper in India .Temperament is being developed for future technology, for innovation in schools through the Atal Tinkering Lab throughout the country. A network of youth is being created across the country through the Atal Innovation Mission, which will become the strongest pillar of the fourth industrial revolution.The result of these efforts of the Government is that in the ranking of the World Intellectual Property Organization, WIPO's Global Innovation Index, we have come up 21 places. Apart from this, today's world's second largest start-up ecosystem is in India.There is also emphasis on quality in the innovations that are taking place in India . India's Space Program is a great example, and Italy has also realized its success.Today India is sending the satellite to many countries in the world, including Italy, at a very low cost. They are proving useful in extending the benefit of satellite technology to home.Friends, today, when the world is discussing Industry 4.0, strengthening cooperation between science and technology between the ancient civilizations of India and Italy will create new opportunities, but we will also be able to face the challenges effectively.Friends,Today India is one of the fastest growing economies in the world. Ecosystem of India's vast Domestic Market, Young Population, Technology and Innovation, is going to be a strong engine of growth in the world.At the same time Italy has a rich heritage in science and technology. Italy's name in the world of manufacturing is known for best quality. Therefore, India and Italy together can strengthen their cooperation in High Quality Research. Through this cooperation we can prepare shared technologies for solving global challenges.This is the reason that strengthening the cooperation between science and technology for the betterment of the lives of people of both countries, clean the environment, science and technology for human welfare is the most necessary in comparison to earlier. I am happy that the scientific community and business leaders of both countries are collaborating in the areas of Cutting Edge of Research and Innovation. We have extensive cooperation in areas such as Renewable Energy, Environmental Science, Neuro Science, and IT to preserve cultural heritage.Friends,Along with strengthening this path of cooperation, our goal is to ensure that the results of research and development are not limited to labs but they also reach the society, the public. That's why I always say " science is universal, technology has to be local ".In India, we have started the Science and Heritage Research Initiative, i.e. SHRI, to preserve its historical heritage. Its purpose is to find solutions related to technology for the preservation and restoration of historical monuments. Technology, Tourism and History - The combination of the three appears in this initiative.I believe that by promoting Science, Technology and Innovation, new speed of development will be ensured. They will also have an important role in the development of our bilateral relations. This is the purpose of this Tech Summit.I am confident that in the last two days Summit will help in enhancing the technology transfer, joint ventures and market access between the two countries. This Summit will play an important role in discussing our shared future.Friends,Today, I am very happy to announce the introduction of the next phase of Indo-Italian bilateral Industrial Research and Development Cooperation Program. This will enable our industry and research institute to develop new products and prototypes without any interruption. " Know how" , is the need of time to change into " Show how" .In order to strengthen economic relations between the two countries, we have also agreed that a CEO Forum under the guidance of the Joint Commission on Economic Cooperation, JCEC is also constituted. Simultaneously, to increase the two-way investments between the two countries, there has been consensus on the formation of a Fast Track Mechanism to remove the hindrances in doing business .I am also happy that India and Italy have agreed to increase cooperation in the field of LAD i.e. Style Style Accessories Design . There will also be special focus on leather sector, Transportation & Automobile Design ie TAD .Also, I am also happy to state that both countries will establish Indo-Italian Centers of Excellence based on skills in select areas such as conservation of cultural heritage, Renewable Energy, Life Sciences and Geo-Hazards. Not only will these high schools, research institutes and industry interconnect, but also the technical solutions to the challenges facing us.Friends,I congratulate all the organizers for the success of the Tech Summit. I also thank the Government of Italy for heartily accepting our invitation to join us as a partner country. I am very grateful to all the participants of Tech Summit. The contribution and presence of all of you have been important for the success of this Summit.Once again, I express my gratitude to Prime Minister Kunteji for enhancing the beauty of this program. Not only this, he has also given a valuable gift to his personal guidance, attitude and commitment to the newly-formed Indo-Italian Partnership. Gretze Mill!Thanks a lot !!!
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/26_02_2019_PM’s address at ‘Gandhi Peace Prize’ presentation ceremony at Rashtrapati Bhawan, New Delhi.txt:
--------------------------------------------------------------------------------
1 | His Excellency President, all the senior great personalities present and who have received the respect today, all the greats dedicated to society, I apologize to you first of all, because the program started with a little delay, because I was busy with some other work which caused me delayed, so I apologize to all of you. Today, the people and organizations honored for the Gandhi Peace Prize, in a way, this year is also important because the 150th birth anniversary of Pujya Bapu is celebrating the country and the world, and Pujya Bapu lives the way in which he lives in his life. Wade and those who tried hard to perform in social life, who made unremitting efforts. By taking similar actions, the organization that is dedicated, those who are dedicated, are liked for this respect. Vivekananda Center of Kanyakumari, be a single school, This society continues to strive for education and rituals to the people sitting at the last end of life. They have built a huge chain of work that is dedicated to society. I congratulate him very much on this occasion of honor.When Gandhi was asked, once he had said that in both Swaraj and cleanliness, I have to like something first, then I would like cleanliness and it is our responsibility to fulfill that dream of Pujya Bapu. Anyone in the country who carries herself for sanitation, for the sanitation, she is very respected for all of us. And the way the accessible toilets are working to make the same thing, they also got the opportunity to congratulate today. Through the Akshay Vyas, the children of the country should get mid day meal, this is the activity of the government in all these states. He has tried to give him a touch of professionalism by Akshay Patra and I had the privilege of serving three billion trays in Vrindavan a few times ago. The Government of India is also working as a mission against malnutrition with a very comprehensive plan because India's childhood is healthy, So India will be healthy and by taking this feeling people's participation in these efforts is very necessary. When public participation joins the government's efforts. Then his power increases.The biggest thing in the success of Mahatma Gandhi's life was that the tradition of death for freedom never ceased in this country. The years of slavery, the revolutionaries have been getting the same years. This is the specialty of this country, but Gandhiji made independence a mass movement. If I do any work for the society, it will come to freedom, it will create freedom. People's participation, during the period of freedom of movement, was as important as the greatness of the freedom struggle, the equally prosperous India. That is also the way shown by Gandhi that with the participation of people and people's movement we fulfill the dreams of Pujya Bapu, 150th birth anniversary of Gandhi and 75 years of independence in 2022, we will go ahead with the resolution. Pujya Bapu was a world human. In spite of such engagement in the freedom movement, he used to serve one day a day for the blood vessels. Leprosy used to give time to myself, Used to own it. Because the mindset that was created in the society was to change it. Saskawa ji has been involved in this work in nearly four decades. A public awareness has been born against leprosy. His acceptance in the society has begun. There are many such people who, who were deprived of blood due to blood, understood their pain and tried to bring them into mainstream, then honoring all these efforts, Pujya is endeavoring a true tribute to Bapu. When Gandhi is celebrating 150th birth anniversary, then this world is human, in that form it is a matter of great pleasure to go to the world and to say that this time the holy hymn of 'Pure Bapu Bapu' should be called Vaishnava Jan Tao So, people from around 150 countries of the world The artists who did not know any language of India there, He sang Bhajan in the same way as' Vaishnava jan te tanee hai 'and singer of 150 countries' Vaishnav jan'gayei. If you go on the tube, then you are so big ... that is how the identity of India is growing, how it is growing, how India's acceptance is growing, and how Gandhi's ideal today is beneficial for human welfare today. It seems to accept the world. For this, now for every child of India, what can be a great pride for every citizen. Then once again I congratulate everyone very much. I wish a lot of good luck. While bowing down at the feet of Pujya Bapu, giving a humble tribute pauses my voice. Thanks a lot. What can be a big pride for every citizen. Then once again I congratulate everyone very much. I wish a lot of good luck. While bowing down at the feet of Pujya Bapu, giving a humble tribute pauses my voice. Thanks a lot. What can be a big pride for every citizen. Then once again I congratulate everyone very much. I wish a lot of good luck. While bowing down at the feet of Pujya Bapu, giving a humble tribute pauses my voice. Thanks a lot.
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/26_02_2019_PM’s speech at unveiling ceremony of world’s largest Bhagavad Gita.txt:
--------------------------------------------------------------------------------
1 | Hare Krishna - Hare KrishnaAshok's Chairman Pujya Gopal Krishna Maharaj, my colleague Mr. Mahesh Sharma, my colleague in the Parliament, Smt Meenakshi Lekhi ji, other important members of ASCON and the ladies and gentlemen present here.I have been told that people from many countries including America, Britain, Russia, Hungary have reached this program; Thank you very much to all of you tooFriends, today is very important. Hare Krishna, Hare Krishna This day is so important that in the morning I participated in the program of Gandhi Peace Prize and now I am getting an opportunity to dedicate the great form of Divya Gita Geeta to the nation. This opportunity is more special to me because I stand in that place where Atal Bihari Vajpayee Ji had laid the foundation stone of this temple premises almost two decades ago.Friends, this grandest lord of the world is three meters long and 800 kg. It is not only special because of its size, in fact, it will remain an icon by becoming a symbol of great Indian knowledge given to the world for centuries. All of you associated with ASCON have created their full potential and creativity in creating this Gita. This Gita is a symbol of devotion and dedication to Lord Sri Krishna and devotees of Swami Purvardas. You are all eligible for this commendable endeavor. This will increase the interest of the world towards the tradition of India's ancient and divine wisdom.Friends, many efforts have been made to bring Bhagavad Gita from general to normal human beings till now. From the smallest Gita to the biggest Gita - continuous attempts have been made to make this divine knowledge easy and accessible. Bhagavad-Gita has been translated into many languages in India and abroad.Sathiyo, Lokmanya Bal Gangadhar Tilak ji, while staying in jail, has written Gita secrets. In this, Lokmanya Tilak has made very simple explanation of Lord Sri Krishna's untiring Karma yoga. He has written that the effect of the message of the Gita is not limited to only the discussion of philosophers or scholars, but in the field of ethics, he always wins-seems awakened. Lokmanya Tilak has brought the knowledge of Geeta to the common man in Marathi and translated it into Gujarati.This Gujarati translation was read by the Father of the Nation, Mahatma Gandhi and this helped Gandhiji get much help in writing the Bhagavad Gita according to Gandhi. Through this composition Gandhiji placed another side of the Gita in front of the world. I had given this book of Gandhiji as a gift to former US President Mr. Barack Obama.Sathiyo, Shrimadbhavadgita is the most inspiring gift to India's world. Geeta is the heritage of the whole world. Gita is relevant to thousands of years. From the leaders of the world to the common man, the Gita has shown all the way to action in public interest. In almost every house of India, Bhagvad Gita is present in some form, many great figures of the world have not remained untouched by its divinity. From knowledge to science, inspiration of many people from all walks of life, it is said to be on the field of Kurukshetra.Famous German philosopher Schopenhauer wrote, "There is no study in the whole world more beneficial than studying Geeta and Upanishad, who introduced my life peacefully and gave my life the confidence of eternal peace. These things happened in that period when our country was enslaved in slavery, many attempts were being made to crush our culture and our tradition, and there was a lot of effort going on to undermine Indian philosophy.Sathiyo, a great effort by the ancient knowledge of India to introduce purity to India has been done by the eminent devotees on stage and many scholars and Bhagats in front of me have also done it. Shrimad-Bhakti Vedanta Swami Prabhunathji had himself dedicated himself to the Bhagavad-Gita. Just as the Gita and Satyagraha have been an important part of life for Gandhiji, in the same way for Swamiji also, these two ways of serving humanity are always dear to them. This is the reason that he had also taken part in the Quit India Movement under Gandhiji's leadership and after the country's independence, he left for the world tour to awaken the salvation of human liberation. Facing all kinds of challenges from his strong will, he carried out an expedition like Ascon which is today engaged in acquiring the world through the path shown by Lord Shri Krishna.Sethio, Geeta is a holy book, but it is also a life book. We belong to any country, we are supposed to be of any cult, but every day we are facing problems. Whenever we stand on the battle of indecision like Veer Arjuna, then Srimad Bhagavad Gita shows us solutions to these problems through service and dedication. If you are a student and are in a state of indecision, you are the head of a country or you are a Yogi who wished for salvation; You will find the answer to each of your questions in Shri Bhagwad Gita.I believe that Geeta is the greatest manual book of human life. The solution of every problem of life is found somewhere in the Gita. You have said so clearly to the Lord-Surat Parinean sadhu is a disasterDharma-establishment of Sankhwamy Yuga Yuga ..By means of the wicked, the power of the Lord always lives with us to save the earth from the enemies of humanity. We are endeavoring to deliver the same message to the wicked spirits and the atrocities with full credentials.Brothers and Sisters, when the Lord says, why waste in vain, who are scared of useless, who can kill you, what did you bring and what you would bring - so for yourself in the service of the people and the national service The motivation for being dedicated is automatically achieved.Friends, we have tried that every decision of the government, justice at the core of every policy, equality, equality of equality. The mantra of all development is the result of this feeling and every decision of our every plan and every decision reflects this feeling. Whether it is the steps taken against corrupt practices or associated with poor welfare, our ongoing work. It has been our constant endeavor that politics should be lifted out of the way of our own pursuit.Friends, our government has always been convinced that Indian culture, Indian values, and Indian tradition are the solutions to many problems of the world. Violence, there should be problems of families, environmental problems; Every challenge that the world is facing today, its solution is in Indian philosophy. Our government has given a sound voice to the auspices of yoga and Ayurveda, the identity of the world and the auspices like you and the saints of the country. As a result, today the world is getting attracted towards yoga and Ayurveda for health and wellness.Friends, I also believe that taking our yoga from Ayurveda to our ancient knowledge and science, there is still much to be done in the real sense of the world. Our best is yet to come before the world.All of us, from our ancient knowledge-based sciences, will insist that they give their efforts more speed and add new generation to research. The government is always ready to help you.Once again, every devotee associated with Ascon, every person, every person in the world who believes in humanity, congratulations on behalf of me for this divine Bhagavad-gita.You invited me here, participated in this sacred occasion. I am very grateful to you for this.Thank you very much, Green Krishna.
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/27_01_2019_PM’s address at foundation stone laying ceremony and dedication of multiple projects in Kochi.txt:
--------------------------------------------------------------------------------
1 | I am Happy to be here at Kochi the Queen of the Arabian Sea. The blue sea, the back-waters, the Great Periyar River the greenery all around and its dynamic people make Kochi indeed a Queen among the cities.It was from here, that the great Indian Sage Adi Shankar embarked on his epic journeys across India to protect the Indian civilization and unify the country.Today is a historic day when the largest industrial unit of Kerala is entering its next phase of development. It is indeed a proud moment not just for God’s Own Country but also for the entire Nation.Bharat Petroleum’s Kochi Refinery has played a critical role in popularizing the clean fuel, LPG among masses in Kerala and neighbouring States for more than 50 years.I recall, my childhood and youth, when I had seen many mothers struggling with the fire-wood stove in the kitchen. Ever since, I had always thought of improving their situation and providing healthy kitchens to the mothers and sisters of India.The Ujjwala scheme of the Government of India is a way to realize this dream. I am happy that since May 2016, nearly six crore LPG connections have been provided to the poorest of the poor in our country under Ujjawala yojana .Friends,More than twenty three crore LPG consumers have joined the Pahal Scheme.Pahal has helped in identifying ghost accounts, multiple accounts and inactive accounts. Pahal has entered into the Guinness book of World records, as the largest Direct Benefit Transfer scheme in the world. Over one crore customers have given up LPG subsidy under ‘Give it up’ initiative.By doubling the LPG production with the help of the recent expansion, Kochi Refinery is making a great contribution towards Ujjwala.To over-come environment pollution, the Government of India is promoting the use of environment friendly transport fuel, that is CNG by expanding the coverage of City Gas Distribution network in the country.After the successful completion of tenth CGD Bidding Round more than four hundred districts of the country will be connected for providing piped gas supply.The National Gas Grid or Pradhan Mantri Urja Ganga has also been created to have a gas based economy and enhance the share of gas in the energy basket.The Government has thought of developing additional fifteen thousand Kilo-Miters of gas pipeline network.To cut down on import of Crude oil, government has taken decisive steps towards reducing imports by ten percent and saving precious foreign exchange.To this end, the 2nd Generation ethanol through lignocellulose Route has been adopted by Oil PSUs for establishing twelve 2G ethanol plants in 11 States.Six MoUs have already been signed in this direction. The Indian refinery industry has done well in establishing itself as a major player globally.India, which is second largest oil refiner in Asia, is emerging as a refinery hub with refining more than its demand.The country’s refinery capacity is currently more than two fourty seven MMTPA. I take this opportunity to congratulate all for the timely completion of IREP.Last but not the least I recognize the work of all those labourers who worked day and night during construction. I am told that at the peak of the project, over twenty thousand labourers were working at the site.In many ways, they are the ‘Real Heroes’ of the Project. The Integrated Refinery Expansion Project was also a strategic move of Bharat Petroleum to diversify into non-fuel sector.My friends,petro-chemicals are a grade of chemicals which we don’t speak much about,but they exist invisibly and touch many aspects of our daily life. This includes building materials, plastics and paints, foot-wear, clothing and other fabrics orauto-motive parts, cosmetics and medicines. However, most of these chemicals are imported from other countries.It is our endeavor to see that these petro-chemicals are manufactured in India itself.I am happy that using the capability of Kochi Refinery to produce propylene after the execution of IREP, BPCL has gone ahead with putting up three world scale plants to manufacture acrylic acid acrylates and oxo alcohol under Make In India.These niche petro-chemicals will find use in paints, inks, coating, detergent, and in many other articles. Now, BPCL is starting the construction of a Petro-chemical Complex where it would produce polyols that find end use in foams, fibres, foot-wear, cosmetics, and medicines.I am sure by all these, many ancillary industries would come to Kochi.I hope the Petro-chemical Park planned by State Government would become operational soon and leverage the business opportunities provided by the Petro-chemical venture of BPCL.I am happy to note that BPCL along with other PSUs has set up a Skill Development Institute for skilling and developing employable youth.
2 | I am delighted to lay the foundation stone of the second campus of the institute at Ettumanoor near the holy Mahadeva Temple.I am also glad to note that Indian Oil Corporation has put out the Mounded Storage Facility at its Cochin Bottling Plant, around 12 kilo-metres from here at a cost of Rupees fifty crores.This will enhance LPG storage capacity and also reduce road movement ofLPG tankers.It is heartening to note that last August, when Kerala was passing through the worst floods in a hundred years, BPCL Kochi Refinery was kept running against all odds.I understand that many employees stayed in the refinery to ensure continuous production of petrol, diesel and LPG.This helped the rescue vehicles and heli-copters to continue relief and rescue operation smoothly.I urge BPCL Kochi Refinery to keep up this spirit of hard work, social commitment and innovation as it moves towards its next phase of development. We are proud of Kochi Refinery’s contributions towards Nation Building.But now we have greater expectations. I wish that Kochi Refinery leads aPetro-chemical Revolution in Southern India and support the growing needs of a New India!Jai hind
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/27_01_2019_PM’s address at the foundation stone laying ceremony of AIIMS, Madurai, Tamil Nadu.txt:
--------------------------------------------------------------------------------
1 | I am delighted to be in Madurai, famous for Minakshi-Sundareshwara Temple and a place that owes its name to the auspicious blessings of Lord Shiva.
2 | The Country celebrated Republic Day yesterday. In some ways, the laying of foundation stone of the All India Institute of Medical Sciences at Madurai today reflects our vision of “Ek Bharat Shreshtha Bharat”.
3 | Friends,
4 | We all know that AIIMS in Delhi has cultivated a brand name for itself in health care.
5 | With AIIMS in Madurai, we can say that this brand of health care has been taken to all corners of the country – from Kanyakumari to Kashmir to Madurai; and from Guwahati to Gujarat. AIIMS at Madurai will be constructed at a cost of more than rupees sixteen hundred crores. It will benefit the entire population of Tamil Nadu.
6 | Friends,
7 | The NDA Government is giving great priority to the heath sector, so that everyone is healthy and health-care is affordable.
8 | Under the Pradhan Mantri Swasthya Suraksha Yojana, we have supported up gradation of Government Medical Colleges across India.
9 | Today I am happy to inaugurate the Super Specialty Blocks of Madurai,
10 | Thanjavur and Tirunelveli Medical Colleges.
11 | The speed and scale at which Mission Indradhanush is working is setting a new paradigm in preventive healthcare. Pradhan Mantri Matritva Vandana Yojana and Pradhan Mantri Surakshit Matritva Abhiyan is making safe pregnancy a mass movement.
12 | The number of under-graduate medical seats have been increased by almost 30 percent in the last 4 and half years. The launch of Ayushman Bharat is also a big step.
13 | It is a carefully thought out approach to ensure achievement of universal health coverage for our country. Ayushman Bharat seeks to undertake path breaking interventions to holistically address health issues.
14 | One Point Five lakh Health & Wellness Centres are being set up to provide comprehensive primary care and preventive health services.
15 | Pradhan Mantri Jan Arogya Yojana provides financial protection upto Rupees 5 lakh per family per year to over 10 crore needy families in case of hospitalization.
16 | It is the largest Health Insurance Scheme in the world.
17 | I am happy to learn that one core fifty seven lakh persons of Tamil Nadu State are covered under this Scheme.
18 | In just over three months about 89 thousand beneficiaries were admitted and an amount of more than rupees two hundred crore has been authorized for admitted patients of Tamil Nadu. I am also happy to learn that Tamil Nadu has already started one thousand three hundred and twenty Health & Wellness Centres.
19 | On the disease control front, we are providing technical and financial support to states. Our Government is committed to TB elimination by 2025. I am happy to learn that the state Government is up-scaling the TB Free Chennai initiative and seeking to eliminate TB in the state by 2023 itself.
20 | I compliment the state for their commitment towards implementation of all aspects of the Revised National TB Control Program.
21 | I assure that the Government of India stands committed for extending all necessary support for efforts of the state in tackling these diseases.
22 | Today I am also happy to dedicate 12 Post Office Passport Sewa Kendras in Tamil Nadu.
23 | This initiative is one more example of improving the “ease of living” to our citizens.
24 | I once again assure that my government is committed to strengthen the initiatives in health care to ensure universal health coverage.
25 | JAI HIND!!!!
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/28_01_2019_PM’s address at the NCC Rally in New Delhi.txt:
--------------------------------------------------------------------------------
1 | Long live Mother India
2 | Long live Mother India
3 | Long live Mother India
4 | Long live Mother India
5 | My colleague of the Cabinet, the country's first woman who handles the Ministry of Defense. Mrs. Nirmala Sitharaman ji, Dr. Subhash Bhamre, the Director General of the NCC, the highest office bearer of the three armies, our guests coming from abroad and part of the great tradition of the NCC are all part of my young partner.
6 | In the Republic Day Camp at the National Cadets Corps, once again you are enjoying as you are enjoying each other. Whenever I come to interact with you, many memories of the past arise in the mind. Josh and discipline The days you are living in, I have had the opportunity to live these moments too. Those days spent as a Cadet are giving energy to my resolve till today, my inspiration.
7 | Companions, this camp itself has a glorious past and it has a great significance for the future. I am very happy and best wishes to all the Cadets, who became part of this camp. When I came between you last year, I made some request to you. He appealed to you for his active contribution in important issues related to the country and the society.
8 | I am happy that in the last year, the CCC's NCC Cadets have added themselves with several important steps. Have a clean India campaign, digital transaction, daughter save - Beti campaigns, issues related to environment. Your efforts on many such issues of public awareness are commendable.
9 | Particularly the contributions of NCC's credits in the relief and rescue operations after the horrific floods in Kerala are very commendable. Here you have learned this lesson of cooperation and dedication that you have brought about the relief of self-stricken families in Kerala. I believe that you will continue to fulfill your responsibilities like this.
10 | Companions, our Republic has already stepped in the 70th year, two days ago. First look at Rajpath and here today the glow of your face and the glow of your discipline and in those glances, I see the rhythm of the new India. Enlarged the chest with full confidence, keeping the mind high, these unlimited energy enthusiasts are ready to give glory to the nation. Your enthusiasm is your enthusiasm, which is why India is full of new confidence today. Today the world is saying that India is not only a country full of prospects but it is also realizing them.Our capabilities have been expanded at all levels, with our friends, our country's economy or our ability to deal with the enemy. Our army has given a clear message that we do not tease, but if someone wanders, then we do not even leave it. We are strong advocates of peace. But we will not be able to take any steps to protect the nation. This is the reason that in the last four and a half years many important decisions have been taken while keeping the country's security and security paramount.Companions, India has joined the select countries of the world who have the ability to save water, land and nuclear from nuclear attacks and self defense. Apart from this, the agreements involving fighter planes and modern guns have been put on the ground for decades. From missiles to tanks, ammunition and helicopters are also being made in the country. I assure you young colleagues that in the future, every big and tough decision will be taken that is necessary for the protection of the nation. If the nation is safe, it will be able to achieve its dreams only when young will be able to realize its dreams.Companions, you have come here from different areas of the country. Many of you are from small villages and from different towns with different backgrounds. I have a feeling of the hard work of all of you. You have a sense of dedication. I would only say that this diligence makes us all prosperous. Our foundation solidifies. NCT does not need to go very far for you to know what is the result of diligence. Many associates from within you have recently given the glory to the country by showing unwavering courage.Adventure activities like mountaineering and trekking or the work of blowing the tricolor on the playground, many credits have come forward. The North East Directorate's Cadet Hima Das, the world is proud to know today. Running in paddy fields, balancing the trails of the fields, Hima Das has reached this level today. Hima has made the country proud in the first junior athletic championship and then in the Asian Games, making the opportunities inadequate. When I see such many young talents, when I meet them My trust is only going to be strong. The power to empower this trust is also found.It is his natural tendency that the companions, dreams and the flight of ambitions are identical to the young. Let your dreams and dreams fly high. Give your full detail of your efforts. The present government is standing with the shoulders of every young person in the country with every dreamer and is ready to walk by step by step. New India will give opportunity to every worker, give opportunity. When all the partners are ready to go to the country's work force. Then I want to trust you. Based on which family you have been born, who you are aware of, your financial situation depends on your future. Your skills, your confidence, the ulcers of your feet will give you results.In order to break this tradition, a meaningful effort is required to divide every kind of imbalance and inequality in the society, to break this tradition. Vip is not an EPI ie every person is important An effort to strengthen this sacrament is continuously. The red light has been removed from the top of the car. Now the brain is trying to remove it too. You will be assured that your dreams will not be allowed to end your ambitions just because of lack and circumstances.When it comes to associates, the similarity of opportunities, an important topic is also associated with our daughters. There is no difference between sitting in front of me whether you have sons or daughters, in your passion and your strength. Connecting daughters to every kind of opportunity is the priority of our government. In the last four and a half years, several steps have been taken to encourage girls in the work force. Along with Labor, Services and Udayam, our women are empowering the country's defence also. Many historical steps have been taken for this. For the first time our daughters have become fighter pilot. The glory of Tarin has seen the whole world. Now a big decision has been taken to strengthen the participation of daughters in the army. Steps are being taken to recruit 20% of women in the Total Corps of Military Police.The companions, women's strengths have also seen Rajpath in last four and a half years. The last time the women's swot shoe landed on the Rajpath, this year, for the first time in this country's history, the whole contingent of women jawans has joined the parade. The country also saw this for the first time that a female leader has led a daughter. Daughter lead in every area of society, trying to create a better environment for this is being done. If you look at the entire picture of the last four and a half years, you will get assurance that now there is no action to discuss the appropriate participation of women empowerment daughters.Corruption is also a major obstacle in the way of associates, opportunities for equality. Bribery, brother-niece, self-respect should not have any place for them in our system.Corruption can not be a ritual of new India. Both me and my government's thinking and action are witness to this that nobody who is corrupt, who is too big, no matter how powerful, nobody will survive. I am fully competent and honest in clearing all the decisions, through the brokers and middlemen, by the people who control the procedures from their reach, the people who bid for every file, clean the robbers of the poor and the poor.
11 | All the young colleagues are actively involved in the backing of the comrades, whatever the government is doing today. Clean India from the movement of cleanliness in front of you. You have supported the fight against corruption by hard decisions such as notebooks. You have a very big role in creating honest and transparent systems through Digital India. That is, you have saved every scheme from becoming a government. Another request is from you, many such holy places have been built here in Delhi in the past three to four years, associated with the country's heritage, the memory of the country's heroes, Where you go you will learn a lot. Some of you may have come to these places. But still you want to tell about them. Just like recently the Revolution Temple has been inaugurated in the Red Fort. This revolution is dedicated to the temple Netaji Subhash Chandra Bose. When you go there, you will also find out what the relation between the Azad Hind Fauj and the Red Fort is. Similarly, last year the National Police Memorial has also been released. This monument has been constructed in memory of thousands of police and security forces who have been martyred to maintain law and order in the internal areas of the country. You can also go to the Parinirvana site of Baba Saheb Bhim Rao Ambedkar, built on all Alipur road. This memorial has been built in memory of thousands of police and security forces. You can also go to the Parinirvana site of Baba Saheb Bhim Rao Ambedkar, built on all Alipur road. This memorial has been built in memory of thousands of police and security forces. You can also go to the Parinirvana site of Baba Saheb Bhim Rao Ambedkar, built on all Alipur road.
12 | Companions, this place is becoming the new identity of Delhi. Sardar Patel's new monument is made in Delhi. The digital museum has been built. In these places, you will find information related to history, associated with many great personalities, you will get a new energy to work for the country and work for the society. I am confident that with this energy New India will have a new passion and strength. In the coming month another nazarana and an inspiration site are going to be delivered to the country after a long wait. After the independence, our valiant men, our army soldiers, a national level war memorial waiting for the country were waiting for the country, the jawans of the country were waiting. Natural waiting for the brave families, he was also stuck for a long time. This work should have been years ago. But after coming into the government, we took the decision, now it is on full and in February month the country's heroes, Sacrifices who have given the highest sacrifice, have given supreme sacrifice; a national level war memorial of India has almost been drawn in memory of such heroes. In the month of February, he will also have an opportunity to make a public offer and will be privileged to honor our brave soldiers of the country. I once again greet you all very much. This opportunity changes our thinking, this month-long occupation takes one kind of our thinking to the national level. In every thought, what do we think for our country? It gives this opportunity to think only in the context of the country, not only its village, its neighborhood, its caste, its own community. Growing up of any country, moving forward depends on the fact that there are people in the form of unity in the social system. The second basis for the progress of that nation is so optimistic, How much is full of aspirations. A society dipped in a trough of despair can never take themselves up or take up the country. Today I say with pride that 100 million Indians are filled with new hopes and aspirations, and due to this I feel that my country will be crossing new heights. Dreams will come true. And the dreams of freedom by which the freedom fighters fought for freedom, now the time to complete those dreams has started now. Come, let us all sing together and recite Bharat Mata's cheer, give those dreams a new energy, give new power, make new resolutions. Speak with me - And because of this I feel that my country will be crossing new heights. Dreams will come true. And the dreams of freedom by which the freedom fighters fought for freedom, now the time to complete those dreams has started now. Come, let us all sing together and recite Bharat Mata's cheer, give those dreams a new energy, give new power, make new resolutions. Speak with me - And because of this I feel that my country will be crossing new heights. Dreams will come true. And the dreams of freedom by which the freedom fighters fought for freedom, now the time to complete those dreams has started now. Come, let us all sing together and recite Bharat Mata's cheer, give those dreams a new energy, give new power, make new resolutions. Speak with me -
13 | Long live Mother India.
14 | Long live Mother India.
15 | Long live Mother India.s
16 | Thanks a lot.
--------------------------------------------------------------------------------
/Speeches/narendramodi/Trial/31_01_2019_PM’s statement to Media ahead of the Budget Session of Parliament.txt:
--------------------------------------------------------------------------------
1 | Many great wishes to all of you 2019 Budget session is going on today. After a while, the respected President will address the joint session of both the Houses. We have seen the stand of the House for the last time. Today there is an awareness in the country, every citizen is very closely watching the activity of the House. And today there is a lot of reach to reach every small event in the country, so all the things reach to the common man. And due to her lack of interest in the discussion, there is a natural displeasure in society towards those who are not interested in the debate.I hope that all our respected MPs should use these budget sessions deeply, in detail, full of information, discuss in the discussion, keep their views, benefit the House, and also to the Government Benefit and make the highest use of all of our respected MPs, as we have in this session; Such is my expectation from them and I also know that now even when they have to go to their respective areas, this time the good and positive behavior in the House, a positive advantage of it, also in the field, See also in the behavior of watching.I believe everybody will accept this seriousness. Together with everyone - all we have to do is take this mantra, we are committed to it even further, are committed. We also want to move forward in taking decisions with the people in the House to work for the development of the country. We will try our best, we are eager to discuss every subject. I will welcome the discussion with an open mind, I will welcome the proceedings of the House in a good manner, I will welcome that all the members here get the pride of joining us in making some contribution in the creation of a future India.Thanks a lot
--------------------------------------------------------------------------------
/Word-Cloud/india_mask.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Word-Cloud/india_mask.jpg
--------------------------------------------------------------------------------
/Word-Cloud/india_mask1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Word-Cloud/india_mask1.jpg
--------------------------------------------------------------------------------
/Word-Cloud/wordcloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/katreparitosh/Discourse-Analytics-of-Political-Speech-Transcripts/8a123a30c965046f60be012755ec0141a89e40bf/Word-Cloud/wordcloud.png
--------------------------------------------------------------------------------