Giter Club home page Giter Club logo

text_censoring's Introduction

Text_Censoring

This is my implementation of a program that censors words in debate.txt from a given set of words in redact.txt.

Motivation ๐Ÿ›ธ


This was part of my coursework during 1st year and I improved my understanding of string and text manipulation in C.

Features

  • This program can distinguish all words from each other in redact.txt as long as they are separated (see screenshots)
  • The program creates a new file (or overwrites it if already existing) results.txt that containts the text after being censored.

Technical Information

This was developed using CLion. I had some constraints when developing this program: I was not allowed to use any string manipulation libraries to handle comparisons and more.

Known Issues/Limitations

This program will ignore any symbols or characters that are not in the English alphabet, e.g having 1000 or (".? in redact.txt will not be assumed to be a word that has to be censored

Screenshots

As mentioned in Features, the words to be censored can be stored in any way, ie the program ignores all the white space in redact.txt.

This is an example of part of the text that will be censored.

And this is part of the result.

text_censoring's People

Contributors

nicolasrb2001 avatar

Watchers

 avatar

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.