Skip to content

webwahab/YouWrite

 
 

Repository files navigation

YouWrite

YouWrite aims to make writing easier especially for scientific writing. The main idea of YouWrite is to create an environment that is customized to the context of writing.

For that, YouWrite uses provided documents (PDFs, papers,books and so on) to index all words and phrases and then suggest the following services:

  • Autocomplete (words bigrams and trigrams).
  • Search in all the indexed pdfs papers. Most of the papers references are indexed which make the search results more useful by showing exactly the reference.
  • Search the citations of a specific paper using the indexed references and papers.

Install

This is the first verison of YouWrite.

  • Download Youwrite 1.0.0.0 installer: Download.

Prerequisites

  • Windows (Not tested for other operating systems).
  • Dot net 4.0.0.

Development

YouWrite is developed using Visual Studio C# community version.

Used libs :

  • PDFBOX : Library used to convert PDF to Text. Website.
  • OpenNLP : Library used in NLP. Website.
  • Advanced-Text-Editor: The text editor used on YouWrite. For more information: Article
  • Autocomplete : The autocomplete user compnent: Article

Database

Sqllite is used as database in Youwrite.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.2%
  • NSIS 3.8%