Coder Social home page Coder Social logo

Missing dictionary about dale-chall-formula HOT 10 CLOSED

words avatar words commented on August 21, 2024
Missing dictionary

from dale-chall-formula.

Comments (10)

wooorm avatar wooorm commented on August 21, 2024

Yup, and the dictionary is listed in the readme as well :)

See dale-chall for a list of words which count as “familiar”.

Does that help?

Oh, and I suggest using parse-english for properly counting words / sentences!

from dale-chall-formula.

localjo avatar localjo commented on August 21, 2024

Sweet! Thanks for the tips Titus! Sorry I missed that link to the dictionary in the readme. Thanks so much for all your work on these projects!

from dale-chall-formula.

wooorm avatar wooorm commented on August 21, 2024

Oh no problem at all, and thank you! Hope you make something cool with ’em :)

from dale-chall-formula.

localjo avatar localjo commented on August 21, 2024

Planning on it. 😎 By the way, what's the difference between retext and alex?

from dale-chall-formula.

wooorm avatar wooorm commented on August 21, 2024

Great! alex is an example implementation of retext, with two plugins (retext-equality, retext-profanitities), and it also uses remark if you pass in markdown so it can ignore the syntax, does that sound logical?

from dale-chall-formula.

localjo avatar localjo commented on August 21, 2024

Yep! To use retext with plugins of my choice, it sounds like I should start by requiring retext in my project. Thanks!

from dale-chall-formula.

wooorm avatar wooorm commented on August 21, 2024

Indeed. Have you also seen retext-readability? It combines this formula with some others to get reliable age levels, might be useful

from dale-chall-formula.

localjo avatar localjo commented on August 21, 2024

Yeah, retext-readability is definitely the core of what I'm looking for at the moment. What's unified? Should I be using that directly? Or retext? Seems like Alex uses unified directly.

from dale-chall-formula.

localjo avatar localjo commented on August 21, 2024

Sorry if this long thread of questions is in the wrong place. 🙈

from dale-chall-formula.

wooorm avatar wooorm commented on August 21, 2024

So retext, remark, and rehype are implementations of unified, but more importantly they’re ecosystems, and the actual packages with those names don’t need to be used to use the “umbrellas” themselves. A cool thing is that they can be combined, so you can transform from markdown to HTML, and meanwhile extract just the text content and pass that to retext plug-ins.

As alex doesn’t do anything with compilation, it uses the retext-english parser, and the remark-parse parser, that way, the project does not include stuff it doesn’t need.

If you’re not compiling, or if you want to use multiple systems together, I suggest using unified directly, but it’s a bit more advanced.

I think the best place to talk about this is the Gitter channel?!

from dale-chall-formula.

Related Issues (2)

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.