Neovim plugins
Initially inspired by Vimwiki, I designed Mkdnflow to facilitate the fluent navigation and management of markdown-based document repositories (whether that be a notebook or journal, a personal wiki or knowledge base, or pages fed into a static website generator like Jekyll or Hugo). Its most broadly useful feature is following links to other markdown documents in the repository and backward and forward navigation through thus-opened files using <Backspace>
and <Delete>
, respectively. Link-following behavior depends on the kind of target the link points to: links to markdown files are opened in the same window in vim; links prefixed with file:
are opened in the default application for the filetype (any OS); links to websites are opened in the default browser; links to anchors cause the cursor to jump to a matching heading or Pandoc-flavored bracketed span. Syntactic and semantic transformation functions can be configured to explicitly transform text into a markdown file’s source name or implicitly transform a markdown file’s link source when following it, affecting the interpretation of paths. A number of other convenience features are included: automatic directory creation, jumping between links with <Tab>
, table creation and formatting, list support, section folding, and more. Written in Lua.
TEXmagic is a very simple Neovim plugin that enables LaTeX build engine selection via magic comments (e.g. %! TEX program = xelatex
). It is designed with the TexLab LSP server’s build
service in mind, which has to be specified globally in the init file (with the help of the Neovim team’s lspconfig plugin) and cannot be set on a by-project basis. The plugin identifies magic comments at the very top of a .tex
document and passes the settings you configure for the given program name to the build service.
Research
Extraction from relative clauses in English
Dissertation Notebooks Languages manuscript
Relative clauses (RCs) are a prototypical example of a strong island, but certain languages have been shown to selectively tolerate RC subextraction (Mainland Scandinavian languages, certain Romance languages, Hebrew, and others). For subextraction to be licit in these languages, the DP that hosts the RC typically needs to be the pivot of a canonical or non-canonical existential, or otherwise non-presupposed.
It hasn’t been heavily researched whether these patterns extend to English as well, but some research suggests that it does (see, e.g., Chung & McCloskey 1983 and Kush et al. 2013). I am currently using experimental methods to investigate whether English also selectively tolerates RC subextraction. So far, I have found that English RCs are substantially more transparent to extraction in existentials, as well as in predicate nominals (as found by Sichel 2018 for Hebrew). I have written about these results here, and you can find my experiment notebooks here. I plan to investigate the online processing of RCs in these environments, and to address the question of whether these cases of improved RC subextraction should be generated by the grammar.
Internally headed relative clauses in Chamorro
Chamorro has a typologically rare construction in which a noun phrase being modified by a relative clause surfaces within that relative clause, as shown below.
In my MA thesis, I argue that the head NP in Chamorro’s internally headed RCs (IHRCs) is merged within the RC as a DP headed by the null operator, after which the D0 moves to the specifier position of the relative clause CP, abstracting over the RC-internal head and stranding the nominal restrictor. The analysis explains the island sensitivity of the IHRC formation rule, the mandatory presence of the linker na directly before the head NP, certain interpretive effects, and their surface similarity to stranding patterns in other A-bar contexts in the language. This work was recently cited in Cinque’s (2020) book on the syntax of relative clauses.