TMPxyz

Results 3 issues of TMPxyz

For verbnet3.3 corpus, `verbnet.longid("114-1")` is supposed to return longid "act-114-1", but it instead returns "114-1". It seems that the bug is rooted in the regex in verbnet.py, which wrongly matches...

corpus
bug

The current verbnet reader doesn't read the `bool` attribute of `'VNCLASS/FRAMES/FRAME/SEMANTICS/PRED'` element, it doesn't handle the negative case in `pprint_frames` either. Take the [`murder-42.1.xml`](https://verbs.colorado.edu/verb-index/vn3.3/vn/murder-42.1.php) as example, the `PRED` element has...

**Is your feature request related to a problem? Please describe.** I want to quickly switch between different work items, which each involve a group of source codes. **Describe the solution...