Skip to content

GSoC_2016_Progress_Aditya

Aditya Nambiar edited this page Jun 26, 2016 · 7 revisions

Automatic Mappings Extraction

Mentors

Markus, Dimitris Kontokostas, Nilesh

Link to Proposal

https://docs.google.com/document/d/1fvvAJqafGUlrgf0opJqLFxGY5F7eaQPcjKes41w4-xk/edit?usp=sharing

Work Completed

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

Clone this wiki locally