You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scws_get_tops only returns top words from results. Using this method we don't need to sort the result in javascript which could be very inefficient when the result set is large.
scws_get_topsonly returns top words from results. Using this method we don't need to sort the result in javascript which could be very inefficient when the result set is large.