Here is my method which returns a Functor for applying the UNK tokenization. I have written the Class version of it as well, but since it was a bit tricky to test for now I just used this.
To use it, one has to call the function, pass the parameters, and that is your functor. Then you can apply that functor to any diagram.
Here is my method which returns a Functor for applying the UNK tokenization. I have written the Class version of it as well, but since it was a bit tricky to test for now I just used this.
To use it, one has to call the function, pass the parameters, and that is your functor. Then you can apply that functor to any diagram.
closes #84.