-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entry: Argotify, french slangifier #41
Comments
Are you planning to use just conventional verlan, or are you planning to Is there a french equivalent to cockney rhyming slang? (This is wherein On Mon, Oct 31, 2016 at 10:29 AM Bilgé Kimyonok [email protected]
|
I'm planning to use verlan in two ways :
To give an example, the algorithm I'm thinking of would work like this for a word like "voiture":
The change of connotation that you talk about is precisely the kind of effect I want to produce using the program! :) I don't think there's something like cockney rhyming slang in French, not that I'm aware of... |
I started working on it a week ago but didn't create a repo until I found a good name so here it is now : Argotify Currently I work on the first chapter of the Discourse on the Method from Descartes using a simple HTML page. My next steps are :
And of course improve iteratively the transformation algorithm. |
I finished my entry by slangifying L'Éducation sentimentale by Gustave Flaubert, the result is available here : http://louphole.com/divers/L%C3%89dukation%20sentimentale,%20Gustave%20Flobert.html I created 3 versions of the program, one Chrome extension (download), one Firefox add-on still in review queue at the moment, and a web page version with a textarea (available in the repo here). |
My last year's NaNoGenMo was about generating a theater piece novel out of the French 4chan-like forums of jeuxvideo.com. The aim was to recontextualize the worst of the French internet dialogues into a highly classical form (The result is here).
Now this year, I plan to do kind of the opposite : create a program that takes any given text and transforms it into French slang. I think it would be fun to read Descartes' Discourse on the Method in French slang for example. One of the inspirations for this idea is the French-famous Les boloss des Belles Lettres (it would translate in english as The Belles-Lettres' losers) who write summaries of literature classics in French slang.
There are many different ways of slang in French, I will try to implement several of them, as best as I can. Here's a list of French slang features I would like to implement:
Maybe I aim to do many different slang styles and features so I was thinking to also implement a range input for every feature so that users can choose its degree in the text transformation.
The program could be on a webpage using a textarea field for text input, but I would prefer it as a browser extension that allows it to be run on any visited webpage using Chrome or Firefox. It will be coded in Javascript.
I already have some resources for working on French syllables in a small JS package I created called metriques.js. I know how to create a Chrome extension but not Firefox so some advice about this would be helpful. Also, the goal of the extension being to alter the text content of a webpage, finding a code that already implements this kind of idea would be a good inspiration.
I would also love feedback on the idea or any information that would be help me in the project, even not in French!
The text was updated successfully, but these errors were encountered: