Code Monkey home page Code Monkey logo

slowo's Introduction

Slovenian philosopher Slavoj Zizek laying in bed

slowo's People

Contributors

gitautas avatar shenanigansd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

slowo's Issues

Tildification

Take the tilde out of the word insertion LUT and make a tildification regex that precedes punctuation and attaches to the previous word.

"Hello, me and Susan are having dinner at 6, will you be able to come?"
"hewwo, me a-and susan are h-having dinnew at 6, w-will you be able t-to come~?"

"No way!"
"no way~!

hello not converting to hewwo

The bug which is leading to this is this laundmo regex r"(?<![wrl])[lr](?![wrl])", here it checks if 'l' is followed by L which makes it check it hello here you see 'l' is followed by 'l'.The proper fixed would be r"(?<![wr])[lr](?![wr])" in wepwace.py

Split emoji and word insertion into two different functions

Currently words like "rawr" and "mya" are treated as emojis, leading them to be inserted into the middle of a sentence, making it difficult to read, should be changed to a different LUT and only inserted on newlines or before/instead of punctuation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.