Changeset 6318


Ignore:
Timestamp:
06/23/15 10:46:11 (9 years ago)
Author:
teckart@informatik.uni-leipzig.de
Message:

Enabling blacklist for Actor languages again (profile IDSAGD_Speaker). No direct impact on pattern extraction as problematic subtree was blacklisted anyway (#246)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-commons/src/main/resources/facetConcepts.xml

    r6313 r6318  
    169169
    170170                <concept>http://purl.org/dc/terms/language</concept>
    171                 <!-- Had to be removed due to IDSAGD_Speaker  <acceptableContext includeAny="false" includeEmpty="true"/>
    172     <rejectableContext includeAny="true"  includeEmpty="false">
    173       <concept>http://www.isocat.org/datcat/DC-4146</concept>
    174       <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
    175     </rejectableContext> -->
    176                 <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
     171
     172                <acceptableContext includeAny="true" includeEmpty="true"/>
     173                <rejectableContext includeAny="false"  includeEmpty="false">
     174                    <concept>http://www.isocat.org/datcat/DC-4146</concept>
     175                    <concept>http://hdl.handle.net/11459/CCR_C-4146_5ccc45c8-d729-c180-2bf1-fccc56dde24d</concept>
     176                </rejectableContext>
     177               
     178               
     179                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:language/@olac-language</pattern>
    177180                <pattern>/c:CMD/c:Components//c:OLAC-DcmiTerms/c:subject/@olac-language</pattern>
    178181                <pattern>/c:CMD/c:Components/c:LrtInventoryResource/c:LrtCommon/c:Languages/c:ISO639/c:iso-639-3-code/text()</pattern>
     
    191194                <!--  WeblichtWebservices, breaks TÃŒbingen Resources (oai_sfs_uni_tuebingen_de_FID_15.xml)-->
    192195                <blacklistPattern>/c:Actor_Languages/c:Actor_Language/</blacklistPattern>
    193                 <!-- MPI (JK) -->
    194                 <blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>
     196                <!-- MPI (JK), BAS - fixed by context blacklist -->
     197                <!--<blacklistPattern>/c:ActorLanguage/c:Language/c:ISO639/c:iso-639-3-code</blacklistPattern>-->
    195198                <blacklistPattern>/c:LanguageName</blacklistPattern>
    196                 <!-- general -->
    197                 <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>
     199                <!-- general - fixed by context blacklist-->
     200                <!--<blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Speaker/c:LinguisticBackground</blacklistPattern>-->
    198201                <!-- IDS IDSAGD_Speaker -->
    199202                <blacklistPattern>/c:CMD/c:Components/c:IDSAGD_Corpus/c:Collection/c:DocumentationLanguages</blacklistPattern>
Note: See TracChangeset for help on using the changeset viewer.