Skip to content

Selection of a multi-sentence tag  #21

@yanirmr

Description

@yanirmr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions