-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
My objective was to select tags that could be applied to more than one sentence. The information that it returned was expected to include the entire range of tags. But, It appears that it returns only the first sentence included in the desired range.
The following code demonstrates the problem:
feature_path = f"{layer_name}>{feature_name}"
annotation_view = project.select(annotation=feature_path)
annotation_df = comments.data_frame
annotation_df .head()
Metadata
Metadata
Assignees
Labels
No labels