News

Optional: specify your python as needed - e.g., with conda in a Travis container, or on Homebrew, or etc. The .travis.yml file runs the Travis tests by using the tox test automation library. tox sets ...
We use python's source code tokenizer to tokenize our TRG. Python's tokenizer returns several attributes for each token. We only extract the token type and the corresponding string attribute in form ...