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
Describe the bug
When concatenating two corpora with the same column set as text feature (say, "content"), Concatenate forgets the variable was set as the text variable.
To Reproduce
Steps to reproduce the behavior:
Take two corpora (i.e. Parlamint), set non-first string variable as text feature for both.
Concatenate.
Observe the new text feature. It is back to the default.
Proposed solution
Text features is currently only a property of Corpus (if I am not mistaken). Have the feature be encoded in data.attributes.
The text was updated successfully, but these errors were encountered:
Describe the bug
When concatenating two corpora with the same column set as text feature (say, "content"), Concatenate forgets the variable was set as the text variable.
To Reproduce
Steps to reproduce the behavior:
Proposed solution
Text features is currently only a property of Corpus (if I am not mistaken). Have the feature be encoded in data.attributes.
The text was updated successfully, but these errors were encountered: