saurabh

Results 36 comments of saurabh

Hi @otykier , We are on **Power BI professional**. I can see that **Premium Per User** licensing opens up a raft of new opportunities. Sadly, this increases the upfront costs...

Very useful. Thank you for doing this work.

Subject: POS results of C# different from the online version Hi All, I tried parsing the following sentence using the online page hosted here(http://nlp.stanford.edu:8080/parser/index.jsp). and compared the with the results...

thanks for looking into this so quickly.

Thanks for all the hard work. My 2 cents. It might be worth considering the pros and cons of keeping `System.Drawing.Image` outside of the core `NDArray` through a factory approach....

To provide more context of my problem. I was trying to install `scikit-geometry` using `PIP` . My environment is `Windows 10` and `Python 3.7` `python -m pip install scikit-geometry` and...

We would like an easy way to un-publish/disable the Developer portal. This was flagged via a security audit. Any updates?

@azaslonov Thanks for the MS support idea. Is there any **REST** end point which will tell me whether Administrative Portal has been turned on ? If there is one, then...

Tried with `TreebankTokenizer`. `RegexTokenizer` is throwing an ArgumentNull exception. I guess, I am not using it the right way.

The `RegexTokenizer ` was able to parse "hello-world". Unfortunately, it also split `50,000` in the sentence `this will cost 50,000` into `50` and `000`. Nevertheless, your efforts are commendable. I...