malaya icon indicating copy to clipboard operation
malaya copied to clipboard

Natural Language Toolkit for Malaysian language, https://malaya.readthedocs.io/

Results 28 malaya issues
Sort by recently updated
recently updated
newest added

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.3.0. Commits cefe0bf Release 6.3.0 a534fb9 Release 6.3.0b0 87920c5 Add changelog for 6.3.0 (#1669) dd6d9c7 add slide numbering (#1654) 5d2c5e2 Update state filter (#1664) 11ea593...

dependencies
python

Ada cadangan untuk terjemah keseluruhan projek ke dalam Bahasa Melayu? Memandangkan ini adalah projek _NLP_ Bahasa, mungkin lagi senang _engagement_ kalau ada versi Bahasa Melayu. Sila maklum jika perlu bantuan.

improvement
docs-issue

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies
python

Im trying to build a LDA model using the example from the documentation but got this error: ![image](https://user-images.githubusercontent.com/49100074/166090742-1218ec61-0eb9-4c32-9a17-d52644790b46.png)

Upon running the following in a notebook: ``` corrector = malaya.spell.probability() normalizer = malaya.normalize.normalizer(corrector, date=False,time=False) normalizer.normalize('Gambar ni membantu. Gambar tutorial >>. facebook. com/story. story_fbid=10206183032200965&id=1418962070',normalize_entity=False, normalize_url = True) ``` I get...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.13.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies
python

This is somehow related to the same file mentioned in #165 . Also seems pretty easy to fix - just have to import the specific `asarray` module from `scipy`. This...

bug
good first issue

Fixes all instances of AttributeError in malaya/graph/fast_pagerank.py

Bumps [transformers](https://github.com/huggingface/transformers) from 3.0.1 to 4.36.0. Release notes Sourced from transformers's releases. v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support New model additions Mixtral Mixtral is the new...

dependencies

This PR is heavily aimed at fixing the entire tests folder so that all of them are passing. This is accomplished by either updating the code to use the correct...

enhancement
python