bilinguator / mojification

Jupyter Notebook helping in alignment of two texts in different languages. Based on Lingtrain Aligner, it does not change texts, but wrap corresponding sentences in emojis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦
🟦🟦😁🟦🟦🟦😁🟦🟦🟦😁🟦🟦🟦😁😁😁🟦😁😁😁🟦😁😁😁😁🟦😁🟦🟦🟦😁🟦🟦
🟦🟦😁😁🟦😁😁🟦🟦😁🟦😁🟦🟦🟦🟦😁🟦🟦😁🟦🟦😁🟦🟦🟦🟦🟦😁🟦😁🟦🟦🟦
πŸŸ¦πŸŸ¦πŸ˜πŸŸ¦πŸ˜πŸŸ¦πŸ˜πŸŸ¦πŸ˜πŸŸ¦πŸ™„πŸŸ¦πŸ˜πŸŸ¦πŸŸ¦πŸŸ¦πŸ˜πŸŸ¦πŸŸ¦πŸ˜πŸŸ¦πŸŸ¦πŸ˜πŸ˜πŸ˜πŸŸ¦πŸŸ¦πŸŸ¦πŸŸ¦πŸ˜πŸŸ¦πŸŸ¦πŸŸ¦πŸŸ¦
🟦🟦😁🟦🟦🟦😁🟦🟦😁🟦😁🟦🟦😁🟦😁🟦🟦😁🟦🟦😁🟦🟦🟦🟦🟦🟦😁🟦🟦🟦🟦
🟦🟦😁🟦🟦🟦😁🟦🟦🟦😁🟦🟦🟦🟦😁🟦🟦😁😁😁🟦😁🟦🟦🟦🟦🟦🟦😁🟦🟦🟦🟦
🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦🟦

Mojification

Mojification is a Jupyter Notebook-based helper for alignment of two texts in different languages. Based on Lingtrain Aligner (version 0.8.7), it does not change texts, but β€œmojifies” them.

πŸ€“ to mojify verb /ˈmΙ’dΚ’ΙͺfaΙͺ/ to wrap corresponding sentences of two texts in different languages in emoji

Example of two mojified paragraphs from β€œLe Petit Prince” / β€œThe Little Prince”:

πŸ¦Šβ€“ Les hommes ont oubliΓ© cette vΓ©ritΓ©, dit le renard.🦊 πŸ’­Mais tu ne dois pas l’oublier.πŸ’­ ⏳Tu deviens responsable pour toujours de ce que tu as apprivoisΓ©.⏳ 🌹Tu es responsable de ta roseβ€¦πŸŒΉ


πŸ¦Šβ€œMen have forgotten this truth,” said the fox.🦊 πŸ’­β€œBut you must not forget it.πŸ’­ ⏳You become responsible, forever, for what you have tamed.⏳ 🌹You are responsible for your roseβ€¦β€πŸŒΉ

It’s used only to help to detect corresponding sentences while manually aligning two texts, for example, with the help of B-Editor or other aligner. The order of sentences is not violated in this case.

Five simple steps to mojify your text

  1. Load packages
  2. Load two texts
  3. Align
  4. Mojify texts
  5. Save mojified texts

Emojis used in mojufication are symbols not presented in both texts. During every modification the set of used emojis are saved to file in the emojis folder and deleted in de-mojification step.

Three simple steps to de-mojify your text

πŸ€“ to de-mojify verb /ˌdiːˈmΙ’dΚ’ΙͺfaΙͺ/ to delete emojis from two aligned texts

When two texts have been aligned, there is need to remove all emojis from them. Three steps to do it:

  1. Load packages
  2. Load two texts
  3. De-mojify texts

About

Jupyter Notebook helping in alignment of two texts in different languages. Based on Lingtrain Aligner, it does not change texts, but wrap corresponding sentences in emojis.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%