Coder Social home page Coder Social logo

its-crewed's People

Contributors

bernardodesousa avatar

Watchers

 avatar  avatar

its-crewed's Issues

info re: crawling

FYI here's a really good overview on writing a crawler.

http://www.michaelnielsen.org/ddi/how-to-crawl-a-quarter-billion-webpages-in-40-hours/

To be honest the majority of your TODOs is creating copy which the third point being "write the crawler"

Why do you think you need headless chrome to crawl? One case I can see using something like that for is those types of blogs/sites that render all content via javascript meaning a standard GET request won't return response data we're interested. That's something I wouldn't even begin to think about until after creating the first MVP.

Frankly, I think the crawler itself is the "easy" part of the project (made even simpler if you use something off the shelf like Nutch), you then need to process all that data you just fetched. My first impression that this will be the harder part because the number of edge cases that can exist (especially as the number of corrections/transforms increases) is quite a lot. This first case of "manned" -> "crewed" is probably uncommon enough that the rate of false positives would be low but other such corrections/transformations would need more context / semantic analysis / natural language processing.

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.