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
11d95c73
Commit
11d95c73
authored
Apr 30, 2023
by
Jonathan Poalses
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added examples of different usages of the word "like".
parent
836ca08d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dialect_nlp.clj
src/poalses/jonathan/dialect/dialect_nlp.clj
+4
-2
No files found.
src/poalses/jonathan/dialect/dialect_nlp.clj
View file @
11d95c73
...
...
@@ -138,8 +138,10 @@
(
datafy
(
dl/dependency-graph
(
nth
sentences-six
2
)))
(
bean
(
:relation
(
bean
(
nth
(
nth
(
vals
(
datafy
(
dl/dependency-graph
(
nth
sentences-five
1
))))
3
)
2
))))
(
.tag
(
:target
(
bean
(
nth
(
nth
(
vals
(
datafy
(
dl/dependency-graph
(
nth
sentences-five
1
))))
3
)
2
))))
(
.word
(
:target
(
bean
(
nth
(
nth
(
vals
(
datafy
(
dl/dependency-graph
(
nth
sentences-five
1
))))
3
)
2
))))
;; This identifies "like" in this instance as being an interjection (filler word)
(
.tag
(
.getTarget
(
nth
(
nth
(
vals
(
datafy
(
dl/dependency-graph
(
nth
sentences-five
1
))))
3
)
2
)))
(
.word
(
.getTarget
(
nth
(
nth
(
vals
(
datafy
(
dl/dependency-graph
(
nth
sentences-five
1
))))
3
)
2
)))
(
.word
(
nth
(
keys
(
datafy
(
dl/dependency-graph
(
nth
sentences-one
1
))))
9
))
...
...
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