Git Product home page Git Product logo

amazon-review-analyser's Introduction

TODO

  • Schedule
    • Sonntag selbstarbeit
    • montag treffen
  • Code
  • Presentation
  • Licence
  • README.md - markdown help

Code

  1. Front End: GUI
    1. 3 Pane Layout - See Resources/GUI_Design1.jpg
      1. ListView (alles)
      2. Darstellung Produktdetails
      3. Darstellung bewertung
        1. analyse positiv/negativ
        2. analyse other interesting data
    2. Events Listener
  2. Back End
    1. Crawler
      1. Event Trigger (Progress)
      2. any Amazon.com URL
    2. Incorrect ASIN GET filtering (remove bad crawled data)
  3. Other
    1. Code Comments
    2. Code Documentation
    3. UML Diagramm
    4. Refactor Crawler

Presentation

  1. Resources/GUI_Design1.jpg
    1. Basis idee für JavaFX GUI
  2. Crawler resultate
    1. SQLite Database
    2. Database struktur
  3. Programmstruktur
    1. Objekts (Model/Item sehr wichtig)



README

A Java Model to collect and analyse product reviews on Amazon.com.

Updated: 2016-01-29

Quick Start Guide

XYZ

Description

	Main.CM.crawl("B00NMJJXU4");

Common Exceptions

  1. java.io.IOException means that the item no longer exist on Amazon.com. You do not have to do anything with that item.
  2. java.net.SocketTimeoutException means that connection to the website is taking too long. Rerun the Model on the items with this exception.

Licence

The code is released into public domain.

Sources

  • "Market Dynamics and User-Generated Content about Tablet Computers" by Xin (Shane) Wang, Feng Mai and Roger H.L. Chiang, Marketing Science 33.3 (2014): 449-458 customer-review-Model

Links

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.