User:Supisara/Special Issue 16
Special Issue #16: Vernacular Language Processing
Prototyping
Jupyter notebooks for carrier-bag-of-notebooks (to be linked)
Date | Link |
---|---|
21/09/21 | XP4, 5, 6 + A House of Dust |
27/09/21 | XP7 + NLTK1 |
04/10/21 | XP8 + NLTK2 |
08/11/21 | XP15 |
Jupyter notebooks from the subgroup coding tryout of the Annotation Compass led by Kamo: 01 02
Sample snippets:
01 for keywords
filtered_labels = []
for label in data_json['labels']:
if 'table' in label['text']:
# print(label['text'])
filtered_labels.append(label)
print(filtered_labels)
02 for user IDs
all_userIDs = []
for label in data_json['labels']:
all_userIDs.append(label['userID'])
print(all_userIDs)
Group exercises
Date | Pad | Description | Output |
---|---|---|---|
22/09/21 | RW&RM | Intro, first reading and writing workshop | Emoji markup with Jian, Kamo, Erica. Annotating a reader with emojis to indicate the beginning and endings of each person's side notes, questions, distractions, references, etc. Annotations became interruptions that were woven into the original reader and transformed it into reader 2.0. |
28/09/21 | SI16 | On orientation & navigation | Text traverse + keyword geotag with Alex, Jian: selecting, combining, and rearranging texts from multiple readers to create a new one to perform with. Keyword repetition is used as a text navigation tool/method, so performance can vary (for example, start/stop reading at specific word). |
05/10/21 | SI16 | Text processing | 1.) Soliloquy slow processing with Chae, Miriam, Carmen (lines 111-156): selecting a linguistic pattern to apply to a literary device. Contribution: invisible spellcheck annotation 2.) Magic words glossary with everyone: text processing with special customized commands/incantations for a collaborative spell book |
06/10/21 | RW&RM | Reader prototypes | From pad to bubbles with Kamo, Alex: converting chaos to calm in the form and flow of chat bubbles |
12/10/21 | SI16 | Transcription processes | Multilingual multitasking with Mitsa: transcribing while recording, listening, thinking, editing, then generating translations in two more languages |
01/11/21 | Prototyping | Custom corpora | Concrete Label (pad, tool (WIP)) with Kamo: manually filtering/annotating concrete poetry. Contribution: sample concrete poetry reading |
Research
Related resources from workshops, station skills, discussions:
Date | Topic | Description | Source |
---|---|---|---|
06/10/21 | Cybernetic Dreams: Arduino + sensors: an artificial nervous system with Dennis de Bel | Workshop | |
07/10/21 | Cybernetic Dreams: Speech-to-derive: the myth of natural language with Federico Poni and Francesco Luzzana | Workshop | |
09/10/21 | Cybernetic Dreams: Soul of the Beast: The Magic of Chance/Chaos with Telemagic | Workshop | |
17/10/21 | Machine Listening: Unnatural Language Processing by Liquid Architecture x Unsound | Workshop | |
23/10/21 | Cassette Hacking with Dogbotic Labs | Workshop | |
04/11/21-02/12/11 | Smart Textiles with Bram van Waardenberg | Station Skill | |
06/11/21 | Zine Camp: Glyph Assembling Workshop by Júlia C Aguair | Workshop | |
06/11/21 | Zine Camp: E-Zines off the Grid by Florian Cramer | Workshop |
Observations
and/or reflections, side thoughts, curiosities, rabbit holes
- processing is time and environment-based
- rejection as a vernacular processing method: masks, magnetic field, compressed directions/decisions, simultaneous selection + omission, frame rates of events/active-inactive states, physics (collision/energy)
Experiments
Individual experiments on vernacular processing methods through different tools and interactions:
Date | Description | Output | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
04/10/21 | TextEdit + Spoken Content #1: processing text from “I Am Sitting in a Room” | Video | ||||||||||||||||||||||||||||||||||||
04/10/21 | TextEdit + Spoken Content #2, processing text from “I Am Sitting in a Room” | Video | ||||||||||||||||||||||||||||||||||||
04/10/21 | TextEdit + Spoken Content #3, processing text from “I Am Sitting in a Room” | Video | ||||||||||||||||||||||||||||||||||||
05/10/21 | Google Translate scan + a doodle: processing text from multiple readers | Video | ||||||||||||||||||||||||||||||||||||
05/10/21 | Google Translate scan + a gesture | Video | ||||||||||||||||||||||||||||||||||||
05/10/21 | From Wiki to Pad: hyperlink weave | Video
DeliverablesCollective and individual contributions for Special Issue 16: Learning How To Walk While Catwalking
Next steps1.) Reflection see wiki
|