Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ node_modules
# macOS Specific
.DS_Store
**/.DS_Store
algorithm/patterns_output
algorithm/.venv
algorithm/sorted_output
algorithm/spell_patterns.json
algorithm/rejected
47 changes: 47 additions & 0 deletions algorithm/patterns_by_spell/collinear.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
[
"T6",
"A",
"CnD"
],
[
"R",
"A",
"Dib"
],
[
"R",
"CnD",
"SARC"
],
[
"R",
"CnD",
"ISC"
],
[
"R",
"SARC",
"ISC"
],
[
"R",
"C1",
"DH3"
],
[
"CnD",
"SARC",
"ISC"
],
[
"CnD",
"C1",
"DH3"
],
[
"G",
"C1",
"ISC"
]
]
Loading