mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-26 02:28:50 +00:00
parent
f4c875983e
commit
4fa4060036
@ -9,12 +9,5 @@ setup(
|
|||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
description="Turns raw data into word frequency lists",
|
description="Turns raw data into word frequency lists",
|
||||||
packages=['wordfreq_builder'],
|
packages=['wordfreq_builder'],
|
||||||
install_requires=['msgpack-python', 'pycld2'],
|
install_requires=['msgpack-python', 'pycld2']
|
||||||
entry_points={
|
|
||||||
'console_scripts': [
|
|
||||||
'wordfreq-pretokenize-twitter = wordfreq_builder.cli.pretokenize_twitter:main',
|
|
||||||
'wordfreq-format-twitter = wordfreq_builder.cli.format_twitter:main',
|
|
||||||
'wordfreq-build-deps = wordfreq_builder.cli.build_deps:main'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user