Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef273a9

Browse files
committed
BIO DETIAL
1 parent19cc769 commitef273a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ ACE2005-toolkit
5151
2. Install all the requirements by`pip install -r requirements.txt`;
5252
3. Start preprocess by`bash run.sh en`,`en` can be replaced by`zh` or`ar`;
5353
4. Enter`n` to get data divided by filelist, or enter`y` and`train/dev/test rate`(e.g.`0.8 0.1 0.1`) to get data divided by sentences;
54-
5. Enter`y` to get transform the data into BIO-type format, the transformed data will be in`output/BIO/`
55-
6. The final output will be in`output/`.
54+
5. Enter`y` to get transform the data into BIO-type format, the transformed data will be in`output/BIO/`, each train (test or dev) data will transform into 4 BIO-style json files(`token`,`entity_BIO`,`event_trigger_BIO` and`event_argument_BIO`);
55+
6. The final output will be indirectory`output/`.
5656
####Output format
5757
The output will save separately in`output/`, each file can be loaded by`json.loads()`. After loading, the data will be in`python list` type, each line will be in`python dict` type:
5858
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp