Git Product home page Git Product logo

django-find-similar's People

Contributors

quillcraftsman avatar

Stargazers

 avatar  avatar

Watchers

 avatar

django-find-similar's Issues

create find-similar request model

Is your feature request related to a problem? Please describe.
To save find-similar results we need special request model to save input params

Describe the solution you'd like
Create FindSimilarInput model with all possible parameters

I can't unckeck remove stopwords checkbox in FindSimilarParamsForm

Describe the bug
Form sending blocked without checked remove stopwords checkbox in FindSimilarParamsForm

To Reproduce
Steps to reproduce the behavior:

  1. Open page with FindSimilarParamsForm
  2. Unckeck remove_stopwords
  3. Send a form

Expected behavior
remove_stopwords=False then checkbox is unckecked

FindSimilarParamsForm

Is your feature request related to a problem? Please describe.
We need for only with parameters and without text

Describe the solution you'd like

  • create new Parameters form
  • inherit FindSimilarForm from parameters form
  • make tests
  • update docs

Describe alternatives you've considered

  • create TextToken model form and use it with different fields

Don't save unique FindSimilar texts and tokens

Is your feature request related to a problem? Please describe.
Now we can duplicate tokens and texts in the database. I think will be better to do not that.

Describe the solution you'd like

  • Add DB constraints
  • Check how pages and forms and tests will been worked

Add get_tokens to the TextToken model

Is your feature request related to a problem? Please describe.
Now we have save_tokens method. It works slowly if wee need to save tokens to many TextTokens

Describe the solution you'd like

  • add method get_tokens like save_tokens but without bulk_create and with return

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.