Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Major Project Handcrafted
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
jonathan.poalses
Major Project Handcrafted
Commits
0dcbce8b
Commit
0dcbce8b
authored
May 18, 2023
by
Jonathan Poalses
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added sample data and sample expected for ml stuff
parent
70a83fdb
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
302 deletions
+4
-302
dialect_nlp.clj
src/poalses/jonathan/dialect/dialect_nlp.clj
+3
-301
main.clj
src/poalses/jonathan/dialect/main.clj
+1
-1
No files found.
src/poalses/jonathan/dialect/dialect_nlp.clj
View file @
0dcbce8b
This diff is collapsed.
Click to expand it.
src/poalses/jonathan/dialect/main.clj
View file @
0dcbce8b
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
(
def
command-line-options
(
def
command-line-options
"Command line options parsing rules."
"Command line options parsing rules."
[[
"-l"
"--log-level LEVEL"
(
str
"Logging level "
(
seq
log-levels
))
[[
"-l"
"--log-level LEVEL"
(
str
"Logging level "
(
seq
log-levels
))
:default
:
error
:default
:
info
:parse-fn
#
(
keyword
(
string/join
(
rest
%
)))
:parse-fn
#
(
keyword
(
string/join
(
rest
%
)))
:validate
[
#
(
contains?
log-levels
%
)
:validate
[
#
(
contains?
log-levels
%
)
(
str
"Must be one of: "
(
seq
log-levels
))]]
(
str
"Must be one of: "
(
seq
log-levels
))]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment