Code Monkey home page Code Monkey logo

Comments (5)

daveloyall avatar daveloyall commented on June 7, 2024 1

Oh gosh, @kreeben, I didn't mean to be negative!

Open bugs result in improvements. I was trying to help! Look at this famous bug. It was open for nine years, and it served as a rallying point... Folks would bring it up in discussions about all sorts of things. Like, "Sam, your idea has some merit, but what does it do to help close bug number 1?"

Anyway, back to my report... I didn't expect that your index corpus would include every single reddit comment, yet! That's why I picked those words as my search input. I was checking how deep your index was.

Incidentally, I like it when a search engine returns zero results when nothing matching is found. I don't know how your scoring system works... Would it be possible to exclude results where the score is below some threshold? Would you see that as a feature, as I do?

Keep up the good work!

from resin.

kreeben avatar kreeben commented on June 7, 2024 1

@daveloyall The query

def con 26 badge ama

consists of too many short words for Google, Bing, DDG and (currently) DYGG to find any relevant answers. In search, especially in search over web-sized data, short words are a nightmare. Because it is hard to encode their syntactic identity.

That is why web search engines cannot rely solely on syntactic similarity. We must also look at the semantic relevance.

If a search engine has weak semantic abilities, it must perform a second query:

select favorite_searchwords from user_data where id = '[email protected]'

in order to find real relevance.

Google does this. Bing also. Because they have trouble encoding semantic meaning into their web index. DYGG however has no user data to query because users are not a product. Search is.

I will leave this issue open until I've sorted out semantic analysis.

from resin.

kreeben avatar kreeben commented on June 7, 2024

Thank's for trying out alpha software. I appreciate it.

22 days ago the index consisted of thousands of pages. So. I mean.

from resin.

daveloyall avatar daveloyall commented on June 7, 2024

I forgot to say: did you see where neither Google nor Duck Duck Go returned the link I wanted as the first result? This is an opportunity for your search engine to exceed their capabilities.

from resin.

kreeben avatar kreeben commented on June 7, 2024

Search result are acctually quite excellent.

from resin.

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.