Skip to content

Instantly share code, notes, and snippets.

@sounak98
sounak98 / proposal.md
Last active March 31, 2019 17:40
Proposal for Python-GSoC @ PSF, 2019

Python GSoC: Build a multi-user Blogging Platform

About Me

  1. Name: Sounak Pradhan
  2. Nickname: sounak98 (on irc, github, and most other platforms)
  3. Contact Info: sounak.98@gmail.com, +91-8900-697-914
  4. Timezone: India Standard Time (GMT +0530)
  5. Resume: Link

Word Relations

Relations

lemma and wordform

  • lemma
    • same stem, pos, rouch semantics
    • eg, bank, sing
  • a lemma can have senses

Discourse Analysis

Speaker Intention

Presupposition

In the branch of linguistics known as pragmatics, a presupposition (or PSP) is an implicit assumption about the world or background belief relating to an utterance whose truth is taken for granted in discourse.

Jane no longer writes fiction. (PSP: Jane once wrote fiction.)

What is Javascript?

Javascript (often called JS) is high-level, dynamic, untyped and interpreted programming language. HTML, CSS and JS are the three core technologies of world web production. This language supports object-oriented programming, imperative and functional programming. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded.

Although there are similarities in syntax and standard libraries between Javascript and JS, these are two fairly different languages with fairly different purposes and different structural design. Javascript is used to program the behavior of web pages, make web pages dynamic, run a function when a button is clicked and also allows us to retrieve data from a database and what not!

Why do we need it?

The main use of Javascript is that it allows you to make things happen in the user’s brows