Giter VIP home page Giter VIP logo

Comments (3)

sbenthall avatar sbenthall commented on August 19, 2024

With this, there are new performance reasons for using this:
8b9abdf

We can achieve O(1) time checking a relation against a knowledge base. This is necessary for large knowledge bases. But when testing for relation equality means testing for synonyms or antonyms, that means we can't hash on strings for the internal data structure of Doxaments.

So, Concepts need to be hashable, and their antonym Concepts (consistently hashed) need to be hashable as well.

This could lead to problems, as right now (because we aggregate lemmas across many word senses), it's is not the case that if anto(x,y) then anto(y,x). Hmm

from bluestocking.

sbenthall avatar sbenthall commented on August 19, 2024

See

bc63dd6

for performance improvements without implementing the Concept class. Could probably squeak by without this functionality to get a 0.1 out sooner.

from bluestocking.

sbenthall avatar sbenthall commented on August 19, 2024

Bumping to 2.0, may need to be nixed as we redesign parsing and doxament structure.

from bluestocking.

Related Issues (13)

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.