-
Notifications
You must be signed in to change notification settings - Fork 270
GSoC_2016_Progress_Aditya
https://docs.google.com/document/d/1fvvAJqafGUlrgf0opJqLFxGY5F7eaQPcjKes41w4-xk/edit?usp=sharing
[20th May] Wrote an extractor for #property types parser functions using existing code from DraftMappingExtractor. Wrote unit tests for the same with help of the entire wikipedia dump.
[25th May] Wrote similar extractor for #invoke type parser functions and add a few more unit tests for #property
[2nd June] Wrote extractor for nested templates used in articles.
[9th June] Wrote extractor for direct template wikidata mappings , wrote further unit tests. Merge the branch with the master branch
[15th June] Wrote an extractor for that use conditional statements such as #if, #ifeq etc
[22nd June] Since the parser was not working well, used regex and sweble parser to improve the performance.