Giter Site home page Giter Site logo

torgojs's People

Contributors

tsdubose avatar

Watchers

 avatar  avatar

torgojs's Issues

Better clean input data

Right now, I'm getting garbage like asterisks from section breaks. Need to add a stage where things like that get cleaned out.

Need to work out let/var use.

I need to standardize use of let and var, probably transition most of my non-for loop lets to var, since I'm not really concerned about block scoping in most places.

Chapter parser is outdated

The data structures have changed significantly, and the chapter parser is now putting out data that is incompatible with the rest of the project.

The chapter parser should only count total number of chapter in a work and then the number of paragraphs per chapter. Note that, as of this writing, the arrayCounter module is only used in the chapter parse module and can almost certainly be moved in there rather than sitting as an independent module.

Standardize data objects

Once the parsing modules are written, the data objects need to be better standardized.

Right now, they are generally of the same form, but some of them have totals and some of them don't. Doing this before trying to combine all of them is obviously important.

Parser test coverage

Need to write tests using Mocha and chai/as promised for all the parser functions.

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.