@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S>
  skos:prefLabel "méthodes et outils de TAL"@fr, "NLP methods and tools"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-WSDHN364-3> .

<http://data.loterre.fr/ark:/67375/8LP-WSDHN364-3>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "fonction sous-modulaire"@fr, "submodular function"@en ;
  a skos:Concept ;
  skos:hiddenLabel "Fonction sous-modulaire"@fr, "Submodular function"@en ;
  dc:modified "2024-06-13T14:24:19"^^xsd:dateTime ;
  skos:example "We introduce a family of submodular functions to identify an appropriate set of topics from a DAG structured hierarchy of topics for a group of documents. (Bairi, Iyer, Ramakrishnan & Bilmes, 2015)"@en, "Finally our task is to maximize the proposed submodular function f (S) to produce a relevant well-covered and non-redundant summary using the modified greedy algorithm for submodular function (Lin and Bilmes 2010). (Chali, Tanvee & Nayeem, 2017)"@en, "Our framework is general and different submodular functions can apply if various diversity properties are desirable. (Kumari, Wang, Das, Zhou & Bilmes, 2024)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LX7HJLMC-S> .

