[sword-svn] r527 - trunk/modules/conf
refdoc at crosswire.org
refdoc at crosswire.org
Thu May 31 03:21:44 MST 2018
Author: refdoc
Date: 2018-05-31 03:21:44 -0700 (Thu, 31 May 2018)
New Revision: 527
Modified:
trunk/modules/conf/confmaker.pl
Log:
support for OSISMorphSegmentation filter added
Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl 2018-05-30 12:50:05 UTC (rev 526)
+++ trunk/modules/conf/confmaker.pl 2018-05-31 10:21:44 UTC (rev 527)
@@ -189,29 +189,30 @@
##GlobalOptionsFilter - prepare
-my @doc_features = ('title', 'note', 'reference', 'q', 'figure', 'rdg');
+my @doc_features = ('title', 'note', 'reference', 'q', 'figure', 'rdg', 'seg');
my @word_features = ('lemma', 'strong', 'gloss', 'morph',);
my @char_features = ('Hebrew Vowel Points', 'Arabic Vowel Points', 'Hebrew Cantillation', 'Greek Accents');
-my %doc_filters = ( 'title' => "OSISHeadings",
- 'note' => "OSISFootnotes",
- 'reference' => "OSISScripref",
- 'gloss' => "OSISGlosses",
- 'lemma' => "OSISLemma",
- 'strong' => "OSISStrongs",
- 'morph' => "OSISMorph",
- 'q' => "OSISRedLetterWords",
- 'rdg' => 'OSISVariants',
- 'enum' => 'OSISEnum',
- 'xlit' => 'OSISXlit'
+my %doc_filters = ( 'title' => "OSISHeadings",
+ 'note' => "OSISFootnotes",
+ 'reference' => "OSISScripref",
+ 'gloss' => "OSISGlosses",
+ 'lemma' => "OSISLemma",
+ 'strong' => "OSISStrongs",
+ 'morph' => "OSISMorph",
+ 'q' => "OSISRedLetterWords",
+ 'rdg' => 'OSISVariants',
+ 'enum' => 'OSISEnum',
+ 'xlit' => 'OSISXlit',
+ 'seg' => 'OSISMorphSegmentation'
);
my %doc_feature = ( 'strong' => 'StrongsNumbers',
'figure' => 'Images',
- 'p' => 'NoParagraphs',
-
+ 'p' => 'NoParagraphs'
+
);
my %diacritics = ( 'Hebrew Vowel Points' => "UTF8HebrewPoints",
More information about the sword-cvs
mailing list