Skip to content

Commit 8bad801

Browse files
committed
TeiReader ignore pb & interGrp
1 parent 87e100b commit 8bad801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • server/src/main/kotlin/org/ivdnt/galahad/formats/tei

server/src/main/kotlin/org/ivdnt/galahad/formats/tei/TeiReader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TeiReader(
5858
private val WORD_DATA_TAGS = arrayOf("w", "pc")
5959
private val SENTENCE_TAGS = arrayOf("s", "l", "u")
6060
val IGNORABLE_TAGS =
61-
arrayOf("note", "listBibl", "listWit", "figure", "xr", "fs", "teiHeader", "incident")
61+
arrayOf("note", "listBibl", "listWit", "figure", "xr", "fs", "teiHeader", "incident", "interpGrp", "pb")
6262
private val NER_TAGS = arrayOf("name")
6363
private val DEP_TAGS = arrayOf("link")
6464
private val PARAGRAPH_TAGS = arrayOf(

0 commit comments

Comments
 (0)