Code Monkey home page Code Monkey logo

Comments (3)

tbm avatar tbm commented on July 30, 2024 1

I'm not so good at designing good APIs. However, your suggestion to leave the current field as is with the first option and then another another option with all options sounds good to me.

from duden.

ackhh avatar ackhh commented on July 30, 2024

There is "Zivildienstleistender" and "Zivildienst Leistender". Each has one word separation.

from duden.

radomirbosak avatar radomirbosak commented on July 30, 2024

@tbm Thank you for reporting this!

I didn't know that this problem existed. It is indeed not great.

As for how to handle this:

  • my first thought was to return list of lists of word parts in case several words/variants are detected
  • but it is not ideal to have a different type return based on contents.

So my idea is:

  1. Return only word separation of first option, i.e. ['Zi', 'vil', 'dienst', 'leis', 'ten', 'der']
  2. Add another property, e.g. .word_separation_variants which would return all options split.

This way, a kind of backward compatibility would be preserved, but also different variants could be read.

I see that the .name property is handled fine

In [3]: w.name
Out[3]: 'Zivildienstleistender'

but the other variant "Zi­vil­dienst Leis­ten­der" cannot be read. Maybe this can be another property e.g. .name_variants

This sounds like it would not be hard to implement.

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.