Skip to content

Commit

Permalink
Merge branch 'master' into 2.0.x
Browse files Browse the repository at this point in the history
* master:
  #1382 - TEI reader seems not to be trimming whitespace
  • Loading branch information
reckart committed Jul 5, 2019
2 parents 5fb9bf7 + 258c9d3 commit 0675a96
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,26 +106,31 @@
* <tr>
* <td><tt>TEI</tt></td>
* <td>document boundary</td>
* <td>{@link #getNext} returns one TEI document at a time</td>
* <td><code>getNext(...)</code> returns one TEI document at a time</td>
* <td></td>
* </tr>
* <tr>
* <td><tt>title</tt></td>
* <td>document title</td>
* <td>DocumentMetaData</td>
* <td></td>
* </tr>
* <tr>
* <td><tt>s</tt></td>
* <td>s-unit</td>
* <td>Sentence</td>
* <td></td>
* </tr>
* <tr>
* <td><tt>u</tt></td>
* <td>utterance</td>
* <td>Sentence</td>
* <td></td>
* <tr>
* <td><tt>p</tt></td>
* <td>paragraph</td>
* <td>Paragraph</td>
* <td></td>
* </tr>
* <tr>
* <td><tt>rs</tt></td>
Expand Down

0 comments on commit 0675a96

Please sign in to comment.