-
Notifications
You must be signed in to change notification settings - Fork 20
[DOC]Update documents #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DOC] Update documents
[DOC] Update documents
[DOC]Update documents
[DOC]Update documents
Codecov Report
@@ Coverage Diff @@
## docs #49 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 46 46
Lines 1338 1338
=======================================
Hits 1336 1336
Misses 2 2 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for sending a pull request!
Please make sure you click the link above to view the contribution guidelines,
then fill out the blanks below.
Description
(Brief description on what this PR is about)
What does this implement/fix? Explain your changes.
Merge docs_dev to docs.
1.Update AUTHORS.md
2.Update README.md
3.Update d2v.png
4.Update d2v_bow_tfidf.png
5.Update d2v_general.png
6.Update d2v_stem_tf.png
7.Update data.png
8.Update formula.png
9.Update i2v.png
10.Update parse.png
11.Update seg.png
12.Update prepare_dataset.jpg
13.Update sif.png
14.Update sif_addition.png
15.Update tokenizer.png
16.Update sif.rst
17.Update w2v_stem_text.png
18.Update w2v_stem_tf.png
19.Update requirements.txt
20.Update conf.py
21.Update index.rst
22.Update /zh/index.rst
23.Update parse.rst
24.Update 公式语法结构解析.rst
25.Update 文本语法结构解析.rst
26.Update pretrain.rst
27.Update loading.rst
28.Update pub.rst
29.Update start.rst
30.Update seg.rst
31.Update 结构成分分解.rst
32.Update 语义成分分解.rst
33.Update /zh/sif.rst
34.Update GensimSegTokenizer.rst
35.Update GensimWordTokenizer.rst
36.Update TextTokenizer.rst
37.Update /zh/tokenize.rst
38.Update 令牌化.rst
39.Update 分句.rst
40.Update 分词.rst
41.Update vectorization.rst
42.Update 不使用预训练模型.rst
43.Update 使用预训练模型.rst
44.Update formula.ipynb
45.Update tree.ipynb
46.Update parse.ipynb
47.Update d2v_bow_tfidf.ipynb
48.Update d2v_general.ipynb
49.Update d2v_stem_tf.ipynb
50.Update w2v_stem_text.ipynb
51.Update w2v_stem_tf.ipynb
52.Update prepare_dataset.ipynb
53.Update d2v.ipynb
54.Update d2v_d1.ipynb
55.Update d2v_d2.ipynb
56.Update seg.ipynb
57.Update sif.ipynb
58.Update sif_addition.ipynb
59.Update test_gensim_luna_stem_tf_d2v_256.bin
60.Update test_stopwords.txt
61.Update tokenizer.ipynb
62.Update data.ipynb
63.Update get_pretrained_i2v.ipynb
64.Update get_pretrained_t2v.ipynb
65.Update i2v.ipynb
Pull request type
Changes
1.Update AUTHORS.md
2.Update README.md
3.Update d2v.png
4.Update d2v_bow_tfidf.png
5.Update d2v_general.png
6.Update d2v_stem_tf.png
7.Update data.png
8.Update formula.png
9.Update i2v.png
10.Update parse.png
11.Update seg.png
12.Update prepare_dataset.jpg
13.Update sif.png
14.Update sif_addition.png
15.Update tokenizer.png
16.Update sif.rst
17.Update w2v_stem_text.png
18.Update w2v_stem_tf.png
19.Update requirements.txt
20.Update conf.py
21.Update index.rst
22.Update /zh/index.rst
23.Update parse.rst
24.Update 公式语法结构解析.rst
25.Update 文本语法结构解析.rst
26.Update pretrain.rst
27.Update loading.rst
28.Update pub.rst
29.Update start.rst
30.Update seg.rst
31.Update 结构成分分解.rst
32.Update 语义成分分解.rst
33.Update /zh/sif.rst
34.Update GensimSegTokenizer.rst
35.Update GensimWordTokenizer.rst
36.Update TextTokenizer.rst
37.Update /zh/tokenize.rst
38.Update 令牌化.rst
39.Update 分句.rst
40.Update 分词.rst
41.Update vectorization.rst
42.Update 不使用预训练模型.rst
43.Update 使用预训练模型.rst
44.Update formula.ipynb
45.Update tree.ipynb
46.Update parse.ipynb
47.Update d2v_bow_tfidf.ipynb
48.Update d2v_general.ipynb
49.Update d2v_stem_tf.ipynb
50.Update w2v_stem_text.ipynb
51.Update w2v_stem_tf.ipynb
52.Update prepare_dataset.ipynb
53.Update d2v.ipynb
54.Update d2v_d1.ipynb
55.Update d2v_d2.ipynb
56.Update seg.ipynb
57.Update sif.ipynb
58.Update sif_addition.ipynb
59.Update test_gensim_luna_stem_tf_d2v_256.bin
60.Update test_stopwords.txt
61.Update tokenizer.ipynb
62.Update data.ipynb
63.Update get_pretrained_i2v.ipynb
64.Update get_pretrained_t2v.ipynb
65.Update i2v.ipynb
Does this close any currently open issues?
N/A
Any relevant logs, error output, etc?
N/A
Checklist
Before you submit a pull request, please make sure you have to following:
Essentials
Comments