Code Monkey home page Code Monkey logo

Comments (3)

zarbod avatar zarbod commented on August 16, 2024 1

I think I can write a sorting script that just returns a sorted row_list like I did for the filter script. In fact, I can add the sorting function to the filter script itself and run it before every filter.

from marathi-shabd.

sanketgarade avatar sanketgarade commented on August 16, 2024

sort function should be generic

from marathi-shabd.

sanketgarade avatar sanketgarade commented on August 16, 2024

@zarbod about the sorting functionality I have some idea about how we can put it to use in a better way. It'll need some changes.

Basically the requirements are as follows -

  • Words in All.md should be sorted alphabetically by the English word.
  • Words in each topic file e.g. science.md should be sorted alphabetically by the English word.
  • Words in each alphabet file e.g. a.md should be sorted alphabetically by the English word.

Also this should happen even if the database is not in a sorted order. Which means that we need to do sorting on the read db.csv every time we run main.py, but the original db.csv should be unchanged.

Any ideas how this can be done?

from marathi-shabd.

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.