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: 3 months ago
JSON representation
Experiment exploring connections within english words by creating deep chained synonym trees
- Host: GitHub
- URL: https://github.com/codhek/project-xplore
- Owner: CodHeK
- Created: 2019-06-21T04:31:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T05:11:38.000Z (about 5 years ago)
- Last Synced: 2023-03-08T23:01:33.072Z (over 2 years ago)
- Topics: dictionary, trees, words
- Language: Go
- Homepage:
- Size: 541 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## project-Xplore
Experiment exploring connections within english words by creating deep chained synonym trees.
### Result
##### Depth = 1:

#
##### Depth = 2:

#
##### Depth = 3

#
##### Going into greater depths

### 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: