Giter Club home page Giter Club logo

project_wordcount's Introduction

Dstagram Project for Django

해당 프로젝트는 장고 웹 프레임워크를 이용하여 wordcounter를 구현해 본 내용으로, 글자수 세기, 문장수 세기, 단어수 세기 가 가능합니다.


Table of contents

  • Directory Structure Diagram
  • Development Contents
  • Development Environment
  • Implement screen
  • License
  • Contact




1. Directory Structure Diagram



2. Development Contents

  • 기본 흐름 각각의 화면에 맞는 url을 설정 후 view를 통해 기능이 구현되도록 함.

  • 글자수 세기 글을 입력하면 해당 글이 전부 몇개의 글자로 구성되어있는지 그 수를 세어줌.

  • 문장 수 세기 해당 글의 마침표, 물음표, 느낌표 등을 판별하여 문장수를 세어줌. //진짜 문장의 마침표로 쓰였는지에 대한 판별이 더 필요 (기계학습의 필요)

  • 단어 수 세기 띄어쓰기를 판별하여 단어의 수를 세어줌. 또한 해당 단어가 몇개쓰였는지도 나열 하여 줌. //띄어쓰기로만 판별되어 조사에 대한 판별도 필요한것으로 보임 (기계학습 필요)

  • 추가해야할 기능

  1. 표절검사
  2. 자신의 글에서의 습관등을 알려줄 수 있는 기능. (자주 쓰는 낱말이나 본인의 글 특유의 습관)
  3. 문장의 길이가 ~고 ~여서 ~해서 등과 같이 너무 길게 작성되는 경우도 경고를 줄 수 있도록 하는 기능 (문장의 길이가 너무 길면 가독성을 해치는 점에서 고안)

3. Development Environment

  • Window10
  • visual code
  • Python (Django web framwork)

4. Implement screen

Main

wordcount_img

Result


5. License


6. Contact

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.