Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compound:prt - idiomaticity #317

Merged
merged 1 commit into from
Jul 3, 2016
Merged
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
16 changes: 14 additions & 2 deletions _en-dep/compound-prt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: 'compound:prt'
shortdef : 'phrasal verb particle'
---

The phrasal verb particle relation identifies a phrasal verb, and
holds between the verb and its particle. It is a subtype of the
The phrasal verb particle relation identifies an idiomatic phrasal verb, and
holds between the verb and its particle (tagged as [ADP]()). It is a subtype of the
[compound]() relation.

~~~ sdparse
Expand All @@ -17,3 +17,15 @@ compound:prt(shut, down)
They shut the station down
compound:prt(shut, down)
~~~

This relation excludes literal uses of particles, however—see [advmod]():

~~~ sdparse
The dentist pulled out the tooth
advmod(pulled, out)
~~~

~~~ sdparse
The dentist pulled the tooth out
advmod(pulled, out)
~~~