Alex
Alex
Can you point me to the line or file with this issue?
I don't pass any scale to the graph. Below is the code for reproducing: ``` javascript var data = [ {label:"1",values:[{x:"0",y:1},{x:"1",y:1},{x:"4",y:1}}, {label:"2",values:[{x:"0",y:1},{x:"1",y:2},{x:"4",y:0}]}, {label:"null",values:[{x:"0",y:6},{x:"1",y:0},{x:"4",y:0}]} ]; return () ``` It seems that...
I'm passing the values as string because they're not necessarily numbers (could be dates, numbers, strings...) I think I should cast the values from strings to numbers when they're actually...
I haven't used or updated this library in a long time so I'm afraid I can't help you right now. And I won't have time in the coming months to...
Good catch! Indeed, the TextWriter object should be closed to avoid any issue. Could you submit a fix so that I can package a corrective version?
Thanks for the feedback, but could you elaborate on which file it is and why you think so? If possible, you can also submit a pull request to fix this...
Hi Alex, I understand your constraints. As mentioned in the documentation, Matjaz did most of the core work and the license chosen at the time was GNU. Let me check...
Your error message is weird. This exception should be caught in Lemmatizer.cs line 272 and you should see only a warning message on exceptions deserialization. Also, I tried to reproduce...
Hi, Are you using the file in \data\full7z-mlteast-en.lem? If so, I'll investigate this week-end (I don't have time at the very moment).
Sorry but I cannot reproduce this issue on my machine. I'm using the .lem files committed in the project and the following code: ``` csharp var dataFilePath = @"..\..\data\full7z-mlteast-en.lem"; //...