Judith Eckle-Kohler
Judith Eckle-Kohler
``` (No text was entered with this change) ``` Original issue reported on code.google.com by `eckle.kohler` on 2014-10-09 17:22:47
``` (No text was entered with this change) ``` Original issue reported on code.google.com by `eckle.kohler` on 2014-10-30 15:37:11 - **Labels added**: Milestone-0.7.0 - **Labels removed**: Milestone-0.6.0
``` (No text was entered with this change) ``` Original issue reported on code.google.com by `chmeyer.de` on 2015-04-10 08:57:50 - **Labels added**: Milestone-0.8.0 - **Labels removed**: Milestone-0.7.0
We always used this configuration for the creation of the database (before starting the actual import): CREATE SCHEMA `DATABASE_NAME` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
the tables are created via Hibernate in LMFDBUtils https://github.com/dkpro/dkpro-uby/blob/master/de.tudarmstadt.ukp.uby.persistence.transform-asl/src/main/java/de/tudarmstadt/ukp/lmf/transform/LMFDBUtils.java - this is not done for each table individually. - apparently H2 has no problems with this way of creating tables,...
yes: C:\Users\Judith>more uby_open_0_7_0_nonfree.sql ``` /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014...
@reckart @betoboullosa thanks a lot for your comments and insights! @betoboullosa IMO think case sensitive searches perfectly make sense for a lexical resource
``` (No text was entered with this change) ``` Original issue reported on code.google.com by `chmeyer.de` on 2015-04-10 08:57:51 - **Labels added**: Milestone-0.8.0 - **Labels removed**: Milestone-0.7.0
``` I can take care of some or all of these issues. Please let me know if you already started working on any of these. ``` Original issue reported on...
``` Committed my changes. Feel free to review. Regarding the labels, it might be interesting to manually classify them (possibly restrict a selection by lengths and/or frequency) - there are...