Fix words and phrases annotation bugs
Changes fix two bugs:
- in case of two adjacent annotations, succeeding annotation was not written,
- in case of such two terms in WCCL dict that first is included in second, depending on order of WCCL operators in dict, WCCL tool annotates terms incorrectly.
Additionally, changes introduce automatic python test (utilizing wccl_annotator) integrated with gitlab CI