Git Product home page Git Product logo

Comments (5)

xiaosanye avatar xiaosanye commented on September 4, 2024

@fukuball

from jieba-php.

fukuball avatar fukuball commented on September 4, 2024

通常斷詞這樣的處理都會是離線處理的,目前 jieba-php 佔用的內存較大,也因此不太會直接在網頁上初始化 jieba-php,如果非得在網頁上使用,可以在每次使用後將物件刪除(將物件設為 null 再 unset)以釋放 memory,不過如果多人同時使用還是會爆,還是想辦法離線處理較好。

jieba-php 佔用較大的內存需要花時間解決,我再花一些時間來研究看看好了

from jieba-php.

fukuball avatar fukuball commented on September 4, 2024

#49

from jieba-php.

xiaosanye avatar xiaosanye commented on September 4, 2024

谢谢了,我也研究一下

from jieba-php.

fukuball avatar fukuball commented on September 4, 2024

已在 master 改善這問題囉

from jieba-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.