Skip to content

an implementation of Segmentation ART per the 1998 paper from Carpenter & Wilson

Notifications You must be signed in to change notification settings

jacksavage/SegmentationART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segmentation ART

An implementation of Segmentation ART per the 1998 paper from Carpenter & Wilson

This implementation is a work in progress. Currently provided are

  • the lexicon data parsed from the paper with ORC + manual corrections and stored in tsv files
  • a reader for that data
  • a basic implementation of FuzzyART (using LINQ)
  • a basic implementation of working memory
  • a top level program to instantiate the three fuzzy ART modules, read the lexicon, and train phoneme-ART & syllable-ART on it

Still working on

  • finishing the training process for word-ART
  • implementing performance mode where FuzzyArt makes a hypothesis, feeds it a the WorkingMemory reset module, and also checks if a replay needs to occur

About

an implementation of Segmentation ART per the 1998 paper from Carpenter & Wilson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages