-
Notifications
You must be signed in to change notification settings - Fork 1.9k
WordTokenizeingTransformer need example of how to use it. #1746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@wschin what should we define as completion criteria for this bug: adding a sample for WordTokenizingTransformer? |
@sfilipi, yes and in the future, every estimator should have some tests for native world. We need to demonstrate/test our ways to send something to the universe and get them back. |
@rogancarr @sfilipi @shmoradims Do we have list of all required samples to our API, so we can link this issue to it? |
We're adding samples & docs requirements to #1209 |
Just curious as I was messing with this, is the |
The |
I am looking for examples for using
WordTokenizingTransformer
. The only resources I found is its test, but after reading that, I still don't know how to print out its output usingConsole.WriteLine
. As a C# library, we need more end-to-end examples which feed C# data structures and get the produced results as native C# objects.The text was updated successfully, but these errors were encountered: