Sam Havens
Sam Havens
Awesome stuff @alecrubin. I'm trying to get this working with a model made in the style of the IMDB model, but my lack of familiarity with PyTorch is definitely getting...
**Provider Listing Requirements** _from Apache TinkerPop_ - [x] The project must be either a TinkerPop-enabled graph system, a Gremlin language variant/compiler, or a TinkerPop-enabled tool. - [x] The project must...
* [add] `VERSION` - a file with the version number * [add] `build_release.sh` - a script which bumps the minor version, creates a new sdist, and uploads it to pypi....
Users misspell things. Having spell-check and synonyms helps a lot, but doesn't catch everything. One solution would be to use [the python metaphone package](https://pypi.org/project/Metaphone/#double-metaphone)'s implementation of the Double Metaphone algorithm....
New Universal Sentence Encoder module supports the 8 most common languages, English, Chinese, Japanese, Korean, Spanish, French, German, Italian. It should be an almost-drop-in replacement[0] for the current USE model:...
[Mordecai](https://github.com/openeventdata/mordecai) is a full text geoparsing Python library. Extract the place names from a piece of text, resolve them to the correct place, and return their coordinates and structured geographic...
Cisco just open sourced MindMeld, which has some useful components that seem to be useable in a standalone way. The [entity resolver](https://www.mindmeld.com/docs/userguide/entity_resolver.html) is one of those
Make a cute docs/project homepage. https://github.com/ericwindmill/gatsby-starter-docs looks like a useful tool
Hey! Any chance you could add a license to this so that others can use it? If you are interested, [here is an explanation](https://choosealicense.com/no-permission/). Much obliged.
I think this should be done before #3. [Poetry](https://python-poetry.org/) has provided a standardized way to manage dependencies, build, and publish. Finally... it only took python like 30 years to figure...