<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Ideophone</title>
	
	<link>http://ideophone.org</link>
	<description>Sounding out ideas on African languages, sound symbolism, and expressivity</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:56:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<feedburner:info uri="ideophone" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://ideophone.org/feed/" /><feedburner:browserFriendly>Sounding out ideas on African languages, sound symbolism, and expressivity. All content © Mark Dingemanse.</feedburner:browserFriendly><item>
		<title>Simple citation style edits: the power of CSL</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/O5J2-rM35JI/</link>
		<comments>http://ideophone.org/zotero-citation-style-edit/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:00:01 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[CSL]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1977</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Simple+citation+style+edits%3A+the+power+of+CSL&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2010-07-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-citation-style-edit/&amp;rft.language=English"></span>
I keep forgetting the kind of simple edits that are so trivial to make in CSL styles. Here I catalogue a few, for my own benefit and hopefully also useful to others. The occasion is a festive one &#8212;one paper in press and another accepted with minor revisions!&#8212; and I'm not going to let the [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Simple+citation+style+edits%3A+the+power+of+CSL&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2010-07-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-citation-style-edit/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1977"><!-- &nbsp; --></abbr>
<p>I keep forgetting the kind of simple edits that are so trivial to make in CSL styles. Here I catalogue a few, for my own benefit and hopefully also useful to others. The occasion is a festive one &mdash;one paper in press and another accepted with minor revisions!&mdash; and I'm not going to let the fun be spoiled by the tedious job of making minute changes to the referencing styles. Where did the editors and reviewers find all this time anyway? One carefully added spaces before the page numbers in all my in-text references! I refuse to do that by hand. Instead, I'm simply going to edit the nearest CSL style and woosh, the whole document will be fine.</p>
<p>The Zotero documentation <a href="http://www.zotero.org/support/csl_simple_edits">offers the basic information</a> on how to edit CSL styles and how to get your new style into Zotero; <strong>here I assume that you've read that</strong>. (The lowdown: use the <a href="chrome://zotero/content/tools/csledit.xul ">reference test pane</a> to see the XML code of an existing style. Make it your own. Save it under a different name. Drag it onto Firefox to add it to Zotero.)  Before I give the code snippets, it is probably useful to briefly outline what a CSL style looks like so that the code looks less terrifying.</p>
<h3>Basic anatomy of a CSL style</h3>
<p>A CSL style is simply a file that you can edit in any text editor consisting of a number of different 'blocks' of information. The information is couched in terms of a relatively simple but powerful <a href="http://en.wikipedia.org/wiki/XML"><abbr title="Extensible Markup Language">XML</abbr>-based</a> metalanguage called "Citation Style Language" or CSL for short.<sup>1</sup> Every CSL style basically looks as follows. First, an <em>info</em> block providing the metadata for the style (author, name, url, type); then a lot of <em>macros</em> defining the building blocks; a <em>citation</em> block that determines what citations look like in your document; and finally a <em>bibliography</em> block.</p>
<pre class="brush: xml; light: true;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;style xmlns=&quot;http://purl.org/net/xbiblio/csl&quot; class=&quot;in-text&quot; xml:lang=&quot;en&quot;&gt;
  &lt;info&gt;
	here goes the metadata
  &lt;/info&gt;
	here go all the macros
  &lt;citation&gt;
	this block defines what a citation looks like
  &lt;/citation&gt;
  &lt;bibliography&gt;
	this block defines what the bibliography looks like
  &lt;/bibliography&gt;
&lt;/style&gt;
</pre>
<h3>Initials vs. full first names</h3>
<p>Some styles have initials, others have full first names. Some of the first have initials followed by a period, others without. Personally, I think it is not the best thing to abbreviate information that is crucial for disambiguation, but this is what does it:</p>
<pre class="brush: xml;">initialize-with=&quot;.&quot;</pre>
<p>The above form gives you "Gombrich, E." Removing the period (i.e. having <code>initialize-with=""</code>) gives you "Gombrich, E". Removing the option as a whole gives you "Gombrich, Ernst". Note that in some styles, this setting is included in several macros (e.g. editor as well as author) so you might have to adjust it in several places.</p>
<h3>Multiple entries by the same author</h3>
<p>Some well-known styles (for example the Chicago Manual of Style) substitute subsequent recurrences of an author with three em-dashes. The highlighted line below is what does it:</p>
<pre class="brush: xml; highlight: [3];">
&lt;bibliography&gt;
      ...
    &lt;option name=&quot;subsequent-author-substitute&quot; value=&quot;———&quot;/&gt;
      ...
&lt;/bibliography&gt;
</pre>
<p>If you don't want that happening, simply remove this option from the bibliography block.</p>
<h3>Issue numbers</h3>
<p>Some editors don't like issue numbers. In the Chicago style, the issue number comes out of the <ode>locators</code> macro, and it is generated by the following line:</p>
<pre class="brush: xml;">&lt;text variable=&quot;issue&quot; prefix=&quot;, no. &quot;/&gt;</pre>
<p>Deleting that line gets rid of the issue number.</p>
<h3>Page number prefix for in-text citations</h3>
<p>For page numbers in in-text citations, some styles want (Doe 2010:5), others (Doe 2010, 5) and yet others (Doe 2010: 5) (note the space before the page number in the latter case). This is controlled by the group delimiter in the citation block towards the end of the CSL style.</p>
<pre class="brush: xml; highlight: [6];">
&lt;citation&gt;
      ...
      (basic options)
      ...
    &lt;layout prefix=&quot;(&quot; suffix=&quot;)&quot; delimiter=&quot;; &quot;&gt;
      &lt;group delimiter=&quot;: &quot;&gt;
      ...
      (contributors, date, locators)
      ...
      &lt;/group&gt;
    &lt;/layout&gt;
  &lt;/citation&gt;
</pre>
<p><code>delimiter=": "</code> yields (Doe 2010: 5), while <code>delimiter=", "</code> yields (Doe 2010, 5), etc.</p>
<h3>Want more?</h3>
<p>Do you want more information, or need to make further customizations? The Zotero documentation has a page giving a <a href="http://www.zotero.org/support/dev/csl_syntax_summary">CSL syntax summary</a>. The <a href="http://www.zotero.org/support/dev/csl_syntax_summary#options">common options</a> given on that page are probably most useful to start with. Also, Rintze Zelle has written a very nice <a href="http://citationstyles.org/downloads/primer.html">CSL 1.0 primer</a>. And don't forget you can always ask for help in the <a href="http://forums.zotero.org/categories/">Zotero forums</a>. Loads of volunteer supporters there know more about CSL than I do.</p>
<h3>Footnotes</h3><ol class="footnotes"><li id="footnote_0_1977" class="footnote"><a href="http://citationstyles.org/about/">CSL</a> has been developed by Bruce d'Arcus and is implemented in popular reference management tools like Zotero and Mendeley.</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=O5J2-rM35JI:jXAXUFAFxKU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=O5J2-rM35JI:jXAXUFAFxKU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/O5J2-rM35JI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-citation-style-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ideophone.org/zotero-citation-style-edit/</feedburner:origLink></item>
		<item>
		<title>Now online: fieldmanuals.mpi.nl</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/el7J6ThVK0U/</link>
		<comments>http://ideophone.org/now-online-fieldmanuals-mpi-nl/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:35:23 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Fieldwork]]></category>
		<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2191</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+online%3A+fieldmanuals.mpi.nl&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fieldwork&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-06-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/now-online-fieldmanuals-mpi-nl/&amp;rft.language=English"></span>
We've been working on this for quite some time, and we're excited to go live now: the L&#038;C Field Manuals and Stimulus Materials. This is a website providing access to many of the field manuals produced over the years by the Language and Cognition Group at the Max Planck Institute for Psycholinguistics. As the front [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+online%3A+fieldmanuals.mpi.nl&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fieldwork&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-06-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/now-online-fieldmanuals-mpi-nl/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2191"><!-- &nbsp; --></abbr>
<p><a href="http://ideophone.org/files/fm-screenshot.png" rel="lightbox[2191]"><img src="http://ideophone.org/files/fm-screenshot-150x150.png" alt="screenshot" title="Screenshot of a field manual entry" width="150" height="150" class="alignright size-thumbnail wp-image-2196" /></a></p>
<p>We've been working on this for quite some time, and we're excited to go live now: the <a href="http://fieldmanuals.mpi.nl/" title="L&#038;C Field Manuals and Stimulus Materials">L&#038;C Field Manuals and Stimulus Materials</a>. This is a website providing access to many of the field manuals produced over the years by the <a href="http://www.mpi.nl/institute/research-groups/language-and-cognition-group" title="Language and Cognition Group">Language and Cognition Group</a> at the Max Planck Institute for Psycholinguistics. As the front page explains:</p>
<blockquote><p>This site contains a bonanza of material for the field elicitation of semantics and and the field collection of verbal behaviour. These are unique resources that have been compiled over nearly twenty years of investigation of under-studied languages by the Language &#038; Cognition Group  at the Max Planck Institute for Psycholinguistics. During this period we collectively pioneered the field of semantic typology.</p></blockquote>
<p>Many entries from these manuals have been circulating informally for years and they have been used by field workers all over the globe. With this archive we offer a centralized, easy to use resource. We've started by making available the most recent couple of years. Over the coming months, we will be uploading older manuals and materials, but you can start by checking out the wealth of materials already there &mdash; from guidelines on <a href="http://fieldmanuals.mpi.nl/volumes/2007/building-a-corpus-2/" title="Building a Corpus of Multimodal Interaction in your Field Site">Building a Corpus of Multimodal Interaction in your Field Site</a> to our cross-cultural <a title="Synaesthesia: a cross-cultural pilot" href="http://fieldmanuals.mpi.nl/volumes/2009/synaesthesia-cross-cultural-pilot-2/">Synaesthesia Pilot</a>, and from the recent <a href="http://fieldmanuals.mpi.nl/volumes/2007/language-of-perception-overview/" title="Language of Perception: overview">Language of Perception</a> project to the classic <a href="http://fieldmanuals.mpi.nl/volumes/2004/put-project/" title="Put Project: The Cross-Linguistic Encoding of Placement Events">Put Project: The Cross-Linguistic Encoding of Placement Events</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=el7J6ThVK0U:fWqWX2_E9Bo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=el7J6ThVK0U:fWqWX2_E9Bo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/el7J6ThVK0U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/now-online-fieldmanuals-mpi-nl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ideophone.org/now-online-fieldmanuals-mpi-nl/</feedburner:origLink></item>
		<item>
		<title>Transcribing linguistic data: bottlenecks and one way to speed up</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/jY1hQFiKTvA/</link>
		<comments>http://ideophone.org/transcribing-linguistic-data-bottlenecks-and-one-way-to-speed-up/#comments</comments>
		<pubDate>Thu, 13 May 2010 09:14:24 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Fieldwork]]></category>
		<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2099</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Transcribing+linguistic+data%3A+bottlenecks+and+one+way+to+speed+up&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fieldwork&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-05-13&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/transcribing-linguistic-data-bottlenecks-and-one-way-to-speed-up/&amp;rft.language=English"></span>
Transient Languages &#038; Cultures published a nice post by Peter Austin last month on the question of how much time it takes to transcribe linguistic data. Working under tight time constraints during some recent fieldtrips, I found one way to speed the process up. It still takes an awful lot of time, but here goes. [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Transcribing+linguistic+data%3A+bottlenecks+and+one+way+to+speed+up&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fieldwork&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-05-13&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/transcribing-linguistic-data-bottlenecks-and-one-way-to-speed-up/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2099"><!-- &nbsp; --></abbr>
<p><a href="http://ideophone.org/files/food-20080303-0003_cr.jpg" rel="lightbox[2099]"><img src="http://ideophone.org/files/food-20080303-0003_cr-150x150.jpg" alt="" title="food 20080303-0003_cr" width="150" height="150" class="alignright size-thumbnail wp-image-2171" /></a></p>
<p><em>Transient Languages &#038; Cultures</em> <a href="http://blogs.usyd.edu.au/elac/2010/04/how_long_is_a_piece_of_string.html">published a nice post by Peter Austin</a> last month on the question of how much time it takes to transcribe linguistic data. Working under tight time constraints during some recent fieldtrips, I found one way to speed the process up. It still takes an awful lot of time, but here goes.</p>
<p>In my experience, two very important bottlenecks in transcription, especially of conversational material, are (1) initial recognition (what exactly was said?), and (2) writing it down (how quickly can this be written down in the orthography you have chosen?). In my field situation (a Siwu-speaking village in eastern Ghana with few literate and even fewer computer-literate people), I don't have someone (yet) who could do the actual transcribing, which is usually done directly in ELAN, so I am responsible for bottleneck #2 (getting it into the computer). </p>
<p>As regards the first bottleneck, for a native speaker it is much, much easier to 'hear' a fuller form of conversational speech than for a non-native speaker, so it makes sense to get that kind of help for bottleneck #1. Initially therefore, I would sit down with a consultant, play a conversation utterance by utterance (I would have done the segmentation in ELAN beforehand), and have the consultant repeat the speech while I wrote it down. For bottleneck #2 reasons this often meant replaying the same utterance multiple times. I soon realized that this was a waste of time for my consultant, who would patiently repeat two to four times what he already got right the very first time. Essentially I was using him as a tape recorder, rewinding and replaying his careful repetitions to make up for my deficiencies in short-term memory and typing speed! So <strong>here is what I did to speed up the process</strong>: </p>
<ol>
<li>Presegment the conversation in utterances in ELAN.</li>
<li>Go through it a first time, utterance by utterance, and record the consultant's carefully pronounced repetition of each utterance. </li>
<li>Get the results of 2 (tens to hundreds of small audio files) onto the computer, batch rename them if needed (I always include at least date and speaker ID in the filename), and put them in a media library that allows quick and easy file selection and playback (I used WinAMP).</li>
<li>With that material in hand (essentially slurred and non-slurred versions of utterances) do a first rough transcription. No need to bother the consultant during this time-consuming process.</li>
<li>Mark all the problematic points and get back to the consultant for a final check.</li>
</ol>
<p>During my last fieldtrip, my main consultant had to study a lot for his final exams. The above <em>modus operandi</em> turned out to be a win-win situation. He provided me with carefully pronounced utterances (we would get so good at this that we nearly achieved real-time speeds), and I provided him with a place to study in my improvised office on a shadowy compound. So after an initial intense recording session, he would spend the afternoon learning while I would put my headphones on to do the first transcription, which was a breeze with his crystal-clear repetions (which included whistled tone patterns if needed!). Hours later, the final check would be a matter of minutes and we would be ready to enjoy our well-earned fufu in palmnut soup with goat meat &mdash; surely the best part of the whole transcription process!</p>
<div class="img img-full">
<a href="http://ideophone.org/files/food-20080303-0003_cr.jpg" rel="lightbox[2099]"><img style="width:470px;" src="http://ideophone.org/files/food-20080303-0003_cr.jpg" /></a>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=jY1hQFiKTvA:3vd_6ZQVaG4:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=jY1hQFiKTvA:3vd_6ZQVaG4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/jY1hQFiKTvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/transcribing-linguistic-data-bottlenecks-and-one-way-to-speed-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ideophone.org/transcribing-linguistic-data-bottlenecks-and-one-way-to-speed-up/</feedburner:origLink></item>
		<item>
		<title>Now live: SemiotiX New Series, a WordPress-based e-journal</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/2kmj_b2xYmg/</link>
		<comments>http://ideophone.org/semiotix-wordpress-e-journal/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:49:23 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2026</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+live%3A+SemiotiX+New+Series%2C+a+WordPress-based+e-journal&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=WordPress&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/semiotix-wordpress-e-journal/&amp;rft.language=English"></span>
Now online: SemiotiX New Series, an e-journal in semiotics. SemiotiX Bulletin has been around for several years, in hand-edited HTML. Its reincarnation, SemiotiX New Series, runs on WordPress, automating all of the technical stuff so that the editors can spend their time writing and editing contributions. Geek alert: the rest of this post details some [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+live%3A+SemiotiX+New+Series%2C+a+WordPress-based+e-journal&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=WordPress&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/semiotix-wordpress-e-journal/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2026"><!-- &nbsp; --></abbr>
<p>Now online: <a href="http://www.semioticon.com/semiotix/" title="SemiotiX New Series">SemiotiX New Series</a>, an e-journal in semiotics. SemiotiX Bulletin has been around for several years, in hand-edited HTML. Its reincarnation, SemiotiX New Series, runs on WordPress, automating all of the technical stuff so that the editors can spend their time writing and editing contributions. Geek alert: the rest of this post details some of the technical stuff behind the scenes. Feel free to skip! </p>
<h2>Why WordPress?</h2>
<p>WordPress handles the e-journal format effortlessly. It's a breeze to include RSS feeds, organization by sections like 'editorial' and 'review', automatic archives of past issues, pages for static content, dynamic content areas that can be used for announcements, an interactive comment section, and nice thumbnails for articles. Search engines love WordPress, so the articles are easily findable. </p>
<p>The only slightly more complicated issue is how to do per-issue publishing in WordPress. By default, WordPress assumes a post-centered, chronological format (basically a timeline with dots representing individual posts). An e-journal however is issue-centered: clusters of posts published together periodically. The chronology of the posts within an issue doesn't really interest us; in fact, we want to be able to reorder posts at will. The best solution, both from a design and code point of view, is to explicitly recognize this difference in ontology using hierarchical categories. In the SemiotiX case, all individual issue categories are subcategories of ‘Issues’, and all content categories are subcategories of ‘Sections’. This is easy to get for end-users, and it is easy to code for developers. With that basic bifurcation in hand, we can easily get the <a href="http://semioticon.com/semiotix/">front page</a> to display all posts from the latest issue rather than the 10 latest posts regardless of category (the default setting). A simple category test (snippet 1 below) makes it possible to handle archives differently depending on whether people are looking at an <a href="http://www.semioticon.com/semiotix/issues/2010-issue-1/">issue</a> or a <a href="http://www.semioticon.com/semiotix/sections/editorial/">content category</a>. </p>
<h2>Flexibility through theme functions</h2>
<p>What I like most about the SemiotiX implementation is that there are no hardcoded category ID’s anywhere in the theme; all relevant ID's are pulled out from settings on a separate Publishing page, which is itself generated by a <a href="http://codex.wordpress.org/Theme_Development#Theme_Functions_File">theme functions</a> file (functions.php). The latest issue is chosen from a drop-down menu on the Publishing page. Defaults are put in place by retrieving the main category names (‘Issues’ and ‘Sections’) directly from the database, so it will work out of the box in a new setup. Drop-down lists show the existing parent categories so that other terms can be used if needed (e.g. Volumes vs. Topics), so the user never has to worry about finding category ID’s. A dedicated Dashboard widget displays vital information on the dashboard (snippet 2 below).</p>
<p>But how do we order the posts? Well, it turns out the <code>orderby=menuorder</code> feature also works with posts, contrary to what the <a href="http://codex.wordpress.org/Function_Reference/query_posts#Orderby_Parameters">WordPress docs</a> say! This means that we can use a plugin like <a href="http://wordpress.org/extend/plugins/postmash/">postMash</a> to reorder the articles in an issue at will. Issue archives display the posts neatly by menu_order, while section archives and search result pages order the posts chronologically (snippet 1 again). An admin hook allows us to display a direct link to an ordering page on individual category pages (snippet 3). </p>
<p>The new SemiotiX also takes advantage of the built-in support for <a href="http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/">post thumbnails</a>, making it very easy for editors to upload an image and use it as a thumbnail for display on the frontpage (snippet 4). Different sizes are generated automatically on the server, so there is no need anymore to use complex and error-prone plugins like Post Thumb Revisited and TimThumb. Finally, some unneeded options can be pruned from the visual editor using another snippet of code in functions.php (snippet 5).</p>
<h2>Code snippets</h2>
<p>All of these go into functions.php.</p>
<h3>1. Test whether we're on an issue or a section archive</h3>
<pre class="brush: php;">
        		&lt;?php if (is_category()) {
				// If this is a category archive
				// Are we looking at an 'Issues' or a 'sections' subcategory?
				  $cat = get_query_var('cat');
				  $args = array(
					'include' =&gt; $cat,
					  'hide_empty' =&gt; 0
					  );
				  $categories = get_categories($args);
				  if ( ($cat == $sections_cat) || ($categories[0]-&gt;category_parent == $sections_cat) ) {
					$archive_type = 'section' ;
				  } elseif ( ($cat == $issues_cat) || ($categories[0]-&gt;category_parent == $issues_cat) )  {
				  	$archive_type = 'issue' ;

				// For Issue archives, let's order posts by menu_order
					global $query_string;
					query_posts($query_string . &quot;&amp;order=ASC&amp;orderby=menu_order&quot;);
				}

				?&gt;
</pre>
<h3>2. Display a widget on the Dashboard</h3>
<pre class="brush: php;">
// Setting and printing the widget content
function semiotix_dashboard_content() {

	global $custom_settings;
	$custom_settings = get_custom_settings();
	$current_issue_id = $custom_settings[&quot;current_issue&quot;] ;
	$current_issue_name = get_cat_name( $current_issue_id );
	$cat = get_category($current_issue_id);
	$numarticles = $cat-&gt;category_count ;

	?&gt;

    &lt;p&gt;Currently live: &lt;?php echo '&lt;strong&gt;'.$current_issue_name.'&lt;/strong&gt;, with '.$numarticles ; ?&gt; articles (&lt;a href=&quot;&lt;?php bloginfo('wpurl') ; ?&gt;/wp-admin/admin.php?page=&lt;?php echo __FILE__ ; ?&gt;&quot;&gt;change here&lt;/a&gt;)&lt;/p&gt;
    &lt;?php
} 

// Create the widget
function semiotix_dashboard_setup() {
	wp_add_dashboard_widget('semiotix_dashboard', 'Publishing', 'semiotix_dashboard_content', 'semiotix_dashboard_options');
}

// Add the widget to the dashboard
add_action('wp_dashboard_setup', 'semiotix_dashboard_setup' );
</pre>
<h3>3. Add an Admin hook for postMash</h3>
<pre class="brush: php;">
if(function_exists(postMash_getPages) ) {
// Add the action to the hook
add_action ( 'edit_category_form', 'post_order_link');

// Define the function
function post_order_link($category) {

	$cat_ID = (int) $_GET['cat_ID'];
	$cat_name = get_cat_name($cat_ID);

	?&gt;

	&lt;h2&gt;Article order (&lt;?php echo $cat_name; ?&gt;) &lt;/h2&gt;
	&lt;a href=&quot;&lt;?php echo bloginfo(wpurl).&quot;/wp-admin/edit.php?page=postmash-filtered%2FpostMash.php&amp;m=0&amp;cat=&quot;.$cat_ID ;?&gt;&quot;&gt;Order the articles in this category&lt;/a&gt;

	&lt;?php
	}
}
</pre>
<h3>4. Add theme support for thumbnails</h3>
<pre class="brush: php;">
// Add theme support for thumbnails
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 48, 48, true ); // 48 pixels wide by 48 pixels tall, hard crop mode
// Define several thumbnail sizes
add_image_size( '48x48-square', 48, 48, true );
add_image_size( 'featured-image', 100, 100 );
</pre>
<h3>5. Prune the 'format' dropdown options in the visual editor</h3>
<pre class="brush: php;">
// Get rid of some option bloat in TinyMCE
function change_mce_options( $init ) {
 $init['theme_advanced_blockformats'] = 'p,h2,h3,blockquote';
 $init['theme_advanced_disable'] = 'forecolor';
 return $init;
}
add_filter('tiny_mce_before_init', 'change_mce_options');
</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=2kmj_b2xYmg:7YHmhqLRG7w:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=2kmj_b2xYmg:7YHmhqLRG7w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/2kmj_b2xYmg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/semiotix-wordpress-e-journal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ideophone.org/semiotix-wordpress-e-journal/</feedburner:origLink></item>
		<item>
		<title>Aduerbia sonus: Ideophones in two 17th century grammars of Japanese</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/ReYYaqIsu10/</link>
		<comments>http://ideophone.org/ideophones-in-17th-c-japanese/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:59:52 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Early sources]]></category>
		<category><![CDATA[Ideophones]]></category>
		<category><![CDATA[Japanese]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2044</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=%3Cem%3EAduerbia+sonus%3C%2Fem%3E%3A+Ideophones+in+two+17th+century+grammars+of+Japanese&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Early+sources&amp;rft.subject=Ideophones&amp;rft.subject=Japanese&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-13&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/ideophones-in-17th-c-japanese/&amp;rft.language=English"></span>
One of my projects here at The Ideophone has been to track down early sources on ideophonic phenomena. For example, I have suggested that we may call the 1850's the decade of the discovery of ideophones in African linguistics. But we can push back the linguistic discovery of ideophones a little further by looking to [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=%3Cem%3EAduerbia+sonus%3C%2Fem%3E%3A+Ideophones+in+two+17th+century+grammars+of+Japanese&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Early+sources&amp;rft.subject=Ideophones&amp;rft.subject=Japanese&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-13&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/ideophones-in-17th-c-japanese/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2044"><!-- &nbsp; --></abbr>
<p>One of my projects here at The Ideophone has been to track down early sources on ideophonic phenomena. For example, I have suggested that we may call the 1850's the <a href="http://ideophone.org/early-sources-ideophones-koelle-1854/">decade of the discovery of ideophones</a> in African linguistics. But we can push back the linguistic discovery of ideophones a little further by looking to other traditions. Today we look at Japanese, for which I have found some early 17th century grammatical treatises that offer information on ideophones (nowadays called 'mimetics' in Japanese linguistics).<sup>1</sup> </p>
<p>Back then, it was not very clear to Western grammarians that imitative words could imitate anything besides sound, and therefore our first source, Diego Collado's <em>Ars grammaticae Iaponicae linguae</em>, calls them "adverbia sonus" (it would be interesting to know whether Japanese words for the category itself &mdash;like <em>giongo</em>/<em>gitaigo</em>&mdash; already existed back then). Here's an excerpt from Collado 1632:</p>
<blockquote><p>
<em><br />
<h3>Aduerbia concludendi, &#038; aduertendi</h3>
<p>Aduerbia sonus sunt multiplicia secundum diuersitatem quam Iapones in sonus terminatione percipiunt, &#038; illis, to, solent postponere: v.g. ua ua to xite, vociferando dicentes, ua ua, &#038; si illis postponitur meqi, u, significat talem strepitum facere: v.g. ua meqi, u, va dicendo vociferor, aris, &#038;c.</em></p>
<h3>Adverbs that conclude and claim attention</h3>
<p>The adverbs of sound (adverbia sonus) are many and vary in accordance with the way that the Japanese perceive the sound. The particle <em>to</em> is added to them; e.g., <em>va va to xite</em> 'vociferously saying wa wa,' and if they add <em>meqi,u,</em> it means to make even a louder noise; e.g., <em>va meqi,u</em> 'to shout saying wa.' [transl. by Richard Spear 1975]
</p></blockquote>
<p>According to <a href="http://sites.google.com/site/akitambo/" title="Kimi Akita" target="_blank">Kimi Akita</a>, who has kindly helped me to identify these constructions, the particle <em>to</em> can be identified with the quotative particle or complementizer, used in contemporary Japanese to introduce reported speech and adverbial ideophones. Collado's first example can thus be glossed as follows:</p>
<dl class='interlinear'>
<dt>waawaa-to it-te</p>
<dd class='gloss'>IDPH.bark-QUOT say-CONJUNCTIVE
<dd>
<dd class='ft'>'saying waawaa'</dd>
</dl>
<p>What Collado transcribes as 'meqi,u' can probably be identified with the verbalizer '-meku' which (according to Kimi Akita) is less productive nowadays. Kimi provides some interesting examples of lexicalized verbs derived from ideophones using this suffix:</p>
<blockquote><p>
(1) mimetic: kira-meku 'twinkle' (< kirakira), zawa-meku 'hum' (< zawazawa), hira-meku 'be inspired' (?< hirahira)<br />
(2) nonmimetic (rare): haru-meku 'get like spring' (< haru 'spring'), huru-meku 'get old' (< huru-i 'old'), nazo-meku 'look mysterious' (< nazo 'mystery') [Kimi Akita p.c.]
</p></blockquote>
<p>Attaching this suffix to a monomoraic root like 'wa' is not allowed in Modern Japanese, notes Kimi.</p>
<h2>Landresse 1825 [based on Rodrigues 1604]</h2>
<p>But there is a fragment that is more interesting and that takes us even further back; it is found in Rodrigues's <em>Arte da lingoa de Iapam</em>. I have not been able to consult the original and am relying on an abridged French version published by Landresse in 1825. Here is what it has to say:</p>
<blockquote><p>
<em>§81. Les Japonais ont un grand nombre d'adverbes dont ils se servent non-seulement pour exprimer les modifications d'une action, mais qui indiquent encore le son, le bruit, la position de la chose. (...) On forme encore un grand nombre d'adverbes par la répétition du même mot, pour exprimer la manière dont se fait une chose, ou le son de cette chose : comme <em>farafara</em>, bruit de la pluie ou des larmes qui tombent.</em> (p. 87)</p>
<p>[my translation:] §81. The Japanese have a great number of adverbs which serve not only to express the manner of an event, but which also indicate the sound, the noise, the position of the thing. (...) A great number of these adverbs are formed by repetition of the same word, to express the manner in which a thing is done, or the sound of the thing : like <em>farafara</em>,  'sound of rain or of falling tears'
</p></blockquote>
<p>Here, we actually have a somewhat broader conception of the class &mdash; these adverbs are not mere imitations of sounds, they also express positions and manners. Moreover, we have a first morphological observation: many of them are reduplicated. Not all, mind you; most ideophone inventories known today do include a great deal of reduplicated words, but there are also plenty of morphologically simple roots. Incidentally, we've seen examples of both types before in the artful renditions of Kisi ideophones by <a href="http://mywordjewelry.blogspot.com/" title="My Word! Jewelry">Joanna Taylor</a>: <em>bákàlà-bákàlà</em> '<a href="http://ideophone.org/ideophonic-earrings/" title="sound of big, fat raindrops">the sound of big, fat raindrops</a>' and <em>bíààà</em> '<a href="http://ideophone.org/biaaa/" title="sound of rain softly falling">rain softly falling</a>'.</p>

<a href='http://ideophone.org/ideophones-in-17th-c-japanese/bakala/' title='bákàlà bákàlà &#039;big fat raindrops falling&#039;'><img width="150" height="150" src="http://ideophone.org/files/bakala-150x150.jpg" class="attachment-thumbnail" alt="bákàlà &#039;big fat raindrops falling&#039;" title="bákàlà bákàlà &#039;big fat raindrops falling&#039;" /></a>
<a href='http://ideophone.org/ideophones-in-17th-c-japanese/biaa-resized-2/' title='bíààà &#039;rain softly falling&#039;'><img width="150" height="150" src="http://ideophone.org/files/biaa-resized1-150x150.jpg" class="attachment-thumbnail" alt="bíààà &#039;rain softly falling&#039;" title="bíààà &#039;rain softly falling&#039;" /></a>

<h3>References</h3>
<ol class='references'>
<li>Collado, Diego. 1632. <em>Ars grammaticae Iaponicae linguae.</em> [<a href="http://www.gutenberg.org/etext/17713">Project Gutenberg e-text</a>]</li>
<li>Spear, Richard L. 1975. <em>Diego Collado's grammar of the Japanese language.</em> Center for East Asian Studies, University of Kansas.</li>
<li>Rodrigues, João. 1825[1604]. <em>Élémens de la grammaire japonaise</em> [abridged from <em>Arte da lingoa de Iapam</em>] tr. et collationnés par C. Landresse. [With]. Trans. C. Landresse.</li>
</ol>
<h3>Footnotes</h3><ol class="footnotes"><li id="footnote_0_2044" class="footnote">I'm pretty sure there will be Japanese sources that go back even further, and offer more detail. Let me know if you have any!</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=ReYYaqIsu10:0vGzUZwHmYM:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=ReYYaqIsu10:0vGzUZwHmYM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/ReYYaqIsu10" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/ideophones-in-17th-c-japanese/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://ideophone.org/ideophones-in-17th-c-japanese/</feedburner:origLink></item>
		<item>
		<title>But is it grammar?</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/omr7RJXMZvs/</link>
		<comments>http://ideophone.org/but-is-it-grammar/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 10:00:10 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1995</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=But+is+it+grammar%3F&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/but-is-it-grammar/&amp;rft.language=English"></span>
Finally, some commentaries on the Evans &#038; Levinson paper are trickling down the blogosphere. Nigel Duffield's "Roll up for the mystery tour" is one. Unfortunately, the comments on that post are closed. I have a question, so let me just post it here, where the comments are open. The commentary is entertainingly written. Basically, it [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=But+is+it+grammar%3F&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-04-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/but-is-it-grammar/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1995"><!-- &nbsp; --></abbr>
<p>Finally, some commentaries on the Evans &#038; Levinson paper are trickling down the blogosphere. <a href="http://ngduffield.staff.shef.ac.uk/">Nigel Duffield</a>'s "<a href="http://anfortas1.blogspot.com/2010/03/roll-up-for-mystery-tour.html">Roll up for the mystery tour</a>" is one. Unfortunately, the comments on that post are closed. I have a question, so let me just post it here, where the comments are open.</p>
<p>The commentary is entertainingly written. Basically, it agrees with E&#038;L's rallying cry for the need to describe and recognize diversity; but it argues that, due to certain misconceptions about UG on the part of E&#038;L, "Universal Grammar ... walks free from the courtroom." The first point that E&#038;L get wrong about UG according to Duffield is the status of the notion 'subject'. He has an interesting quote from McCloskey to support this point; and he also points out that, ironically, the topic/agent/pivot distinction championed by E&#038;L is in fact 'commonly accepted, if differently formalized' in (some) UG quarters.</p>
<p>But it is really the second point, about the ontology of UG, that piqued my interest. Duffield argues that "UG is a theory of the initial state, which Chomsky now terms FL (Faculty of Language), not of any particular endstate grammar (LEnglish, LJiwarli, LPiraha, etc.,)." But that is not all; he adds, "The problem is not merely that UG is not claimed to be a property of final state grammars, but that it <em>need not even be definitional of these grammars.</em>" (emphasis mine, MD). And then comes the crucial point, for me as well as for Duffield:</p>
<blockquote><p>the crucial point here is that facts about attained, endstate grammars bear only tangentially on theories of UG. Baldly stated, the absence of Language Universals—granting for the sake of argument that these are a ‘myth’—does not imply the absence of UG.</p></blockquote>
<p>To be honest, this baffled me. Not so much because I disagree, but rather <em>because there is so little left to agree or disagree with</em>! I have wondered before (in an admittedly tongue-in-cheek post on the '<a href="http://ideophone.org/simpler-syntax-or-grammar-of-the-gaps/#more-14" title="grammar of the gaps">grammar of the gaps</a>') about the gradual shift of UG to evermore abstract territories &mdash; compare for example the switch-like parameters of the Principles &#038; Parameters approach (some of which clearly refer to concrete (endstate) grammatical phenomena) with the most recent claims that recursion and some form of Merge should be sufficient for the <abbr title="Faculty of Language (Narrow sense)">FLN</abbr> (Hauser, Chomsky &#038; Fitch 2002). Duffield himself quotes Chomsky to the effect that 'It is a coherent and perhaps correct proposal that the language faculty constructs a grammar only in conjunction with other faculties of mind.' (Chomsky 1975:41). In my earlier post, I mention the question posed to Adele Goldberg by Jan-Wouter Zwart at the Nijmegen Lectures 2007. Zwart, in search of common ground between generative grammar and construction grammar, asked 'Is it conceivable that underlying the structure of constructions are abstract principles of a simple kind, rooted in universal properties of human cognition?' Goldberg's answer was affirmative &mdash; but as I note in my discussion, the statement is sufficiently general to engender agreement from almost everyone. </p>
<h2>But is it grammar?</h2>
<p>The big question such abstract conceptions of UG raise for me is this: <em>but is it grammar</em>? That is, if it is indeed the case, as Duffield holds, that UG is not a property of endstate grammars; that it is not even definitional of these grammars; and moreover that 'attained, endstate grammars bear only tangentially on UG', what exactly <em>is</em> UG supposed to be, how do we go about empirically validating the UG hypothesis, and why are we calling it "universal <em>grammar</em>"?</p>
<p>My worry goes deeper than the apparent misnomer (though I do wonder whether the theory is not in need of a new name, if 'endstate' grammars have so little to do with it; but then I'm probably overlooking useful connotations of 'grammar' for the initial state). I find it difficult to see (1) how such an abstract concept could be isolated from more general cognitive abilities, and (2) why one would want to isolate it <em>a priori</em>. To isolate it &mdash;i.e. to show that UG is the 'language faculty' in some relevant sense&mdash; would one not need to show that its core business is language? (But how would one go about that if it doesn't necessarily show in 'endstate' grammars?) And would one not need to show, conversely, that more general cognitive abilities <em>cannot</em> take care of language &mdash; in other words, that UG is necessary to explain (aspects of) language usage and language structure? </p>
<h2>Excavating UG</h2>
<p>A final issue, prodded by another statement from Duffield's commentary:</p>
<blockquote><p>
No matter how deep one digs into mature grammatical systems, there is no logical reason to expect that one will excavate UG in any recognizable form, any more than one should discover universal principles of embryology through an in-depth study of mature organisms.
</p></blockquote>
<p>This does raise the question of what linguistics as a science is looking at. Following the analogy here (which is always a dangerous thing to do, but then, it is perhaps a dangerous analogy), Duffield seems to say that UG is to language structure what universal principles of embryology are to mature organisms. That would imply that UG is not about language structure (since digging into language structure is not going to yield UG 'in any recognizable form') but about the early ontogenesis of language in acquisition. I would agree that acquisition is of central importance (though again, I don't see why we shouldn't try and see how far we get with (1) domain-general cognitive abilities and (2) a socially grounded approach, before assuming there has to be a non-trivial 'language organ'). But what of the flood of generativist literature that <em>does</em> dig deep into 'mature grammatical systems', purporting to learn things about UG (presumably in recognizable form)? Does this literature bear more than a tangential relation to the notion of UG espoused here?</p>
<p>Now, I expect there are interesting answers to these questions. No doubt I have overlooked some important ramifications, and perhaps I, too, have mistaken the ontology of UG. If so, set me straight! <a href="/but-is-it-grammar/#comments">Comments are open</a>.</p>
<h2>References</h2>
<ol class='references'>
<li>Chomsky, Noam. 1975. Reflections on Language. 1st ed. New York: Pantheon Books.</li>
<li>Evans, Nicholas, and Stephen C. Levinson. 2009. The Myth of Language Universals: Language diversity and its importance for cognitive science. Behavioral and Brain Sciences 32: 429-492. DOI: <span class="Z3988" title="ctx_ver=Z39.88-2004&#038;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&#038;rft.jtitle=Behavioral+and+Brain+Sciences&#038;rft_id=info%3Adoi%2F10.1017%2FS0140525X0999094X&#038;rfr_id=info%3Asid%2Fresearchblogging.org&#038;rft.atitle=The+myth+of+language+universals%3A+Language+diversity+and+its+importance+for+cognitive+science&#038;rft.issn=0140-525X&#038;rft.date=2009&#038;rft.volume=32&#038;rft.issue=05&#038;rft.spage=429&#038;rft.epage=&#038;rft.artnum=http%3A%2F%2Fwww.journals.cambridge.org%2Fabstract_S0140525X0999094X&#038;rft.au=Evans%2C+N.&#038;rft.au=Levinson%2C+S.&#038;rfe_dat=bpr3.included=1;bpr3.tags=Anthropology%2CPsychology%2CLinguistics"><a rev="review" href="http://dx.doi.org/10.1017/S0140525X0999094X">10.1017/S0140525X0999094X</a></span></li>
<li>Hauser, Marc D., Noam Chomsky, and W. Tecumseh Fitch. 2002. The Faculty of Language: What Is It, Who Has It, and How Did It Evolve. Science 298: 1569-1579.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=omr7RJXMZvs:YDwG-JykBKA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=omr7RJXMZvs:YDwG-JykBKA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/omr7RJXMZvs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/but-is-it-grammar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://ideophone.org/but-is-it-grammar/</feedburner:origLink></item>
		<item>
		<title>Ideophones around the web</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/8EIfqiBgXgE/</link>
		<comments>http://ideophone.org/ideophones-around-the-web-2/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:03:07 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Ideophones]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1938</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Ideophones+around+the+web&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Ideophones&amp;rft.source=The+Ideophone&amp;rft.date=2010-03-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/ideophones-around-the-web-2/&amp;rft.language=English"></span>
High time for a new issue of 'Ideophones around the web'. First, the ultimately blend of ideophone and idiophone: Nick Cave's sound suits. Then, in English pop culture, the non-identity of ideophones and onomatopoeia is finally registering, thanks to bling. And finally, some word tasting notes on squee from Sesquiotica. Sound Suits One of the [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Ideophones+around+the+web&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Ideophones&amp;rft.source=The+Ideophone&amp;rft.date=2010-03-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/ideophones-around-the-web-2/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1938"><!-- &nbsp; --></abbr>
<p>High time for a new issue of 'Ideophones around the web'. First, the ultimately blend of ideophone and idiophone: Nick Cave's sound suits. Then, in English pop culture, the non-identity of ideophones and onomatopoeia is finally registering, thanks to <em>bling</em>. And finally, some word tasting notes on <em>squee</em> from Sesquiotica.</p>
<h2>Sound Suits</h2>
<div class="img img-full">
<img src="http://ideophone.org/files/soundsuit-5.jpg" alt="" title="Sound Suit" width="470" height="627" class="alignnone size-full wp-image-1947" /></p>
<div>One of the many sound suits by Nick Cave</div>
</div>
<p>Fiber-textile artist Nick Cave (once a professional dancer) makes fullbody "sound suits" from mixed materials (metal, fabric, buttons, hair, etc.) that make all sorts of noises when they're worn. They are the perfect blend of <em>idiophone</em> (self-sounding) and <em>ideophone</em> (idea-sounding) art. Art blog Beautiful/Decay features an <a href="http://beautifuldecay.com/2009/01/12/nick-cave/">interview</a> with the artist.</p>

<a href='http://ideophone.org/ideophones-around-the-web-2/soundsuit-5/' title='Sound Suit'><img width="150" height="150" src="http://ideophone.org/files/soundsuit-5-150x150.jpg" class="attachment-thumbnail" alt="Sound Suit" title="Sound Suit" /></a>
<a href='http://ideophone.org/ideophones-around-the-web-2/soundsuit-4/' title='soundsuit-4'><img width="150" height="150" src="http://ideophone.org/files/soundsuit-4-150x150.jpg" class="attachment-thumbnail" alt="soundsuit-4" title="soundsuit-4" /></a>
<a href='http://ideophone.org/ideophones-around-the-web-2/soundsuit-3/' title='soundsuit-3'><img width="150" height="150" src="http://ideophone.org/files/soundsuit-3-150x150.jpg" class="attachment-thumbnail" alt="soundsuit-3" title="soundsuit-3" /></a>

<h2>Ideophones in pop culture</h2>
<p>That rap makes for cutting-edge linguistic innovations isn't news &mdash; but who would've thought it would help to tear down the single most common <a href="http://ideophone.org/three-misconceptions-about-ideophones/">misconception</a> about ideophones? And yet it does, through the word <em>bling</em>. The thing with bling is that its not imitative of sound (its meaning is essentially visual, referring to the dazzling reflection of light), but that people still feel that the form fits the meaning very well.<sup>1</sup> So people seem to feel that it's not onomatopoeic and look for a better term. Who was the first calling it an ideophone I don't know, but the Wikipedia <a href="http://en.wikipedia.org/wiki/Bling-bling">entry</a> does, and it is trickling down into popular media like <a href="http://www.rollingstone.com/news/story/31962295/weezy_phone_home_is_lil_wayne_hiphops_alien_or_simply_the_greatest<br />
">Rolling Stone</a> magazine:</p>
<blockquote><p>
Lil Wayne applied such lyrical impressionism to the crew's stock rims-and-grills material that he ended up coining a linguistic oddity known as an "ideophone": a word meant to convey a visual effect through an imaginary sound. In this case, that of light bouncing — or "blinging," if you will — off precious gems or metals.
</p></blockquote>
<h2>Squee</h2>
<p>Another recent coinage in pop culture is <em>squee</em>. James Harbeck's Sesquiotica has a very nice <a href="http://sesquiotic.wordpress.com/2010/02/20/squee/">post about squee</a> in the series "word tasting notes". Excerpt:</p>
<blockquote><p>
“Squee is a noise fangirls make,” Daryl said. “You know, anime fangirls, so excitable. It started out as onomatopoeia –” (“An ideophone,” Jess interjected) –”and has become a verb and a noun and probably an adjective too somewhere.” Ah, yes, the versatility of the English language &mdash; and of ideophones, which are words that have a performative aspect to them, like lickety-split, whoosh, and so on.
</p></blockquote>
<p>Actually, the whole of <a href="http://sesquiotic.wordpress.com/">Sesquiotica</a> is worth checking out &mdash; a place to go if you want to savour some words. I added it to the Ideophone blogroll. From the <a href="http://sesquiotic.wordpress.com/about/">about</a> page:</p>
<blockquote><p>
Words are delicious and intoxicating. They do much more than just denote; they have appearance, sound, a feel in the mouth, and words they sound like and travel with. All of these participate in the aesthetic experience of the word and can affect communication. So why not taste them like a fine wine?
</p></blockquote>
<p>Exactly. For some word tasting notes on Siwu ideophones, check out my <em><a href="http://ideophone.org/ideophone-proeverij-2/">Ideophone proeverij</a></em> posts.</p>
<h3>Footnotes</h3><ol class="footnotes"><li id="footnote_0_1938" class="footnote">It might have started out as onomatopoeic of course &mdash; the sound of jewellery 'tinkling'? Also, to really align with the English visual phonesthemes, it would've been better if it started with gl-.</li></ol><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=8EIfqiBgXgE:Me42VpE8sxw:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=8EIfqiBgXgE:Me42VpE8sxw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/8EIfqiBgXgE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/ideophones-around-the-web-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ideophone.org/ideophones-around-the-web-2/</feedburner:origLink></item>
		<item>
		<title>The clay tablet tradition of African comparative linguistics</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/qVHRRdqq7EQ/</link>
		<comments>http://ideophone.org/the-clay-tablet-tradition-of-african-comparative-linguistics/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 15:37:33 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[African languages]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1932</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=The+clay+tablet+tradition+of+African+comparative+linguistics&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=African+languages&amp;rft.subject=Fun&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-03-12&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/the-clay-tablet-tradition-of-african-comparative-linguistics/&amp;rft.language=English"></span>
Found this gem in a review of Paul de Wolf's (1971) The Noun Class System of Proto-Benue-Congo: This work falls within the 'clay tablet' tradition of African comparative linguistics, and, like other things in the same tradition (Meinhof, Greenberg), it has the properties of being inscrutable and yet at the same time, in broad outline, [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=The+clay+tablet+tradition+of+African+comparative+linguistics&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=African+languages&amp;rft.subject=Fun&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-03-12&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/the-clay-tablet-tradition-of-african-comparative-linguistics/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1932"><!-- &nbsp; --></abbr>
<p>Found this gem in a review of Paul de Wolf's (1971) <em>The Noun Class System of Proto-Benue-Congo</em>: </p>
<blockquote><p>This work falls within the 'clay tablet' tradition of African comparative linguistics, and, like other things in the same tradition (Meinhof, Greenberg), it has the properties of being inscrutable and yet at the same time, in broad outline, convincing. The two together make an infuriating whole. (Kelly 1973:716)</p></blockquote>
<p>Kelly goes on to list some good things and some major problems about the book; unfortunately, the problems are much bigger than the good things in his opinion. His final paragraph is also worth quoting for the subtle (and not so subtle) critique ingeniously giftwrapped in a counterfactual:</p>
<blockquote><p>
Anyone interested in African comparative linguistics need not regret 50 shillings spent on this monograph, which represents a good deal of painstaking work, more than actually appears between the covers. Used in conjunction with the previous publications of the Benue Congo section of the West African Linguistic Society, it provides a mass of data together with some attempt at a historical overview. But the price is not, alas, 50 shillings. It is £7.55 at this time of writing.
</p></blockquote>
<h3>References</h3>
<ol class='references'>
<li>De Wolf, Paul P. 1971. <em>The Noun Class System of Proto-Benue-Congo</em>. The Hague: Mouton.</li>
<li>Kelly, John. 1973. Review of The Noun Class System of Proto-Benue-Congo. <em>Bulletin of the School of Oriental and African Studies</em>, University of London 36(3). 716-718.
</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=qVHRRdqq7EQ:E_tQDbfxKBg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=qVHRRdqq7EQ:E_tQDbfxKBg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/qVHRRdqq7EQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/the-clay-tablet-tradition-of-african-comparative-linguistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ideophone.org/the-clay-tablet-tradition-of-african-comparative-linguistics/</feedburner:origLink></item>
		<item>
		<title>A short review of Talking Voices (2nd ed)</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/dnCiRtsFyBo/</link>
		<comments>http://ideophone.org/a-short-review-of-talking-voices-2nd-ed/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 10:23:19 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Ideophones]]></category>
		<category><![CDATA[Linguistics]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1741</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=A+short+review+of+%3Cem%3ETalking+Voices%3C%2Fem%3E+%282nd+ed%29&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Ideophones&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-02-18&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/a-short-review-of-talking-voices-2nd-ed/&amp;rft.language=English"></span>
Language in Society just published a book note by me on the second edition of Deborah Tannen's well-known book Talking Voices. Here is the pdf. In the review I am slightly critical of this classic for three reasons. First of all, for a second edition of a work that appeared two decades ago, it is [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=A+short+review+of+%3Cem%3ETalking+Voices%3C%2Fem%3E+%282nd+ed%29&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Ideophones&amp;rft.subject=Linguistics&amp;rft.source=The+Ideophone&amp;rft.date=2010-02-18&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/a-short-review-of-talking-voices-2nd-ed/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1741"><!-- &nbsp; --></abbr>
<p><em>Language in Society</em> just published a book note by me on the second edition of Deborah Tannen's well-known book <em>Talking Voices</em>. <a href="http://ideophone.org/download/Dingemanse-2010-Deborah-Tannen-Talking-Voices-Repetition-Dialog.pdf">Here is the pdf</a>.</p>
<p>In the review I am slightly critical of this classic for three reasons. First of all, for a second edition of a work that appeared two decades ago, it is very thin on updates and revisions. Secondly, it still focuses on the acoustic signal only (thereby overlooking a wealth of work on gesture and multimodal interaction that appeared since the first edition). Third, despite its general claims, <em>Talking Voices</em> limits itself mainly to various Anglophone ways of speaking (excepting some Greek examples). The Greek examples (which derive from an interesting 1983 paper) actually point to the relevance of a widespread linguistic resource that happens not to be very common in either the Greek or the Anglophone cultures discussed: ideophony. I argue that ideophones are immediately relevant to 'repetition, dialogue, and imagery' (the subtitle of <em>TV</em>), and thus to core themes of Tannen's work (see also Nuckolls 1992, 1996).</p>
<p>Here is the conclusion:</p>
<blockquote><p>The strength of Tannen’s book lies in its insightful analysis of the auditory side of conversation. Yet talking voices have always been embedded in richly contextualized multimodal speech events. As spontaneous and pervasive involvement strategies, both iconic gestures and ideophones should be of central importance to the analysis of conversational discourse. Unfortunately, someone who picks up this second edition is pretty much left in the dark about the prevalence of these phenomena in everyday face-to-face interaction all over the world.</p></blockquote>
<p>Should Tannen have looked at gesture and ideophones? Of course every researcher has to make general choices and every published piece of scientific work is by definition incomplete. So I don't think there's an issue of 'should have' &mdash; but I <em>do</em> think it is unfortunate for the 2nd edition to miss out on these phenomena, because they would have offered many interesting and helpful illustrations of the book's themes.</p>
<h3>References</h3>
<ol class='references'>
<li>Dingemanse, Mark. 2010. Review of on Tannen, Deborah, Talking Voices: Repetition, Dialogue, and Imagery in Conversational Discourse (2nd ed.). <em><a href="http://journals.cambridge.org/action/displayJournal?jid=LSY">Language in Society</a></em>, <a href="http://journals.cambridge.org/action/displayJournal?jid=LSY&#038;volumeId=39&#038;bVolume=y#loc39 ">39</a>, <a href="http://journals.cambridge.org/action/displayIssue?jid=LSY&#038;volumeId=39&#038;issueId=01&#038;iid=7080328">1</a>, 139-140.</li>
<li>Nuckolls, Janis B. 1992. <em>Sound Symbolic Involvement.</em> Journal of Linguistic Anthropology 2, no. 1: 51-80.</li>
<li>Nuckolls, Janis B. 1996. <em>Sounds Like Life: Sound-Symbolic Grammar, Performance, and Cognition in Pastaza Quechua.</em> New York: Oxford University Press.</li>
<li>Tannen, Deborah. 1983. "I Take Out the Rock-Dok!": How Greek Women Tell about Being Molested (and Create Involvement). <em>Anthropological Linguistics</em> 25, no. 3: 359-374.</li>
<li>Tannen, Deborah. 2007. <em>Talking Voices: Repetition, Dialogue, and Imagery in Conversational Discourse</em>. 2nd ed. Studies in Interactional Sociolinguistics 25. Cambridge: Cambridge University Press.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=dnCiRtsFyBo:Z4RD-mydEwA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=dnCiRtsFyBo:Z4RD-mydEwA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/dnCiRtsFyBo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/a-short-review-of-talking-voices-2nd-ed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ideophone.org/a-short-review-of-talking-voices-2nd-ed/</feedburner:origLink></item>
		<item>
		<title>Basquekpafu</title>
		<link>http://feedproxy.google.com/~r/ideophone/~3/NTVDuCCE6Qk/</link>
		<comments>http://ideophone.org/basquekpafu/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:16:09 +0000</pubDate>
		<dc:creator>Mark Dingemanse</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Linguistics]]></category>
		<category><![CDATA[Siwu]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1839</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Basquekpafu&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fun&amp;rft.subject=Linguistics&amp;rft.subject=Siwu&amp;rft.source=The+Ideophone&amp;rft.date=2010-02-03&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/basquekpafu/&amp;rft.language=English"></span>
The Basque word for their language is Euskara or Euskera, earlier Heuskara. The first part of this word is the Togo R. word for "Akpafu", Likpe be-fu "Akpafu", Bowili o-vu-ne "Akpafumann", Santrokofi o-fu "Akpafumann", Akpafu ka-wu, ka-'u "Akpafu". The early initial Basque h is from k, as can be seen from ka-wu, ka'u. The a [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Basquekpafu&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Fun&amp;rft.subject=Linguistics&amp;rft.subject=Siwu&amp;rft.source=The+Ideophone&amp;rft.date=2010-02-03&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/basquekpafu/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1839"><!-- &nbsp; --></abbr>
<blockquote><p>
The Basque word for their language is Euskara or Euskera, earlier Heuskara. The first part of this word is the Togo R. word for "Akpafu", Likpe <em>be-fu</em> "Akpafu",   Bowili <em>o-vu-ne</em> "Akpafumann",  Santrokofi <em>o-fu</em> "Akpafumann", Akpafu <em>ka-wu, ka-'u</em> "Akpafu". The early initial Basque <em>h</em> is from <em>k</em>, as can be seen from <em>ka-wu, ka'u</em>. The <em>a</em> has changed to <em>e</em> in this lexeme. The consonant between <em>e</em> and <em>u</em> has been lost. Basque lacks the semivowel <em>w</em>, which drops out here in Akpafu <em>ka'u</em>. See Lafon (1960 : 92) for confirmation from placenames etc.: Ausci, Aoiz, Auch.</p>
<p>The second part of the word, ka or ke is a word for "speak", Niger-Congo <em>gue</em> "voice, language", Ewe, Ga <em>gbe</em> "voice", Agni <em>guere</em> "language, speech", Yoruba <em>i-gbe</em> "loud cry", Gbari <em>e-gwe</em>, <em>e-gbe</em> "mouth". The <em>e</em> is for original <em>a</em> in this word. Niger-Congo <em>e</em> is secondary. Compare Niger-Congo <em>ka, ke, k'e</em> "to speak", which is related. The final sylable <em>-ra</em> is the Niger-Congo article. <em class="highlight">No clearer proof could be found that the Basques were originally the Akpafu!</em></p></blockquote>
<p>Thus says mr. GJK Campbell-Dunn "M.A. (NZ), M.A. (Camb.) Ph.D." in a most interesting document titled "<a href="http://home.clear.net.nz/pages/gc_dunn/Basque_as_Niger-Congo.html">Basque as Niger-Congo</a>". (Just to remind you, <a href="http://ideophone.org/two-folk-etymologies-for-the-name-akpafu/">Akpafu</a> is another name for Siwu, the language I've been doing fieldwork on over the last three years.) I mentioned this story over a year ago in the comments of an excellent post over at Glossographia titled <a href="http://glossographia.wordpress.com/2008/11/28/debunking-and-de-basque-ing/">Debunking and de-Basque-ing</a>, but I never got around to posting about it here. In his post, Stephen Chrisomalis notes that "There is probably no culture or language that has attracted more pseudoscientific attention than Basque."</p>
<p>I'm not intent on debunking Campbell-Dunn's story here; I think the quotation above stands just fine on its own. But I do want to draw attention to the irony of this particular case. There you are, author of such <a href="http://books.google.com/books?q=gjk+campbell-dunn">groundbreaking works</a> as <em>The African Origins of Classical Civilisation</em>, <em>Maori: The African Evidence</em>, and <em>Who were the Minoans?: an African answer</em>. You now want to solve the Basque enigma once and for all, and since the general thrust of your work is to link everything to Africa one way or another you set out to discover that Basque is in fact a Niger-Congo language. A look at the rich lexical material in Westermann (1927) provides ample inspiration. Let's pick one of the Togo Remnant Languages, you think &mdash; after all, Basque is sort of remnant too. Akpafu. Euskara. Hey, why not. Let's just see what we can do... no-one's going to notice, right?</p>
<p>Well, I noticed. And I just want to say it loud and clear: Graham Campbell-Dunn's work is crackpot science. Don't believe it; don't even read it. Siwu and Euskara are fascinating languages that deserve of serious research. But they are most certainly not related. Although... come closer, I have to tell you a secret...</p>
<p><a href='http://ideophone.org/basquekpafu/#SID1839_1_tgl' title='Visit blog to check out this spoiler'>[[Visit blog to check out this spoiler]]</a></p>
<h2>References</h2>
<ol class='references'>
<li>Ibarretxe-Antuñano, Iraide. 2006. Sound Symbolism and Motion in Basque. Lincom Europa.</li>
<li>Westermann, Diedrich. 1927. Die Westlichen Sudansprachen Und Ihre Beziehungen Zum Bantu. Berlin: In kommission bei W. de Gruyter &#038; co.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/ideophone?a=NTVDuCCE6Qk:7W-85wHEGLw:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/ideophone?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/ideophone?a=NTVDuCCE6Qk:7W-85wHEGLw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ideophone?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/ideophone/~4/NTVDuCCE6Qk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/basquekpafu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://ideophone.org/basquekpafu/</feedburner:origLink></item>
	</channel>
</rss>
