Git Product home page Git Product logo

whats-this's Introduction

What's This?

This is a text classification program, that allows you to define classes by giving them names and assigning a few examples of text to each class.

The program will then learn to classify new text into the classes you have defined.

Thus, you will never need to ask yourself "What's this (text about)?" again.

whats-this's People

Contributors

rshchekotov avatar madcap3000 avatar

Stargazers

Guy Greenleaf avatar

Watchers

Kostas Georgiou avatar  avatar

whats-this's Issues

n-gram Model

  • add n-gram word model to dictionary, so that each entry would have not a single word, but multiple ones, following each other

n-space distortion

  • for starters add a vector to stretch or ignore the values of each text Vector
  • later add a Matrix or other art of distortions

Compare vector to vector clouds

Compare given vector to each vector in vector cloud and calculate the closes vector.

(alternative) - create n-dimentional figure using points in the vector cloud, and calculate the closest distance to the edge of the vector clouds

compress vector clouds

Compare vector clouds and find the most distinctive dictionary entries and ignore less impactful ones

Separate Code Base into Modules

The Code Base is growing and we may want to use different front-ends and back-ends, thus it seems like a good point to make a clear separation in the structure and make the API-part a library.

Save and load dictionary/point clouds

Allow the User to save their models to a file and load them back up.
Suggestion to differentiate between two formats:

  • Compact Format (only contains resource reference and type, i.e.: web:https://...) (disadvantage: high start-up times for models and potentially requires Internet access)
  • Full Format - contains the fully parsed model (disadvantage: huge file-sizes for models)

I think giving the user the choice here would be the smartest and then save one as a model.wts (What's This Sources) and the other as model.wtm (What's This Model)

Text analysis

  • change unknown words to be depicted as <UNK>
  • change typical parts to be depicted uniformly (<IMG>, <EMAIL>, <NUMBER>, <FORMULA>,...)

Text Data Type Fields:

  • Vector
  • coefficient (combine unknown ascii signs, amount of modified characters, images)

Rework Event Management

The internals of the event management need to be reworked.
At the moment it's a heavily observer-based system, in the future it will work through annotations, events and listeners.

Text to Vector conversion

Create methods to allow 'text-to-vector' conversion based on a dynamically growing dictionary.

(alternative) - compress sentences to isolate the sense of each one

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.