We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cffe49 commit 9d7e55fCopy full SHA for 9d7e55f
AgreementMakerLight/src/aml/ontology/Ontology.java
@@ -71,7 +71,7 @@ public class Ontology
71
//Its map of cross-references
72
protected ReferenceMap refs;
73
//Whether only local namespace terms are loaded
74
- protected boolean localOnly = false;
+ protected boolean localOnly = true;
75
76
//Auxiliary map of synonym properties to lexicon types
77
protected HashMap<OntProperty,String> synProps;
0 commit comments