Hi Andi,
Thank you very much. I will use the first solution.
Best regards.
Roxana
On 10 July 2015 at 12:00, Andi Vajda wrote:
>
> On Fri, 10 Jul 2015, Roxana Danger wrote:
>
> Hello,
>> I am trying to construct a custom PythonTokenizer (see above), but I
>> am getting the
On Fri, 10 Jul 2015, Roxana Danger wrote:
Hello,
I am trying to construct a custom PythonTokenizer (see above), but I
am getting the error: "attribute 'reader' of 'Tokenizer' objects is not
readable" when accessing to it in reset class.
reader is a protected member in Tokenizer, I w
Hello,
I am trying to construct a custom PythonTokenizer (see above), but I
am getting the error: "attribute 'reader' of 'Tokenizer' objects is not
readable" when accessing to it in reset class.
reader is a protected member in Tokenizer, I was supposing it to be
exposed through Python