Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codhek/project-xplore

Experiment exploring connections within english words by creating deep chained synonym trees
https://github.com/codhek/project-xplore

dictionary trees words

Last synced: 26 days ago
JSON representation

Experiment exploring connections within english words by creating deep chained synonym trees

Awesome Lists containing this project

README

        

## project-Xplore

Experiment exploring connections within english words by creating deep chained synonym trees.

### Result

##### Depth = 1:
![jump](screenshots/jump.png)

![austere](screenshots/austere.png)
#
##### Depth = 2:
![jump](screenshots/jump2.png)

![austere](screenshots/austere2.png)
#
##### Depth = 3

![a3](screenshots/austere3.png)

![j3](screenshots/jump3.png)
#
##### Going into greater depths
![a4](screenshots/austere4.png)

![j4](screenshots/jump4.png)

### Running the app

```
git clone https://github.com/CodHeK/project-Xplore.git

// make sure you have go installed and PATH set once that is done just run

$ go run main.go

GO TO localhost:90/word/{you-word-here}/{depth} Eg: localhost:90/word/austere/3
```

### In the end

Well, if you're wondering what is the use of doing this! I didn't find any except you can know synonyms of synonyms
(don't know how that is useful, but ok! :stuck_out_tongue:) It was just a coding excercise I came up with to try out something new!
######
So, please feel free to raise an issue if you find one! :smiley: