metapy icon indicating copy to clipboard operation
metapy copied to clipboard

Python bindings for MeTA

Results 6 metapy issues
Sort by recently updated
recently updated
newest added

Hi I am not using a text editor, therefore I cannot visualize the output of the following code: import galai as gal #import gc import torch torch.cuda.empty_cache() #gc.collect() model =...

Add updated ICU download URL after ICU dependency's tgz file was migrated from Subversion repo to GitHub repo (source: http://site.icu-project.org/repository). Purpose: Metapy's Python wheel install process runs the Meta repo's...

# Description With config.toml file containing the below, tags are not suppressed. ``` [[analyzers]] method = "ngram-word" ngram = 2 [[analyzers.filter]] type = "icu-tokenizer" suppress_tags = "True" [[analyzers.filter]] type =...

Hi Chase and Sean, I am doing Topic Modeling with python 3.7 using meta. The following command hangs and does not output anything: model.top_k(topic, 10, metapy.topics.BLTermScorer(model)) However, model.top_k(topic, 10) works...

Hello, Sorry if I posted this in the issues part, but since there are no documentation, I'd like to ask on how I can use Meta to analize a sentiment...

I am significantly unclear when using the toolkit. What are the available: - algorithms - tuning options for each algorithm - hyperparameters - restrictions - assumptions It would also be...