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
Well... yees... Ok. Then it should be clearly stated in the docstring that currently Dataset provides no way to modify the contents of a text collection (changing document/renaming document/adding modality/...). If you want to change something — use text editors, pandas, csv or something else.
dataset
dataset.get_dictionary()
_data
by renaming one of modalities (eg. lemmatized -> new_lemmatized)dataset
Result: old modality in model's
Phi
Expected: new modality in
Phi
P.S.
One should also check that
dataset._modalities
is up-to-dateThe text was updated successfully, but these errors were encountered: