Showing posts with label copala. Show all posts
Showing posts with label copala. Show all posts

Saturday, June 7, 2014

Causative constructions in Copala Triqui, continued

In an old post, I pointed out some unusual causative examples in Copala Triqui.

Here is another example in a text that shows some more of the syntax:


The literal translation is something like 'Although [[you suffer problems] causes Spanish]..' corresponding to 'Although Spanish causes you problems..'

Tuesday, May 6, 2014

Verbs of wearing in San Dionisio Ocotepec Zapotec and Copala Triqui

Work in progress -- Verbs of wearing in Zapotec and Copala Triqui show tremendous complexity in the relationship between the lexical semantics and the syntactic realization of the arguments.  They include whether the person, the body part of the person, or the item of the clothing is selected as subject of the sentence. I think these verbs pose tremendous problems for simple versions of mapping theory.


- no title specified

 

Verbs of wearing in San Dionisio Ocotepec Zapotec

 

Verb

Subject

Object

Items

Example

Translation

rr-cáá

Clothing

Body part of Person

glasses, tattoos, scars, shoes, watches

1.) Cáá rrèlòj náá=eby

1.) He is wearing a watch (on his hand).

r-ajcw

Person

Clothing

shirt, dress (vestido)

1) R-àjcw Juáàny cùtòòny.

1.) Juan is wearing a shirt. (15:011)

r-áày

Person

Clothing

skirt, diapers

1.) N-ááy bdòò zù'údy

1.) The baby is wearing diapers.

rr-be'cy

Person

Clothing

pants, underwear

1.) Rr-bè'cy Juáàny pàntlòòn.

1.) Juan is wearing pants.

n-ù'ú

Clothing

Body part of Person

earrings, false teeth, wigs, stockings, belts, girdles, gloves, ribbons, hat

1.)N-ù'ú lìxtóóny ììcy=bi.

2.) N-ù'ú làày pòstííjs rù'ú=by

1.)She has a ribbon on her head.

2. He has false teeth in his mouth. (15:030)

 

 

 

Verbs of wearing in Copala Triqui

Verb

Subject

Object

Items

Example

Translation

'nij

Body part of Person

Clothing

shoes, gloves, sash

'nij ra'a Juán nuj guanté.

Juán 'nij catuu̱n marque̱.

Juan is wearing gloves.

Juan is wearing a sash.

[Inserted BP Theme]

nuu (1)

Person

Clothing

shirt, huipil, pants, dress, underwear

Nuu Juán cotoó mare̱e.

Juan is wearing a red shirt

[Wear Person Theme]

nuu (2)

Clothing

Body part of person

hat, mask

Nuu nave̱ raa̱ Juán.

Nuu nuj na'na̱ rihaan Juán.

Juan has a hat on his head.

Juan has a mask on his face.

[Is-placed Theme BP]

nuu (3)

Body part of person

Clothing

glasses, ring, watch

Nuu rihaan Juán scura̠a̠n.

Juan is wearing glasses. [Supports BP Theme]

táá

Clothing

Body part of person

turban, mask

Táá tsej raa̱ Juán.

Juan is wearing a turban.

[Be-on-top Theme BP]

nacutáj ~ nutáj

Clothing

Body part of person

diaper

Nacuta̱a̱ tséj catuu̱n ne'ej.

The baby will wear a diaper.

[Encircle Theme BP]

 

Saturday, November 16, 2013

Comparison phrases in Copala Triqui

I was looking today at a pattern in Copala Triqui that is new to me.  These are comparisons where the first half is introduced by nda' rá and the second half is introduced by da̱j.  Consider the following examples:

John 15:12
Or the following:

2 Corinthians 1:5

Wednesday, October 30, 2013

Bulk edit, character formatting, and regular expressions

I am continuing to proofread and correct the Copala Triqui online dictionary at copalatriqui.webonary.org.

One error that crept in at some point was the use of the wrong character styles for accented letters and anything that follows them.  (I think perhaps I cut and pasted these examples from a Word document...)  Consider the following entry:


In this entry, the accented characters are smaller than the characters before them in a way that looks odd.

In FLEx, I found that these characters don't have the default paragraph type, but instead are in a character style called "Character Style 2".  Checking on Character Style 2, I see that it is 12pt, while the Normal Text style is currently set at 16.  I change the Normal style up and down depending on what screen is being used; when we project the entries on the wall for work with our language consultant, I set it to a large font for better visibility.

 I suppose I could have redefined the font characteristics of Character Style 2 to 16pt, but it seemed to me that it would be a pain to always have to remember to change both the Normal Style and Character Style 2.

After trying various regular expressions, I found that this one gives the desired results:


The parentheses set up a capture group, which is referred to by the variable $1 in the Replace With field.  So this regular expression says "look for any character in áéíóúńj with Character Formatting 2 and make that the 1st variable" then "replace it with the 1st Variable but with Default Paragraph Characters format"

Some notes:
  • I included n and j because the phonotactics of Triqui make these the only consonants that would follow an accute accent
  • You can access the formats under the Format button. It seems like you need to select the whole Find or Replace string first to apply this format.
  • In the Bulk Replace window, I set Example Sentences as the Target Field.
After doing this, I exported the project as XHTML again and uploaded it to Webonary.  Here is the same entry after the changes:


Sunday, September 1, 2013

Creating an audio dictionary with Webonary -- A web version of the Copala Triqui dictionary

For the last several months, I've been working on a web version of the Copala Triqui dictionary, hosted by the kind people at webonary.org  (part of SIL).  They provided the space for the page and the audio files, and Philip was very helpful in giving me advice.

The current version is available at http://copalatriqui.webonary.org/  (This is a preliminary draft, and not everything works correctly.  Comments welcome!)

Steps in getting this to work:
1) Within FLEx, you output XHTML.  There are a few issues about how to set up the dictionary configuration to deal with multiple writing systems.  The hardest thing was working to get all the audio files to display.

The current configuration of the dictionary prior to export is as in the following entry:

Here the names of the audio files for the lemma and the examples come directly after these elements of the entry.

Because I had originally recorded all the audio in .wav format, I needed to convert all the .wav files to .mp3 format for the web.

If you use the Send/Receive function, then normally the audio files will be located at the following place (substituting the name of your own project):



To hold the file names for the new .mp3 files, I created two custom fields -- Audio for Web and Audio for Web Examples.

The configuration for the Dictionary looks like this, with the Audio fields directly after the Headword and the Example:



2.) To upload the audio, you use a special entry to webonary.org via the AjaXplorer interface.  The interface looks like this:

To get the files onto the system, you use the upload button, and then you see an interface like the following:


3.) To convert the .wav to .mp3, I used Audacity.   You can select a group of files in Windows Explorer and drag them onto the Audacity window.  This has the effect of opening them all at once.


Then you can use the File | Export Multiple command to convert bunches of them to .mp3



4.)  The main XHTML output from FLEx needs to be uploaded in Webonary.  After you log in, you go to the Dashboard, then to Tools | Import | SIL FLEx dictionary, where you see a screen like the following:


Here you use the Choose File button to select the XHTML files generated by the Export function of FLEx.

5.) After doing all this, you should get a web page with audio links.  It is necessary to do a certain amount of editing of your webonary dictionary to get the title, menus, etc. to accurately reflect the name of this dictionary project (and not some other Webonary dictionary for a different language).

Here's a picture of the browse screen for entries beginning with m:


Wednesday, October 31, 2012

On the trail of accusative in Itunyoso Triqui

Copala Triqui makes very frequent use of man  as an accusative marker.  But does Itunyoso Triqui have an accusative or not?

The Itunyoso Triqui cognate seems to be man'an.  In some uses it seems very much like an accusative:

Mark 1:36

But compare the next sentence in this passage, where man'an does not precede the object pronoun:

Mark 1:37
There is apparently an interesting difference between Itunyoso and Copala in this respect, since in Copala man would be obligatory before the object pronoun.

Compare the same passage in Copala Triqui:

 they said to him 'everyone is looking for you' " Mark 1:37"