dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Profile for flextag module #646

Closed pedrobisp closed 7 years ago

pedrobisp commented 9 years ago

Since flextag module is still unstable, maybe we could create a profile so eclipse can ignore it when we import all dkpro-core modules into workspace.

Horsmann commented 9 years ago

What exactly is unstable. What I could do is remove the models from the pom.xml. I think I deleted the one anyway some time before. There shouldn't be any instabilities in the actual sense its probably the model that is not found, right?

reckart commented 9 years ago

I was just about to create an "experimental" profile when I noticed that flextag is already in the "deps-not-on-maven-central" profile - so flextag shouldn't be there in a normal build or Eclipse import.

Besides that, it would be a good idea to remove the reference to the model as it no longer exists.

reckart commented 7 years ago

@Horsmann what is the status of the flextag module in DKPro Core? I wonder if this should be included in an upcoming release? I have the feeling it is still rather experimental...

Horsmann commented 7 years ago

I haven't updated the DKPro version yet. I have released some time ago 0.2.0. I will add models in the next days too. I would want to have it in the 1.9.0 release~

reckart commented 7 years ago

Will leave flextag as a normal module, not in a profile.