Skip to content

A simple tool for storing documents and searching for them later.

License

Notifications You must be signed in to change notification settings

nobillygreen/recollect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recollect

Recollect is a tool for storing and searching for documents. Additionlly, it has Anki-like functonality for creating flash cards that you can review periodically.

When adding a document, Recollect makes suggestion on tags to add.

Documents

A recollect document can have the following fields:

  • title (text)
  • tags (text)
  • body (text)
  • any number of associated URLs (which can be used to point to remote files)
  • the date it was added to recollect
  • any number of Anki-like question-answer pairs

The Search Engine

The search engine is based on a Bag Of Words model using TFIDF features.

About

A simple tool for storing documents and searching for them later.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages