Giter VIP home page Giter VIP logo

eagle-aig's Introduction

EAGLE FP7 project

More information on the EAGLE project are available here:

http://www.eagle-learning.eu/en/project/objectives

AIG (Automatic Item Generation) modules

This repository contains all AIG related modules developed or customed for the EAGLE FP7 project. Theses modules are providing automatic test generation facilities by generating and storing Items.

Modules overview

Modules overview

Copyright

Copyright (c) 2016-2017 Luxembourg Institute of Science and Technology (LIST).

This software is licensed under the Apache License, Version 2.0 (the "License") ; you may not use this file except in compliance with the License. You may obtain a copy of the License at : http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

for more information about the software, please contact [email protected]

eagle-aig's People

Contributors

list-account avatar step-team-jf avatar

Stargazers

 avatar  avatar

Watchers

 avatar

eagle-aig's Issues

Error in building eagle-aig

After building Cloze Generator (build successful), when trying to build Automatic-Item-Generation, we are getting below error. Please help us in resolving this.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error reading /home/roshan/.m2/repository/lu/list/itis/dkd/assess/ClozeGenerator/1.0.2/ClozeGenerator-1.0.2.jar; invalid LOC header (bad signature)
[ERROR] error reading /home/roshan/.m2/repository/lu/list/itis/dkd/assess/ClozeGenerator/1.0.2/ClozeGenerator-1.0.2.jar; cannot read zip file entry
[ERROR] /home/roshan/AigTest/AIG/src/main/java/lu/list/itis/dkd/aig/process/ClozeCreationProcess.java:[40,48] package lu.list.itis.dkd.assess.cloze.generation does not exist
[ERROR] /home/roshan/AigTest/AIG/src/main/java/lu/list/itis/dkd/aig/process/ClozeCreationProcess.java:[41,46] package lu.list.itis.dkd.assess.cloze.ontology does not exist

Problem with getNumberOfSyllables

Following code seems to be wrong:

// Collection<String> parts = getCompoundParts(content);
// if (parts.size() >= 2) {
// return parts.size();
// }
// else {
if (content.contains("ck")) {
return 2;
}

As soon as an german word contains an ck it will always count as two syllables. for example au-gen-blick-lich-er will be counted as 2 while I think it should be 5.

Previously this rule was only used when CompoundParts was smaller then 2 but the if/else was commented out and now everytime ck is part of an word it returns 2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.