mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Slightly better documentation
This commit is contained in:
parent
d0d137da3d
commit
e14ffc63fa
2
app.py
2
app.py
@ -16,6 +16,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
'''
|
'''
|
||||||
Simple Sentiment Analysis server for EUROSENTIMENT
|
Simple Sentiment Analysis server for EUROSENTIMENT
|
||||||
|
|
||||||
|
This class shows how to use the nif_server module to create custom services.
|
||||||
'''
|
'''
|
||||||
from flask import Flask
|
from flask import Flask
|
||||||
from random import random
|
from random import random
|
||||||
|
Loading…
Reference in New Issue
Block a user