Matthias Samwald
Matthias Samwald
Or rather add a config option to switch it off and on.
> Since Protégé is trying to detect the Git directory on my computer and finds it, it’s been slowing down! > Last year, I didn’t have that problem. > >...
My work-around right now is to add a datatype (xsd:string). This keeps the unwanted behaviour from happening.
By the way the bug seems more severe than I originally thought. It seems like even after manually renaming the properties to remove the erroneous language tags, SOME of these...
The original feature request by @cmungall would still be extremely valuable. I don't think glyphs are a big priority, but being able to display relationships in the other / expected...
For my own purposes I took a deep-dive into the Protege codebase and changed the direction of relationships shown in the class tree. I think this direction should be default,...
@matthewhorridge Would there be a better / more performant way to use OWL API? If SubClassOf(A ObjectSomeValuesFrom(p B))... Your original code retrieves all A for given class B ``` axiom.getSuperClass().asConjunctSet().stream()...
It's worse than dead, it poses as a functional library but has severe flaws that make it unusable. There are severe errors that people keep running into but that have...
@kyleyeung @milanv1 I have a similar problem (https://github.com/google/seq2seq/issues/197), as mentioned in the comments at https://github.com/google/seq2seq/issues/181#issuecomment-299858690 I have the suspicion that tf-seq2seq is only using a small part of the training...
@kyleyeung Thanks for reporting, I guess I will stop trying now and revisit this project for official updates once in a while. Unfortunately, tf-seq2seq seems unusable to me in its...