Panupong (Ice) Pasupat
Panupong (Ice) Pasupat
Addresses #193. - `./pull-dependencies corenlp-3.9.2` loads CoreNLP 3.9.2 (Oct 2018). - `--disableSUTime` option turns off SUTime, which causes problems in Java > 8.
This is probably due to SUTime not loading properly. ``` ERROR: Caused by edu.stanford.nlp.util.MetaClass$ClassCreationException: MetaClass couldn't create public edu.stanford.nlp.time.TimeExpressionExtractorImpl(java.lang.String,java.util.Properties) with args [sutime, {}]: ``` From https://stackoverflow.com/q/42159641 it looks like the...
"Find all cities with more teachers than farmers" This is a highly requested semantic function. One way to answer the question above in the original set of semantic function is...
Have a way to add extra spaces with a specified size (like `\hspace` and `\vspace` in LaTeX) between items in a table.
Add a way to stretch ytable to fill the slide's width. For example, if I centerize something in a headerList (which is a ytable), it will not be centered if...
Add a way to customize the spacing between list items in bulletedText
Add pie chart to the graphing library
table (+ xtable / ytable) gives a table layout without borders. A data table with customizable borders and cell colors would be nice.
`(: init ...)` formulas should modify the current context
### Proposal Convert the demonstrations recorded by [`record.py`](https://github.com/Farama-Foundation/miniwob-plusplus/blob/master/miniwob/scripts/record.py), such as the ones in the [miniwob-plusplus-demos](https://github.com/stanfordnlp/miniwob-plusplus-demos) repo, to MiniWoB actions. ### Motivation #86 ### Checklist - [x] I have checked that...