Customer Portal

NLTK with Clover

Comments 3

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hi Uykusuzzzz,
    let me answer your questions below:

    • I am not familiar with NLTK and its usage but generally speaking, CloverDX does not possess machine learning capabilities.

    • Generally, the easiest, most convenient, and error-prone way of using Python in CloverDX data transformations is to call Python scripts using ExecuteScript or SystemExecute components. This way, the scripts are called headlessly via a command line and can be part of a larger data transformation and job cascade.

    • The approach described in the blog post that you mentioned (written 5 years ago) did not prove to be a very good option through time (mostly for the reasons you expressed yourself). Calling Python scripts by using the 2 aforementioned components is the recommended approach that, as a matter of fact, was implemented by some of the CloverDX users in the past.


    Regards,
  • Avatar
    uykusuzzzz
    0
    Comment actions Permalink
    Oh thank you bartonv. I am glad there is an easier way. Cheers.
  • Avatar
    tanker62
    0
    Comment actions Permalink
    Yes, thanks for the explanation, that will prove useful to me as well in the future!

Please sign in to leave a comment.