Skip to content

Commit

Permalink
Updated lexicon for OrthoNormal to FOLK 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Nov 7, 2024
1 parent aa569e3 commit f7723bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.

This file was deleted.

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/org/exmaralda/orthonormal/lexicon/XMLLexicon.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ public class XMLLexicon extends AbstractNormalizationLexicon {
//String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_MAY_2020.xml";
//String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_JUNE_2021.xml";
//String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_JULY_2022.xml";

String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_JULY_2023.xml";
//String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_JULY_2023.xml";

String DEFAULT_LEXICON = "/org/exmaralda/orthonormal/lexicon/FOLK_Normalization_Lexicon_NOV_2024.xml";
String CAPITAL_ONLY_LIST = "/org/exmaralda/orthonormal/lexicon/dereko_capital_only.txt";
HashSet<String> capitalOnly = new HashSet<>(240000, 1.0f);

Expand Down
1 change: 1 addition & 0 deletions src/org/exmaralda/tei/xml/gatIntonationUnits.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<xsl:apply-templates select="current-group()[1]/preceding-sibling::tei:anchor[1]"/>
<xsl:if test="not(current-grouping-key()='0')">
<tei:seg type="intonation-unit">
<xsl:attribute name="xml:id" select="generate-id()"/>
<xsl:apply-templates select="current-group()[not(self::tei:anchor)]"/>
</tei:seg>
</xsl:if>
Expand Down

0 comments on commit f7723bf

Please sign in to comment.