Skip to content

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

Closed
wschin opened this issue Nov 28, 2018 · 7 comments
Closed

WordTokenizeingTransformer need example of how to use it. #1746

wschin opened this issue Nov 28, 2018 · 7 comments
Labels
documentation Related to documentation of ML.NET

Comments

@wschin
Copy link
Member

wschin commented Nov 28, 2018

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 using Console.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.

@sfilipi
Copy link
Member

sfilipi commented Nov 29, 2018

@wschin what should we define as completion criteria for this bug: adding a sample for WordTokenizingTransformer?

@wschin
Copy link
Member Author

wschin commented Nov 29, 2018

@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.

@Ivanidzo4ka Ivanidzo4ka changed the title Need more C# end-to-end tests and examples WordTokenizeingTransformer need example of how to use it. Feb 7, 2019
@Ivanidzo4ka
Copy link
Contributor

@rogancarr @sfilipi @shmoradims Do we have list of all required samples to our API, so we can link this issue to it?

@rogancarr
Copy link
Contributor

We're adding samples & docs requirements to #1209

@shauheen shauheen added the documentation Related to documentation of ML.NET label Feb 11, 2019
@jwood803
Copy link
Contributor

jwood803 commented Mar 2, 2019

Just curious as I was messing with this, is the WordTokenizingEstimator used for the older static API? Should the context.Transforms.Text.TokenizeWords transform be used instead for the newer dynamic API?

@rogancarr
Copy link
Contributor

The catalog entries are helper functions for calling the Estimator API.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Related to documentation of ML.NET
Projects
None yet
Development

No branches or pull requests

8 participants