dlutz2

Results 13 issues of dlutz2

The various decode operations in AbstractNLPDecoder and its underlying tokenizer, use String.getBytes() which converts the String to bytes using the OS's default character set, which can corrupt the String if...

Are there plans in a future version of CCO to include a subclass of material entity for substances/materials? We are mapping in a legacy coding scheme which has large number...

relevant-mid-level-ontology-std

Attached is a ontology that appears to cause an infinite loop in the EmptySRIQStrategy, continuously calling SomeValuesRule(), blocking and branching without end. A fragment of the logging which shows the...

bug

Is support for ABox axioms planned? Individuals in class expressions seem to be supported. Or am I missing something? thanks

enhancement

The ability to specify tags that should not be predicted by the SuffixWordHandler would be useful to avoid the handler guessing tags that are unlikely/unwanted such as pronouns, numbers, articles,...

jitar seems to be tagset agnostic except for one line in HMMTagger which assumes that tags are prefixed with the capitalization info added by the `FrequenciesCollector` : ``` String tag...

Has there ever been any interest or work on parsers/writers for CommonLogic, specifically CLIF? thanks

enhancement

Ajout de la gestion des exceptions pour les types de propriétés geoJSON mixtes (Google Translate) Now scans all (non-null) properties to find properties not in first Feature. Resolves issues #22...

The plugin throws a null pointer error when it encounters a GeoJSON property which is null or an empty object: ``` "properties": { "property": null } ``` or ``` "properties":...

If different instance of a property have different numeric types (integer, decimal) then a type conversion error results: For instance: ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry":...