All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.lexer-registry.xml Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="lexer-registry">

  <implementation class="org.daisy.pipeline.nlp.lexing.LexServiceRegistry"/>

  <reference bind="addLexService"
	     unbind="removeLexService"
	     cardinality="0..n"
	     interface="org.daisy.pipeline.nlp.lexing.LexService"
	     name="LexService"
	     policy="dynamic"/>

   <service>
      <provide interface="org.daisy.pipeline.nlp.lexing.LexServiceRegistry"/>
   </service>

</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy