Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codhek/project-xplore
- Owner: CodHeK
- Created: 2019-06-21T04:31:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T05:11:38.000Z (over 4 years ago)
- Last Synced: 2023-03-08T23:01:33.072Z (over 1 year 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:
![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: