Coder Social home page Coder Social logo

Comments (4)

ezesundayeze avatar ezesundayeze commented on July 20, 2024

I am wondering if there is a contributor's guide. We've got a route structure like this -> http://localhost:8080/api/v1/search/words?keyword=agụū for the igbo, right? I think the route structure needs to be redesign in a way to accommodate English-Igbo, Igbo-English

Maybe something like http://localhost:8080/api/v1/search/en-igbo/words?keyword=hunger and can be switched vice versa

  • en-igbo
  • igbo-en

What do you think @ijemmao ?

from igbo_api.

ijemmao avatar ijemmao commented on July 20, 2024

I am wondering if there is a contributor's guide. We've got a route structure like this -> http://localhost:8080/api/v1/search/words?keyword=agụū for the igbo, right? I think the route structure needs to be redesign in a way to accommodate English-Igbo, Igbo-English

Maybe something like http://localhost:8080/api/v1/search/en-igbo/words?keyword=hunger and can be switched vice versa

  • en-igbo
  • igbo-en

What do you think @ijemmao ?

@ezesundayeze 100% agree on creating a Contributor's guide to make this more accessible to people. I'll make it within the next few days.

I've been modeling the user experience off of what my favorite Japanese-English dictionary - https://jisho.org/

Notice how the route structure doesn't change when you request the Japanese word using Romantic characters vs using the original Japanese characters.

But for now, I do agree with having two separate routes. Doing that will help separate out the work that needs to be done.

The hardest part of this issue is that we need to come up with a smart way to reverse index terms based on the English instead of the Igbo.

Do you have any ideas of how we would want to structure our data to make it easier to search using English?

from igbo_api.

ezesundayeze avatar ezesundayeze commented on July 20, 2024

Notice how the route structure doesn't change when you request the Japanese word using Romantic characters vs using the original Japanese characters.

Yea, right.

The hardest part of this issue is that we need to come up with a smart way to reverse index terms based on the English instead of the Igbo. Do you have any ideas of how we would want to structure our data to make it easier to search using English?

I can only remember doing that tokenisation and reverse index thing in my NLP class 😊 . Will have to check in again.

from igbo_api.

ijemmao avatar ijemmao commented on July 20, 2024

The hardest part of this issue is that we need to come up with a smart way to reverse index terms based on the English instead of the Igbo. Do you have any ideas of how we would want to structure our data to make it easier to search using English?

I can only remember doing that tokenisation and reverse index thing in my NLP class 😊 . Will have to check in again.

Please let me know what you find! I'm going to start this ticket. I'm planning on achieving basic functionality, so nothing to too crazy. If there's a feature that you want to see from this API let me know!

from igbo_api.

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.