Difference between revisions of "Annotatrix/Work plan"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
 
== Workflow ==
 
== Workflow ==
=== Week 11 TSX_mangaer application ===
+
=== Week 12 TSX_manger application hand-in===
''from 23th to 29th of August''
+
''from 30th to 5th of August''
  +
 
Second application (tsx_manager)
 
*Edition of tsx_fields
 
**def_label
  +
**def_mult_label
 
***Modify enforce rules
  +
***Insert enforce rules '''Almost Done'''
 
**forbid
   
*Second application (tsx_manager)
 
**Edit tsx_fields
 
***def_label
 
***def_mutl_label
 
***forbid
 
***enforce
 
***preferences
 
 
**Save modified tsx file
 
**Save modified tsx file
 
**Upload tsx file with new view
 
**Upload tsx file with new view
   
 
*Fusion same analysis output in the same analysis file (Francis improvement idea about automorf.bin file)
 
*Fusion same analysis output in the same analysis file (Francis improvement idea about automorf.bin file)
  +
  +
=== Week 11 TSX_manger application ===
  +
''from 23th to 29th of August''
  +
  +
Second application (tsx_manager)
  +
*Edition of tsx_fields
  +
**def_mult_label
  +
***Remove enforce rules '''Done'''
  +
***Insert enforce rules '''Almost Done'''
  +
**enforce
  +
***Modify enforce rules '''Done'''
  +
***Insert enforce rules '''Done'''
  +
***Remove enforce rules '''Done'''
 
**preferences
  +
***Update prefers '''Done'''
  +
***Insert prefers '''Done'''
  +
***Remove prefers '''Done'''
   
 
=== Week 10 Trainer view deliverable, and start next application ===
 
=== Week 10 Trainer view deliverable, and start next application ===

Revision as of 16:37, 29 August 2013

Workflow

Week 12 TSX_manger application hand-in

from 30th to 5th of August

Second application (tsx_manager)

  • Edition of tsx_fields
    • def_label
    • def_mult_label
      • Modify enforce rules
      • Insert enforce rules Almost Done
    • forbid
    • Save modified tsx file
    • Upload tsx file with new view
  • Fusion same analysis output in the same analysis file (Francis improvement idea about automorf.bin file)

Week 11 TSX_manger application

from 23th to 29th of August

Second application (tsx_manager)

  • Edition of tsx_fields
    • def_mult_label
      • Remove enforce rules Done
      • Insert enforce rules Almost Done
    • enforce
      • Modify enforce rules Done
      • Insert enforce rules Done
      • Remove enforce rules Done
    • preferences
      • Update prefers Done
      • Insert prefers Done
      • Remove prefers Done

Week 10 Trainer view deliverable, and start next application

From 15th to 22nd of August

  • Second application (tsx_manager)
    • Study tsx files format Done
    • Design python objects to manage tsx files from python Done
    • Implement function to transform tsx files to python objects Done
    • Start tsx_manager in Django Done
    • Implement the first view empty (url, views, models, etc) in Django Done
    • Show the information from Django to tsx_manager view Done
    • Apply JavaScript plug-in to filter each category Done
    • Show information using tabs Done
  • Second deliverable hand-in
    • Documentation for final users installation Done
    • Documentation for final users how to use the system Done

Week 9 Trainer view, JavaScript and backend improvements

From 8th to 14th of August

  • Improve Trainer use to suit with Gema idea
    • Partial saved state of the training Done
    • Right panel and corpus info Done
    • Get keyboard keys from JavaScript Done
    • Get use to with jQuery Done
    • Key recorder for tag alternative selection Done
      • Now the trainer is able to train corpora using just the keyboard, with a friendly user interface, cleaned corpus to disambiguate and it is paginated
  • Second deliverable hand-in
    • Documentation for developers Done

Week 8 Trainer view, JavaScript and backend improvements

From 1st to 7th of August

  • Let users upload .dix and .tsx files to train the corpus Done
  • Train corpus with user own dix and tsx files Done
  • Improve Trainer use to suit with Gema idea
    • Paginator Done
  • Frontend end users
    • Study CSS Done
    • Study JavaScript Done
    • Study JQuery Done
    • Study Ajax Some part Deprecated
    • Install Bootstrap Done
    • Insert navbar Done
    • Button links to go to index Done
      • Updated all the templates with new similar layout Done
      • Improved the style of the system using Bootstrap Done
    • Improved the server time and less petitions using Javascript Done
  • Managing users authentication
    • Django-registration package Done
      • Autentiaction using email confirmation and just active users can see the system Done

Week 7 Trainer view and JavaScript

From 25th to 31th of July

  • Implement the second interface (Trainer view)
    • Backend test to train corpus Done
    • Implement backend to train corpus Done
    • Implement first version of Frontend to train corpus Done
    • Apply first deliverable feedback Done
    • Improve trainer save status to reduce file size Done
      • Using es.tagged.txt reduced from 2.6Mb to 16Kb!, more than a 99% of improvement
  • Frontend end users
    • Study CSS Some part
    • Study JavaScript Some part
      • Apply to the inser_corpus view Done
    • Study Ajax Some part
    • Try to use directly plain HTML to train the corpus using combo boxes Done

Week 6 Trainer view

From 18th to 24th of July

  • Implement the second interface (Training view)
    • More TDD tests for Training view Done
    • Made up again the training model Done
    • Made up a test to test the prob generated Done
    • Implement the train method for a tagged_corpus method to generate the prob file with the path as argument Done
    • Change all the path to relatives repositories Done
    • Show the tagged_corpus in a correct textarea Done

Week 5 First deliverable and Training

From 12th to 18th of July

  • Implement the second interface (Training view)
    • TDD tests for Training view Done
    • Made up again the training model Important part Done
  • Document the first view Done
    • Document for developers Done
    • Document for users Done

You can find the first deliverable here

  • Implement the system's modules Done
    • Implement controller to use apertium-dbus Done
    • Implement external models for Tags Done

Week 4 Insert corpus view

From 5th to 11th of July

  • Implement a index annonatrix view to access to the different apps Done
  • Implement all links to see details and insert corpora Done
  • Testing the first view (by TestCases) Done
    • Learn how to test with TestCases in Django Done
    • Implement test for the first view Done
  • Implement the first view (Insert file view) Done
    • First basics views Done
    • Managing files Done
    • Upload files Done
    • Select corpus language Done
      • Upload Corpus model with language field Done
    • Add title field to the view Done
    • Go to tagger button Done
    • Validate "go to tagger" forms Done
  • Friendly interface
    • HTML tutorial w3schools.com Done
    • CSS Tutorial w3schools.com Done
  • Implement the system's modules
    • Implement controller to use apertium-dbus Some Part
    • Implement external models for Tags
    • Implement internal models for trainings Done
    • Implement Django administration site Done

Week 3 Django warm-up

From 28th of June to 4th of July

  • Design a system directly to web Done
    • Design controller to use apertium-dbus Done
    • Design external models for Tags Done
    • Design internal models for trainings Done
    • Design structure for annotatrix project Done
      • annotatrix as project and 4 different applications (tagger, GCManager, TSX-managaer and Prob measurer)
  • Do toy web app using Django Done
    • Django official tutorial Part 1 Done
    • Django official tutorial Part 2 Done
    • Django official tutorial Part 3 Done
    • Django official tutorial Part 4 Done
    • Django official tutorial Part 5 Done
    • Django official tutorial Part 6 Done
  • Advanced tutorial: How to write reusable apps Done

Week 2 Kick-off

From 27th to 27th of June

  • Resolve python2 or python3 discussion Python3
    • Learn differences python3 from python2 Done
    • Learn differences gtk2 and gtk3 using python3 Deprecated
    • Remake up the mock-ups UI using gtk3 Deprecated
    • Port launcher in python2 to python3 Deprecated
  • Made up a system design approaching implement a web app or a desktop one Updated
    • Design a system directly to web
  • Install Django and python3 Done

Week 1 Pre-Kick-off

  • Know how to use launch lt-proc to tag corpus Done
  • Install apertium-tolk and check the code Done
  • Finish the exams Done

System design

There are just one Django project but 4 different applications

There are 2 kind of packages, the Django ones and the external ones The Django packages are provided by Django as views, models, urls, etc The external packages are extra for this projects

Internal Django models package

Corpus

Training

External Controller package

tagger-ctrl

Working plan

Week Dates Tasks
0 21/05—16/06 Bonding and designing firsts internals GUIs
1 17/06—23/06 I'm still with final exams
2 24/06—30/06 Input File UI coding 30h, Tagger Corpus UI coding 5/60h
3 01/07—07/07 Tagger Corpus UI coding 35/60h
Deliverable 1
4 08/07—14/07 Tagger Corpus UI coding 20/60h + TDD 15/40h
5 15/07—21/07 Tagger Corpus UI TDD 25/40h, TSX file manager UI coding 10/40h
Deliverable 2
6 22/07—28/07 TSX file manager UI coding 30/40h + TDD 5/20h
7 29/07—04/08 TSX file manager UI TDD 15/20h, Constraint Grammar UI coding 20/50h
Deliverable 3 and Mid-term evaluations deadline August 2sd
8 05/08—11/08 Constraint Grammar UI coding 30/50h + TDD 5/30
9 12/08—18/08 Constraint Grammar UI TDD 25/30h, Performance measure .prob UI coding 10/70h
Deliverable 4
10 19/08—25/08 Performance measure .prob UI coding 35/70h
11 26/08—01/09 Performance measure .prob UI coding 25/70h + TDD 10/40h
12 02/09—08/09 Performance measure .prob UI TDD 30/40h, Final documentation 5h
Deliverable 5
13 09/09—15/09 Final documentation and finalitation
Final evaluation deadline September 27th

External links