GithubHelp home page GithubHelp logo

mecab_direct_connecter's People

Contributors

amano-honmono avatar pettan0818 avatar

Watchers

 avatar

Forkers

amano-honmono

mecab_direct_connecter's Issues

Readme.mdを整備する

形態素解析(未知語削除・読みがわからないものの自動削除)
neologdnを用いた正規化処理
Wikipediaデータを用いた表記揺れ対策処理

を全般的に処理するための高級APIを作るのでそれに併せてReadmeをちゃんと整備する。

インストール時にsyntax error発生

次のエラーが発生するので対処よろしくお願いします。

(anaconda3-4.3.1) nishikawa@umeda:~/nishikawa/Reputation-UX_SEO/programs/sasaki_proj$ sudo pip install git+https://github.com/pettan0818/mecab_direct_connecter.git
The directory '/home/nishikawa/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/nishikawa/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting git+https://github.com/pettan0818/mecab_direct_connecter.git
Cloning https://github.com/pettan0818/mecab_direct_connecter.git to /tmp/pip-req-build-4t0w0inb
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/tmp/pip-req-build-4t0w0inb/mecab_direct_connecter/api.py", line 25, in
from morphing import MecabMother
ImportError: No module named 'morphing'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-req-build-4t0w0inb/setup.py", line 4, in <module>
    from mecab_direct_connecter import __version__
  File "/tmp/pip-req-build-4t0w0inb/mecab_direct_connecter/__init__.py", line 2, in <module>
    from .api import MorphUnit, jpn_morph, setup, setup_path
  File "/tmp/pip-req-build-4t0w0inb/mecab_direct_connecter/api.py", line 34, in <module>
    from .language import lang_parser
  File "/tmp/pip-req-build-4t0w0inb/mecab_direct_connecter/language.py", line 79
    target_pos: int = latest_eng_start_pos.pop(0)
              ^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-4t0w0inb/

名前変更

mecab-direct-connecter(大嘘)になっているので、
形態素解析
neologdnを用いた正規化処理
Wikipediaデータを用いた表記揺れ対策処理
などが実装されている自然言語処理パッケージという方向性の名前に変える

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.