joliciel-informatique / talismane

NLP framework: sentence detector, tokeniser, pos-tagger and dependency parser
https://github.com/urieli/talismane/wiki
GNU Affero General Public License v3.0
49 stars 14 forks source link

not able to build talismane #30

Closed fatmaChamekh14 closed 6 years ago

fatmaChamekh14 commented 6 years ago

Hello everybody,

I was not able to build talismane. The errors are : Buildfile: talismane/talismane_utils/build.xml does not exist! Build failed Buildfile: talismane/talismane_machine_learning/build.xml does not exist! Build failed Buildfile: talismane/talismane_core/build.xml does not exist! Build failed Buildfile: talismane/talismane_lefff/build.xml does not exist! Build failed Buildfile: talismane/talismane_ftb/build.xml does not exist! Build failed Buildfile: talismane/talismane_ftbDep/build.xml does not exist! Build failed Buildfile: talismane/talismane_fr/build.xml does not exist! please do you have any idea for fixing this issue. Thank you

satabin commented 6 years ago

HI,

Talismane is built using maven.

To build and package it, you must go to the talismane_parent directory and type:

$ mvn package

This will build all packages for all modules. The result of the packaging will be in the target repository of each module.

satabin commented 6 years ago

If you want to create a distribuable archive, you must run mvn assembly:assembly in the talismane_parent directory.

fatmaChamekh14 commented 6 years ago

i did the mvn assembly:assembly. I got this error Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (distro-assembly) on project talismane-distribution: Failed to create assembly: Artifact: com.joliciel.talismane:talismane-utils:jar:5.1.1 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated

fatmaChamekh14 commented 6 years ago

when i did mvn package. The build is succefully done