Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm-text-miner
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
gm-text-miner
Commits
23c7220d
Commit
23c7220d
authored
Jan 12, 2021
by
crazyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove cache
parent
bd7773c8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
2 deletions
+28
-2
Project.xml
.idea/codeStyles/Project.xml
+25
-0
base.cpython-37.pyc
algorithm/text_classifical/__pycache__/base.cpython-37.pyc
+0
-0
base.py
build/lib/algorithm/text_classifical/base.py
+2
-1
gm_text_miner-1.0.1-py3.7.egg
dist/gm_text_miner-1.0.1-py3.7.egg
+0
-0
PKG-INFO
gm_text_miner.egg-info/PKG-INFO
+1
-1
No files found.
.idea/codeStyles/Project.xml
View file @
23c7220d
...
@@ -24,5 +24,29 @@
...
@@ -24,5 +24,29 @@
<option
name=
"ITERATION_ELEMENTS_WRAPPING"
value=
"chop_down_if_not_single"
/>
<option
name=
"ITERATION_ELEMENTS_WRAPPING"
value=
"chop_down_if_not_single"
/>
</formatting-settings>
</formatting-settings>
</DBN-SQL>
</DBN-SQL>
<DBN-PSQL>
<case-options
enabled=
"true"
>
<option
name=
"KEYWORD_CASE"
value=
"lower"
/>
<option
name=
"FUNCTION_CASE"
value=
"lower"
/>
<option
name=
"PARAMETER_CASE"
value=
"lower"
/>
<option
name=
"DATATYPE_CASE"
value=
"lower"
/>
<option
name=
"OBJECT_CASE"
value=
"preserve"
/>
</case-options>
<formatting-settings
enabled=
"false"
/>
</DBN-PSQL>
<DBN-SQL>
<case-options
enabled=
"true"
>
<option
name=
"KEYWORD_CASE"
value=
"lower"
/>
<option
name=
"FUNCTION_CASE"
value=
"lower"
/>
<option
name=
"PARAMETER_CASE"
value=
"lower"
/>
<option
name=
"DATATYPE_CASE"
value=
"lower"
/>
<option
name=
"OBJECT_CASE"
value=
"preserve"
/>
</case-options>
<formatting-settings
enabled=
"false"
>
<option
name=
"STATEMENT_SPACING"
value=
"one_line"
/>
<option
name=
"CLAUSE_CHOP_DOWN"
value=
"chop_down_if_statement_long"
/>
<option
name=
"ITERATION_ELEMENTS_WRAPPING"
value=
"chop_down_if_not_single"
/>
</formatting-settings>
</DBN-SQL>
</code_scheme>
</code_scheme>
</component>
</component>
\ No newline at end of file
algorithm/text_classifical/__pycache__/base.cpython-37.pyc
View file @
23c7220d
No preview for this file type
build/lib/algorithm/text_classifical/base.py
View file @
23c7220d
...
@@ -21,12 +21,13 @@ class SELECTED_CONTENT_TYPE():
...
@@ -21,12 +21,13 @@ class SELECTED_CONTENT_TYPE():
class
TextClassifical
(
object
):
class
TextClassifical
(
object
):
def
__init__
(
self
,
network_influencer_path
,
project_path
,
star_path
,
encoding
=
"utf-8"
):
def
__init__
(
self
,
network_influencer_path
,
project_path
,
star_path
,
encoding
=
"utf-8"
):
self
.
encoding
=
encoding
self
.
network_influencer_words
=
self
.
build_network_influencer_words
(
network_influencer_path
)
self
.
network_influencer_words
=
self
.
build_network_influencer_words
(
network_influencer_path
)
self
.
project_words
=
self
.
build_project_words
(
project_path
)
self
.
project_words
=
self
.
build_project_words
(
project_path
)
self
.
star_words
=
self
.
build_star_words
(
star_path
)
self
.
star_words
=
self
.
build_star_words
(
star_path
)
self
.
tokenprocessor
=
token_processor
self
.
tokenprocessor
=
token_processor
self
.
stopwords_filter
=
stopwords_filter
self
.
stopwords_filter
=
stopwords_filter
self
.
encoding
=
encoding
def
build_network_influencer_words
(
self
,
word_path
):
def
build_network_influencer_words
(
self
,
word_path
):
ret
=
{}
ret
=
{}
...
...
dist/gm_text_miner-1.0.1-py3.7.egg
0 → 100644
View file @
23c7220d
File added
gm_text_miner.egg-info/PKG-INFO
View file @
23c7220d
Metadata-Version: 1.1
Metadata-Version: 1.1
Name: gm-text-miner
Name: gm-text-miner
Version: 1.0.
0
Version: 1.0.
1
Summary: classifical base word dict
Summary: classifical base word dict
Home-page: UNKNOWN
Home-page: UNKNOWN
Author: crazyer
Author: crazyer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment