File:Null determiners.svg
Summary
Description |
English: Null determiners in English |
Date | |
Source | Own work |
Author | Pat Hawks |
SVG development | Category:Valid SVG created with Graphviz code#Null%20determiners.svg ![]() Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor. |
Source code | DOT Source codegraph {
graph [bgcolor="transparent",layout="dot"]
node [shape=none,penwidth=0,fontname="Source Code Pro,Ubuntu Mono",fontsize=18,margin=0]
TP -- {DP VP}
DP -- {∅ N}
N -- He
VP -- {V PP}
V -- jumped
PP -- {P DP2}
P -- off
DP2 -- {D N2}
D -- the
N2 -- step
DP2 [label="DP"]
N2 [label="N"]
TP -- {N V} [style="invis"]
VP -- P [style="invis"]
}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.