Giter VIP home page Giter VIP logo

reduce-implying's Introduction

reduce-implying

reduce-implying reduces your implies!

Usage

usage: reduce_implying [-h] [-c N] [-d {lr,rl,bi}] text word

positional arguments:
  text                  the text to be reduced
  word                  the word to reduce the text to

optional arguments:
  -h, --help            show this help message and exit
  -c N, --occurrence N  the occurrence of the word that will be used in case
                        of multiple matches (default: 1)
  -d {lr,rl,bi}, --direction {lr,rl,bi}
                        the direction of reduction; lr stands for left-to-
                        right, rl for right-to-left and bi for bidirectional
                        (default: rl)

Examples

reduce_implying.py ">there's a hue in my hue" hue
    >there's a hue in my hue
    >there's a hue in my
    >there's a hue in
    >there's a hue

reduce_implying.py ">there's a hue in my hue" hue -c 2
    >there's a hue in my hue

reduce_implying.py "there's a hue in my hue" there's
    there's a hue in my hue
    there's a hue in my
    there's a hue in
    there's a hue
    there's a
    there's

reduce_implying.py "there's a hue in my hue" hue -d bi
    there's a hue in my hue
    a hue in my
    hue in
    hue

reduce_implying.py "there's a hue in my hue" hue -c 2 -d lr
    there's a hue in my hue
    a hue in my hue
    hue in my hue
    in my hue
    my hue
    hue

Note

When selecting the word to reduce the text to don't forget that a word is also all of the non-space characters like apostrophes, commas, etc. For example, in the text >there's a hue in my hue, >there's would be a word while there, there's and >there wouldn't.

Happy reducing! :^)

reduce-implying's People

Stargazers

Bane Biddix avatar sid avatar

Watchers

auxo avatar

reduce-implying's Issues

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.