Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 108 forks source link

docs incorrectly describes method get_named_entities() that should be named_entity_query #358

Closed fredzannarbor closed 3 years ago

fredzannarbor commented 3 years ago

https://libradocs.github.io/html/nlp.html describes the function get_named_entities()

but it is actually called by named_entity_query()

dir(client)
Out[3]: 
['__class__',
 '__delattr__',
 '__dict__',
 '__dir__',
 '__doc__',
 '__eq__',
 '__format__',
 '__ge__',
 '__getattribute__',
 '__gt__',
 '__hash__',
 '__init__',
 '__init_subclass__',
 '__le__',
 '__lt__',
 '__module__',
 '__ne__',
 '__new__',
 '__reduce__',
 '__reduce_ex__',
 '__repr__',
 '__setattr__',
 '__sizeof__',
 '__str__',
 '__subclasshook__',
 '__weakref__',
 'accuracy',
 'analyze',
 'classification_query_ann',
 'classify_text',
 'content_recommender_query',
 'convolutional_query',
 'dashboard',
 'decision_tree_query',
 'generate_caption',
 'generate_text',
 'get_models',
 'get_summary',
 'image_caption_query',
 'info',
 'interpret',
 'kmeans_clustering_query',
 'losses',
 'model',
 'named_entity_query',
 'nearest_neighbor_query',
 'neural_network_query',
 'operators',
 'plot_names',
 'plots',
 'predict',
 'recommend',
 'regression_query_ann',
 'required_installations',
 'summarization_query',
 'svm_query',
 'target',
 'text_classification_query',
 'tune',
 'vocab',
 'xgboost_query']
Palashio commented 3 years ago

fixed! thank you so much.