Code Monkey home page Code Monkey logo

Comments (3)

radomirbosak avatar radomirbosak commented on July 30, 2024

Hi @Marrin , thank you for creating this issue! You are absolutely right: the documentation does not match the real output.

I fixed the usage document in #182 which now looks like this
image

image

I also thought about modifying the implementation to always return the single (first) item of the array, but I had some reservations (below), so I modified just the documentation for now. Reservations:

  • breaking any code which expect DudenWord.synonyms an array
  • the current implementation of .synonyms actually can return both a simple string as well as list of strings (or list of lists of strings, see recursively_extract function), based on the source HTML code.
    • the HTML always seems to contain a single <li> element under array <ul>, which is semantically a 1-item array, but I don't know if the website administrators plan to expand the array in the future. (Though I think they just forgot to remove the <ul><li> structure from there)
      image

But if the content remains as a 1-item list, it might make practical sense to change the implementation and just return the first element.

What do you think?

from duden.

radomirbosak avatar radomirbosak commented on July 30, 2024

Hi @Marrin . I changed the code to return a list of synonyms, and modified documentation accordingly. If you find any word which does not print synonyms properly, please let me know.

from duden.

radomirbosak avatar radomirbosak commented on July 30, 2024

This change was released in 0.19.0 🎉

from duden.

Related Issues (20)

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.