Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
texta
texta-mlp-python
Commits
f1519147
Commit
f1519147
authored
Feb 23, 2021
by
Raul Sirel
Browse files
Update mlp_docparser.py
parent
450dd3a0
Pipeline
#4663
passed with stage
in 17 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
worker/mlp_docparser.py
View file @
f1519147
...
...
@@ -4,7 +4,7 @@ class MLPDocParser:
"""
def
__init__
(
self
,
mlp
):
self
.
mlp
=
mlp
self
.
IGNORE_FIELDS
=
(
"texta_facts"
,
"properties"
)
self
.
IGNORE_FIELDS
=
(
"texta_facts"
,
"properties"
,
"texta_vectors"
)
def
apply_mlp
(
self
,
generator
,
analyzers
=
[
"all"
]):
...
...
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