-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tojsonl
: improved boolean inferencing
by turning on case-insensitive frequency compilation, we can now properly infer if a field is boolean even if the domain is more than 2 case-sensitive, but 2 case-insensitive (e.g. True, False, true, false, TRUE, FALSE, truE, fAlse has a case-sensitive domain of 8 and cardinality 8, but a case insensitive domain of 2, cardinality 2)
- Loading branch information
1 parent
8093f52
commit 6345f2d
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters