You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the key here is not simply to make the constructor work, but also for all of the options to work the way they should, to change the input object. We will need to test each of these.
dfm()already does this, for instance. We should add:dfm.dfm()needs thorough testing to make sure the options workfcm()needs implementation and testingtokens.tokens()needs implementation and testingcorpus.corpus()(implemented in Add constructors for objects of their own class #880)dictionary()(implemented in Add constructors for objects of their own class #880)Note that the key here is not simply to make the constructor work, but also for all of the options to work the way they should, to change the input object. We will need to test each of these.