Amarakaeri language
Amarakaeri is an Amazonian language of the Harákmbut language family spoken in Peru along the Madre de Dios and Colorado Rivers. There is less than 1% literacy compared to 5 to 15% literacy in second language Spanish. There is one dialect called Kisambaeri. It is an official language and has a dictionary. Amarakaeri speakers include the Kochimberi, Küpondirideri, Wíntaperi, Wakitaneri, and Kareneri gold panning tribes. There is a common misconception is that Amarakaeri is an Arawakan language. Alternate names include Amarakaire, Amaracaire, and Mashco; the latter of which is considered a pejorative term.
Amarakaeri | |
---|---|
Native to | Perú |
Ethnicity | Amarakaeri people |
Native speakers | 1,600 (2007 census)[1] |
Harákmbut–Katukinan ?
| |
Language codes | |
ISO 639-3 | amr |
Glottolog | amar1274 [2] |
Phonology
Amarakaeri has 18 vowels.
Front | Central | Back | |
---|---|---|---|
Close | i | ɨ | |
Close-mid | e | o | |
Open | a |
All vowels have long forms. Except for /ɨ/, all vowels, both short and long forms, have nasalized forms.[3]
Bilabial | Alveolar | Palatal | Velar | Glottal | ||
---|---|---|---|---|---|---|
Stop | plain | p | t | k | ʔ | |
prenasalized | mb | nd | ŋg | |||
Fricative | s | x | ||||
Nasal | m | n | ŋ | |||
Approximant | j | w | ||||
Flap | ɾ |
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
See also
References
- "Amarakaeri". Ethnologue. Retrieved 2018-07-22.
- Hammarström, Harald; Forkel, Robert; Haspelmath, Martin, eds. (2017). "Amarakaeri". Glottolog 3.0. Jena, Germany: Max Planck Institute for the Science of Human History.
- "SAPhon – South American Phonological Inventories". linguistics.berkeley.edu. Retrieved 2018-07-22.
Amarakaeri language test of Wikipedia at Wikimedia Incubator |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.