Skip to content

Inconsistency in <figDesc> when applying or not sentence segmentation #1265

@lfoppiano

Description

@lfoppiano

The when sentence segmentation is applied contains div/p/s but nothing when sentence segmentation is not applied:

            <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1">
                <head>Figure 2 :</head>
                <label>2</label>
                <figDesc>
                    <div>
                        <p>
                            <s>Figure 2: A overview of quantized side tuning.</s>
                        </p>
                    </div>
                </figDesc>
            </figure>
         <figure
                xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1">
                <head>Figure 2 :</head>
                <label>2</label>
                <figDesc>Figure 2: A overview of quantized side tuning.</figDesc>
            </figure>

The document can be found in #1252

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions