Commits


Add Error management to EUAct Parser.


PoC done for Enacting Terms parsing.


Improve ChapterParser test coverage.


Add number to Section model and modified SectionParser accordingly.


Improve test coverage for the ChapterParser.


Improve Chapter parsing and code coverage.


Add unique id to Article and set it based on what seems to be a unique id present in the html.


Add title to Section module.


Imporove Section model. Move to file for Section parser tests.


Implement getter and setter for Article. Will be needed in the future to perform validity check on values.


Improvre article parser tests coverage.


Use html files for tests.


Rearrange tests files.


Fix tests by properly selecting chapters and chapters only (not child elements).


Reordering a bit (test fail on enacting terms for now).


More consistent parser module naming.


Make ChapterParser a separate module.


First POC for complete Act parsing done.


Only implement one parser (no more naive vs normal).


Implement Chapter parser.


Add title to Article and some related tests.


Implement section parser.


Start splitting into separate files. Begin writting tests.


More canonical this way.


Implement a first naive parser before doing better.