master
add minimal test case for issue #537, see also pull request #730
add XML schema for annotation, thanks to iturch@, see old issue 71
unit-tests for disambiguity resolution
add php version of annot exporter, without options for now
disable hidden books everywhere except morph tasks finder, see also issue #773
prepare scripts from #537 for production usage
added comments, removed extra printing +gitignore pydev files
fixed an issue: when the original file didn't have variant which the annotators have selected, the lexeme tag wasn't created at all. Now, the lexeme is created and the grammemes from the decisions are used
changed the values used in case the decisions from the pool contradict the values from the file: we now use the values from the file
changed the interpreter version
Tag contents need to be escaped again even if they were escaped before parsing, #172