Re: [Jprogramming] Recognizing unused parts of a tacit verb train

2018-03-26 Thread 'Jon Hough' via Programming
Thanks for the heads up. I am currently not using @, @: in the gerund train. To quickly explain what I am attempting, I am trying to build a symbolic regression solver, i.e. "guess the function". ( https://en.wikipedia.org/wiki/Symbolic_regression) The function to be guess in my original email w

Re: [Jprogramming] Recognizing unused parts of a tacit verb train

2018-03-26 Thread Jose Mario Quintana
Simple gerunds are just a list of verbs, for example, u`v`w ┌─┬─┬─┐ │u│v│w│ └─┴─┴─┘ However, gerunds can have complex boxed structures, for example, (u@:v) `'' ┌──┐ │┌──┬─┐│ ││@:│┌─┬─┐││ ││ ││u│v│││ ││ │└─┴─┘││ │└──┴─┘│ └──┘ takeafter f.`'' ┌─