Github user lewismc commented on the issue:
https://github.com/apache/any23/pull/56
> My main concern, if this will be deployed to any23.org, would be the RAM
usage.
We can always request more RAM for the dedicated VM powering any23.org
> One solution might be to add a configuration flag that either enables or
disables OpenIE processing (the OpenIE toggle would only be displayed if the
flag were enabled)--and disable the flag by default.
This is exactly whats provided in the patch. I guessed the it should be
disabled by default. You can see examples of the toggle functionality in the
snapshot's below
<img width="643" alt="screen shot 2018-02-26 at 10 00 44 pm"
src="https://user-images.githubusercontent.com/1165719/36713077-a68e77ea-1b40-11e8-9a7c-68fa7aaa73b9.png">
<img width="559" alt="screen shot 2018-02-26 at 10 00 59 pm"
src="https://user-images.githubusercontent.com/1165719/36713083-aa8dc080-1b40-11e8-8590-4084b5996c0f.png">
---