Skip to content

Commit

Permalink
Fix sentence switch
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed May 21, 2024
1 parent 91fe70d commit cc1cd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/grobid/core/engines/DatasetParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ public Pair<List<List<Dataset>>, List<BibDataSet>> processTEIDocument(org.w3c.do
// Title, abstract, keywords

// If we process the TEI, at this point the document should be already segmented correctly.
boolean segmentSentences = true;
boolean segmentSentences = false;

XPath xPath = XPathFactory.newInstance().newXPath();

Expand Down

0 comments on commit cc1cd2a

Please sign in to comment.