Skip to content

patrickpeng0928/HelloComics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Comics

Application usage:

run 'HelloComicApp.py' under 'Driver' folder

Application Structure

Data Ingestion

website API

Functions

Word count

display 5 most commonly used words in screen

  • input: "alt" text
  • function:
    • word split
    • word filtering
      • remove pronouns
      • remove conjunctions
    • word count
  • output:
    • word-frequency dictionary
    • alt-comic mapping
    • comic-alt mapping dictionay

keyword search and display result

  • input: keyword
  • output:
    • a list of comics that contains the keyword
    • 5 commonly used words in these comics
      • may using word count

Notes

  • words restriction:
    • no pronouns
    • no conjunctions
    • consturct lexicons to filter out above words
  • no database settings
    • using internal data structure
      • dictionary (python)
      • Linked List with HashMap (Java)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published