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
8c917db7
Commit
8c917db7
authored
May 02, 2023
by
Jonathan Poalses
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some empty sets to be used later for dialect definition
parent
290bfaed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
dialect_nlp.clj
src/poalses/jonathan/dialect/dialect_nlp.clj
+9
-0
No files found.
src/poalses/jonathan/dialect/dialect_nlp.clj
View file @
8c917db7
...
@@ -45,12 +45,21 @@
...
@@ -45,12 +45,21 @@
(
def
bad-words
#
{
"why"
"cause"
})
(
def
bad-words
#
{
"why"
"cause"
})
;; Word sets that will show a sentence as being of that dialect
(
def
australian-words
#
{})
(
def
australian-words
#
{})
(
def
scottish-words
#
{})
(
def
scottish-words
#
{})
(
def
american-words
#
{})
(
def
american-words
#
{})
;; Predicate sets to check a sentence and see if it grammatically matches a dialect
(
def
australian-predicates
#
{})
(
def
scottish-predicates
#
{})
(
def
american-predicates
#
{})
;; Take a sentence and figure out its dialect
;; Take a sentence and figure out its dialect
...
...
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