SudachiDict | A lexicon for Sudachi | Natural Language Processing library
kandi X-RAY | SudachiDict Summary
kandi X-RAY | SudachiDict Summary
A lexicon for Japanese tokenizer Sudachi.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SudachiDict
SudachiDict Key Features
SudachiDict Examples and Code Snippets
pip install --upgrade git+https://github.com/zalandoresearch/flair.git
pip install tiny-tokenizer
pip install flair
Community Discussions
Trending Discussions on SudachiDict
QUESTION
I am trying to install flair
. It is throwing below error when executing below command:
pip install flair
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
tiny-tokenizer depends on SudachiDict_core@ https://object-storage.tyo2.conoha.io/v1/nc_2520839e1f9641b08211a5c85243124a/sudachi/SudachiDict_core-20190927.tar.gz
I thought installing this package explicitly might fix the error but it doesn't. The error remains same.
The installed version of SudachiDict-core is below:
SudachiDict-core 0.0.0
Below is the Environment:
- OS: Windows 10
- Python: 3.6 (64 bit)
Any hint is appreciated. Thank you!
Note:
- First hurdle when installing flair was
torch
package. It was resolved simply when torch package is installed. The error looked like below:ERROR: Could not find a version that satisfies the requirement torch>=1.1.0 (from flair) (from verERROR: No matching distribution found for torch>=1.1.0 (from flair)
ANSWER
Answered 2020-Jan-07 at 10:32It is strange running below command solved the problem.
pip install flair==0.4.3
I assume that the problem is in a latest version 0.4.4 (and its dependencies).
Note: I had torch==1.1.0
package already installed.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SudachiDict
SudachiDict needs Git LFS to download the sourses of the system dictionaries. If you fail to build the dictionaries, install Git LFS and git lfs pull. Building the dictionaries fails with a locale other than UTF-8. Add -Dfile.encoding=UTF-8 to MAVEN_OPTS.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page