Skip to content

Commit

Permalink
#53 - Update documentation for 2nd release
Browse files Browse the repository at this point in the history
- removed redundant entry for wiktionary
- added entry for TheSoz
  • Loading branch information
maxxkia committed Sep 18, 2017
1 parent e00b829 commit 9502973
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<bean id="wordnet-en" lazy-init="true" class="de.tudarmstadt.ukp.dkpro.lexsemresource.wordnet.WordNetResource">
<constructor-arg value="${DKPRO_HOME}/LexSemResources/wordnet/wordnet_properties.xml"/>
</bean>
<bean id="wiktionary-en" lazy-init="true" class="de.tudarmstadt.ukp.dkpro.lexsemresource.wiktionary.WiktionaryResource">
<constructor-arg value="ENGLISH"/>
<constructor-arg value="${DKPRO_HOME}/LexSemResources/Wiktionary/jwktl_0.15.2_en20100403"/>
<bean id="thesoz" lazy-init="true" class="eu.openminted.uc.socialsciences.variabledetection.resource.TheSozResource">
<constructor-arg value="${DKPRO_HOME}/LexSemResources/TheSoz/thesoz-komplett.xml"/>
</bean>
</beans>

0 comments on commit 9502973

Please sign in to comment.