Skip to content

Commit

Permalink
Inclusion of Letter Spirit code, rev. of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Linhares committed Sep 20, 2017
1 parent 2e7a6ed commit 7ccc20d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository has a number of goals:
i) we want to collect all the (open-source) computational architectures that have been developed in
Douglas Hofstadter's group's research in Fluid Concepts & Creative Analogies; from Numbo to Copycat to
Tabletop to Letter Spirit, Metacat, Musicat, etc, alongside the info on how to install and run it;
ii) we want to collect all the literature (except for published books, of course):
ii) we want to collect all the literature:
- unpublished papers,
- CRCC reports related to FARG architectures,
- published papers,
Expand Down Expand Up @@ -67,12 +67,12 @@ here when being maintained).

| Project | Author | Language | Available? |
|---------| --------- | ----------| ----------|
| Seek-Whence | [Marsha Meredith](https://scholar.google.com.br/scholar?hl=en&q=marsha+meredith&btnG=&as_sdt=1%2C5&as_sdtp=) | Franz Lisp | **Yes (coming soon)**|
| Seek-Whence | [Marsha Meredith](https://scholar.google.com.br/scholar?hl=en&q=marsha+meredith&btnG=&as_sdt=1%2C5&as_sdtp=) | Franz Lisp | **Yes (coming soon)** |
| Numbo | [Daniel Defays](http://www.ulg.ac.be/cms/c_6099593/fr/repertoires?uid=U011369) | Lisp | **Yes (coming soon)** |
| Copycat | [Melanie Mitchell](http://web.cecs.pdx.edu/~mm/) | Lisp (also Java & Python) | **Yes** |
|Tabletop | [Robert M. French](http://leadserv.u-bourgogne.fr/en/members/robert-m-french) | ?? | Not yet (email sent 2017-08-29) |
| Tabletop | [Robert M. French](http://leadserv.u-bourgogne.fr/en/members/robert-m-french) | ?? | Not yet (email sent 2017-08-29) |
| Letter Spirit | [Gary McGraw](https://www.garymcgraw.com/) | Scheme | Not yet |
| Letter Spirit | [John Rehling](https://scholar.google.com.br/scholar?hl=en&q=john+rehling&btnG=&as_sdt=1%2C5&as_sdtp=) | ?? | Not yet (email sent 2017-08-29)|
| Letter Spirit | [John Rehling](https://scholar.google.com.br/scholar?hl=en&q=john+rehling&btnG=&as_sdt=1%2C5&as_sdtp=) | Schez Scheme | **Yes** |
| Metacat | [James Marshall](https://www.sarahlawrence.edu/faculty/marshall-james.html) | Chez Scheme | **Yes** |
| Phaeaco | [Harry Foundalis](http://www.foundalis.com/) | C++ | Closed-source |
| Musicat | [Eric Nichols](https://github.com/eraoul) | C# | **Yes** |
Expand Down Expand Up @@ -338,20 +338,24 @@ Dr. Foundalis is not sharing the code at this time, but his thesis is found in [

PROJECT: LETTER SPIRIT
---
Defcon 1. 404 file not found so far...
The Letter Spirit project is an attempt to model central aspects of human high-level perception and creativity on a computer. It is based on the belief that creativity is an automatic outcome of the existence of sufficiently flexible and context-sensitive concepts --- what we call fluid concepts. Accordingly, our goal is to implement a model of fluid concepts in a challenging domain. Not surprisingly, the Letter Spirit project is a very complex undertaking and requires complex dynamic memory structures, as well as a sophisticated control structure based on the principles of emergent computation, wherein complex high-level behavior emerges as a statistical consequence of many small computational actions. The full realization of such a model will, we believe, shed light on the mechanisms of human creativity.
The specific focus of Letter Spirit is the creative act of artistic letter-design. The aim is to model how the 26 lowercase letters of the roman alphabet can be rendered in many different but internally coherent styles. The program addresses two important aspects of letterforms: the categorical sameness possessed by letters belonging to a given category (e.g., "a") and the stylistic sameness possessed by letters belonging to a given style ( e.g., Helvetica). Starting with one or more seed letters representing the beginnings of a style, the program will attempt to create the rest of the alphabet in such a way that all 26 letters share that same style, or spirit.

**LETTER SPIRIT: OPEN ISSUES**
If you have any information (screenshots, sourcecode, homepage / github page of authors, email, etc.), please let us solve [issues 5](/issues/5) and [6](/issues/6) of this repository.

PART I

[Gary McGraw](https://www.garymcgraw.com/)

Find Dr. McGraw in [Google Scholar](https://scholar.google.com.br/scholar?q=mcgraw+letter+spirit&btnG=&hl=en&as_sdt=0%2C5) | [Amazon Author's page](https://www.amazon.com/Gary-McGraw/e/B000APFZ2S/ref=sr_ntt_srch_lnk_1?qid=1503736392&sr=8-1)
Dr. McGraw implemented Letter Spirit's gridletter recognizer (the Examiner also called the "role model") for his PhD. Gary's thesis is available [here](http://goosie.cogsci.indiana.edu/farg/mcgrawg/thesis.html).

Find Dr. McGraw in [Google Scholar](https://scholar.google.com.br/scholar?q=mcgraw+letter+spirit&btnG=&hl=en&as_sdt=0%2C5) | [Amazon Author's page](https://www.amazon.com/Gary-McGraw/e/B000APFZ2S/ref=sr_ntt_srch_lnk_1?qid=1503736392&sr=8-1)


LETTER SPIRIT, PART II
---

John (Andrew?) Rehling
John Rehling

Find Dr. Rehling in [Google Scholar](https://scholar.google.com.br/scholar?hl=en&q=john+rehling&btnG=&as_sdt=1%2C5&as_sdtp=)

2017-08-26 Sent an email to reputation.com.. I think he published a patent there.
Dr. Rehling's thesis is available [here](http://goosie.cogsci.indiana.edu/farg/mcgrawg/thesis.html) and his sourcecode is available in the [/Software folder](/Software/Letter-Spirit).
Binary file modified Software/.DS_Store
Binary file not shown.
Binary file added Software/Letter-Spirit/lspirit.zip
Binary file not shown.

0 comments on commit 7ccc20d

Please sign in to comment.