Archive
Archive for June, 2012
How to work around your HP touchpad image viewer showing only unfocused low resolution thumbnail images
2012/06/13
Leave a comment
Just figured out that to get past that unsatisfactory state, you only need to press the “play” button (and hold the image, if you actually use “play” only as workaround, not to actually play a slideshow). Go figure. ![]()
Categories: documentation, Glitches&Errors
hp-touchpad, webos
Using NLP tools to automate production and correction of interactive learning materials for blended learning templates in the Language Resource Center. Presentation Calico 2012, Notre Dame University
2012/06/13
Leave a comment
View screencast
here.
Useful debugging tools for setting up your first DkPro project in Eclipse
2012/06/11
Leave a comment
Categories: service-is-learning-materials-creation
eclipse, ide, m2eclipse, maven
Comparison of NLP Platforms
2012/06/07
Leave a comment
Not really a comparison, only a notebook compiled from online sources. Not really fit for publication either, unless “sharing is caring”. You can view a larger version here.
Categories: Learning-logs, service-is-evaluating-learning-tools, Spreadsheets
nlp
My DkPro settings.xml
2012/06/04
Leave a comment
<?xml version="1.0" encoding="utf-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>ukp-oss-releases</id>
<repositories>
<repository>
<id>ukp-oss-releases</id>
<url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>ukp-oss-releases</id>
<url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>ukp-oss-snapshots</id>
<repositories>
<repository>
<id>ukp-oss-snapshots</id>
<url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>ukp-oss-releases</activeProfile>
<!-- voriges profile darf nicht auskommentiert werden -->
<!-- Uncomment the following entry if you need SNAPSHOT versions. -->
<activeProfile>ukp-oss-snapshots</activeProfile>
</activeProfiles>
</settings>
Categories: service-is-learning-materials-creation, service-is-programming
DkPro, eclipse, ide, m2eclipse, maven, nlp, subclipse, XML
trp-learning-materials-starting-pom.xml
2012/06/04
Leave a comment
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.tudarmstadt.ukp.experiments.trp</groupId>
<artifactId>de.tudarmstadt.ukp.experiments.trp.learning-materials</artifactId>
<version>0.0.1-SNAPSHOT</version>
<parent>
<artifactId>dkpro-parent-pom</artifactId>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<version>2</version>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<!-- not de.tudarmstadt.ukp.dkpro.core.io -->
<artifactId>
de.tudarmstadt.ukp.dkpro.core.io.text-asl
</artifactId>
<!-- <version>1.3.0</version> -->
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.tokit-asl </artifactId>
<!-- <version>1.4.0-SNAPSHOT</version> -->
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.opennlp-asl</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<!--
Add de.tudarmstadt.ukp.dkpro.core.stanfordnlp-gpl to the dependencies -->
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.stanfordnlp-gpl</artifactId>
<!-- tba: type pom and scope -->
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>
de.tudarmstadt.ukp.dkpro.core.opennlp-model-tagger-en-maxent
</artifactId>
<version>1.5</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core-asl</artifactId>
<version>1.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--
Add de.tudarmstadt.ukp.dkpro.core-asl with type pom and scope import to dependency management-->
<dependency>
<!--
Add de.tudarmstadt.ukp.dkpro.core-gpl with type pom and scope import to dependency management-->
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core-gpl</artifactId>
<version>1.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Categories: service-is-learning-materials-creation
DkPro, eclipse, ide, m2eclipse, maven, nlp, programming, subclipse

