Skip to content

YouWriteWell/YouWrite

Repository files navigation

YouWrite YouWrite All Releases

YouWrite aims to make writing easier especially 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 options:

  • 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.

Follow Us

YouWrite is still in its very early stage of development. Therefore, the application may be buggy. Feel free to request functionalities, report issues, and ask questions.

Get Started

Get Started

Install YouWrite All Releases

  • Download the lastest version of Youwrite: 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.