benhoyt / pybktree

Python BK-tree data structure to allow fast querying of "close" matches
MIT License
169 stars 22 forks source link

Forking #1

Closed dekken201 closed 6 years ago

dekken201 commented 6 years ago

Hello! I'm really interested in your implementation of BK Trees and am using this concept in a new project of mine. I'm kind of new to these GitHub terms and thought that forking would be what would be best applied in this situation. I want to get your code and make a few modifications to it so I can use in my project. Is it fine? Feel free to contact me any way you want.

benhoyt commented 6 years ago

Sorry, just saw this now. Yes, if you want to "get my code and make a few modifications" that's exactly what forking is for. The LICENSE is a permissive MIT license so definitely allows for that. Go for it!

Or if you think the features you're adding would be of general interest, you could open an issue and discuss it here.